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, setDbPlatform
public CollectorDetailDaoOjb()
public void purgeYearByChart(String chartOfAccountsCode, int universityFiscalYear)
purgeYearByChart
in interface CollectorDetailDao
chartOfAccountsCode
- chart of accounts code criteria to purgeuniversityFiscalYear
- university fiscal year criteria to purgeCollectorDetailDao.purgeYearByChart(java.lang.String, int)
public String retrieveCollectorDetailTableName()
retrieveCollectorDetailTableName
in interface CollectorDetailDao
CollectorDetailDao.retrieveCollectorDetailTableName()
public Integer getMaxCreateSequence(Date date)
getMaxCreateSequence
in interface CollectorDetailDao
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.