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