fido.db
Class TransactionTable
java.lang.Object
|
+--fido.db.TransactionTable
- public class TransactionTable
- extends java.lang.Object
Method Summary |
int |
add(int instructionId,
java.lang.String description)
|
boolean |
contains(int id)
|
void |
delete(int id)
|
int |
get(int id)
|
int |
hashCode(int id)
|
int |
hashCode(java.lang.String id)
|
boolean |
isEmpty()
|
java.util.Collection |
list()
|
void |
modify(int id,
int instructionId,
java.lang.String description)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionTable
public TransactionTable()
add
public int add(int instructionId,
java.lang.String description)
throws FidoDatabaseException,
InstructionNotFoundException
FidoDatabaseException
InstructionNotFoundException
modify
public void modify(int id,
int instructionId,
java.lang.String description)
throws FidoDatabaseException,
InstructionNotFoundException
FidoDatabaseException
InstructionNotFoundException
delete
public void delete(int id)
throws FidoDatabaseException
FidoDatabaseException
contains
public boolean contains(int id)
throws FidoDatabaseException
FidoDatabaseException
get
public int get(int id)
throws FidoDatabaseException,
TransactionNotFoundException
FidoDatabaseException
TransactionNotFoundException
list
public java.util.Collection list()
throws FidoDatabaseException
FidoDatabaseException
hashCode
public int hashCode(java.lang.String id)
throws FidoDatabaseException,
TransactionNotFoundException
FidoDatabaseException
TransactionNotFoundException
hashCode
public int hashCode(int id)
throws FidoDatabaseException,
TransactionNotFoundException
FidoDatabaseException
TransactionNotFoundException
isEmpty
public boolean isEmpty()
throws FidoDatabaseException
FidoDatabaseException