|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
org.kuali.kfs.gl.dataaccess.impl.ExpenditureTransactionDaoOjb
public class ExpenditureTransactionDaoOjb
The OJB implmentation of ExpenditureTransactionDao
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
ExpenditureTransactionDaoOjb()
Constructs a ExpenditureTransactionDaoOjb instance |
Method Summary | |
---|---|
void |
delete(ExpenditureTransaction et)
Deletes the given expenditure transaction |
void |
deleteAllExpenditureTransactions()
Since expenditure transactions are temporary, just like flies that live for a mere day, this method removes all of the currently existing expenditure transactions from the database, all expenditure transactions having run through the poster and fulfilled their lifecycle |
Iterator |
getAllExpenditureTransactions()
Fetches all expenditure transactions currently in the database |
ExpenditureTransaction |
getByTransaction(Transaction t)
Queries the database to find the expenditure transaction in the database that would be affected if the given transaction is posted |
void |
save(ExpenditureTransaction et)
Saves an expenditure transaction |
Methods inherited from class org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb |
---|
getDbPlatform, setDbPlatform |
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport |
---|
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpenditureTransactionDaoOjb()
Method Detail |
---|
public ExpenditureTransaction getByTransaction(Transaction t)
getByTransaction
in interface ExpenditureTransactionDao
t
- a transaction to find a related expenditure transaction for
ExpenditureTransactionDao.getByTransaction(org.kuali.kfs.gl.businessobject.Transaction)
public Iterator getAllExpenditureTransactions()
getAllExpenditureTransactions
in interface ExpenditureTransactionDao
ExpenditureTransactionDao.getAllExpenditureTransactions()
public void delete(ExpenditureTransaction et)
delete
in interface ExpenditureTransactionDao
et
- the expenditure transaction that will be removed, as such, from the databaseExpenditureTransactionDao.delete(org.kuali.kfs.gl.businessobject.ExpenditureTransaction)
public void save(ExpenditureTransaction et)
save
in interface ExpenditureTransactionDao
et
- the expenditure transaction to saveExpenditureTransactionDao.save(org.kuali.kfs.gl.businessobject.ExpenditureTransaction)
public void deleteAllExpenditureTransactions()
deleteAllExpenditureTransactions
in interface ExpenditureTransactionDao
ExpenditureTransactionDao.deleteAllExpenditureTransactions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |