public class CollectorDetailDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements CollectorDetailDao
| Constructor and Description |
|---|
CollectorDetailDaoOjb() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxCreateSequence(Date date) |
void |
purgeYearByChart(String chartOfAccountsCode,
int universityFiscalYear)
Purge the table by year/chart.
|
String |
retrieveCollectorDetailTableName()
Retrieves the DB table name that's mapped to instances of CollectorDetail by finding the class descriptor name from the
class descriptor respository
|
getDbPlatform, setDbPlatformpublic CollectorDetailDaoOjb()
public void purgeYearByChart(String chartOfAccountsCode, int universityFiscalYear)
purgeYearByChart in interface CollectorDetailDaochartOfAccountsCode - chart of accounts code criteria to purgeuniversityFiscalYear - university fiscal year criteria to purgeCollectorDetailDao.purgeYearByChart(java.lang.String, int)public String retrieveCollectorDetailTableName()
retrieveCollectorDetailTableName in interface CollectorDetailDaoCollectorDetailDao.retrieveCollectorDetailTableName()public Integer getMaxCreateSequence(Date date)
getMaxCreateSequence in interface CollectorDetailDaoCopyright © 2004–2015 The Kuali Foundation. All rights reserved.