fido.db
Class VerbTransactionTable
java.lang.Object
|
+--fido.db.VerbTransactionTable
- public class VerbTransactionTable
- extends java.lang.Object
Method Summary |
int |
add(java.lang.String verb,
int moodType,
int transactionId)
|
void |
delete(int id)
|
int |
get(java.lang.String name,
int moodType,
Frame frame)
|
int |
hashCode(java.lang.String id)
|
java.util.Collection |
list()
|
java.util.Collection |
listMoodTypes()
|
void |
modify(int id,
java.lang.String verb,
int moodType,
int transactionId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INFORMATION
public static final int INFORMATION
- See Also:
- Constant Field Values
COMMAND
public static final int COMMAND
- See Also:
- Constant Field Values
QUESTION
public static final int QUESTION
- See Also:
- Constant Field Values
VerbTransactionTable
public VerbTransactionTable()
add
public int add(java.lang.String verb,
int moodType,
int transactionId)
throws FidoDatabaseException,
TransactionNotFoundException
FidoDatabaseException
TransactionNotFoundException
modify
public void modify(int id,
java.lang.String verb,
int moodType,
int transactionId)
throws FidoDatabaseException,
TransactionNotFoundException
FidoDatabaseException
TransactionNotFoundException
delete
public void delete(int id)
throws FidoDatabaseException
FidoDatabaseException
get
public int get(java.lang.String name,
int moodType,
Frame frame)
throws FidoDatabaseException,
VerbInstructionNotFoundException,
ObjectNotFoundException
FidoDatabaseException
VerbInstructionNotFoundException
ObjectNotFoundException
list
public java.util.Collection list()
throws FidoDatabaseException
FidoDatabaseException
listMoodTypes
public java.util.Collection listMoodTypes()
throws FidoDatabaseException
FidoDatabaseException
hashCode
public int hashCode(java.lang.String id)
throws FidoDatabaseException,
VerbNotFoundException
FidoDatabaseException
VerbNotFoundException