public interface TransactionDao
| Modifier and Type | Method and Description |
|---|---|
int |
clearAll() |
int |
deleteTransactions(HttpTransaction... httpTransactions) |
int |
deleteTransactionsBefore(java.util.Date beforeDate) |
<any> |
getAllTransactions() |
<any> |
getAllTransactionsWith(java.lang.String endWildCard,
java.lang.String doubleWildCard) |
<any> |
getTransactionsWithId(long id) |
long |
insertTransaction(HttpTransaction httpTransaction) |
int |
updateTransaction(HttpTransaction httpTransactions) |
long insertTransaction(HttpTransaction httpTransaction)
int updateTransaction(HttpTransaction httpTransactions)
int deleteTransactions(HttpTransaction... httpTransactions)
int deleteTransactionsBefore(java.util.Date beforeDate)
int clearAll()
<any> getAllTransactions()
<any> getAllTransactionsWith(java.lang.String endWildCard,
java.lang.String doubleWildCard)
<any> getTransactionsWithId(long id)