| org.kuali.module.chart.dao.PriorYearOrganizationDao
All known Subclasses: org.kuali.module.chart.dao.jdbc.PriorYearOrganizationDaoJdbc,
PriorYearOrganizationDao | public interface PriorYearOrganizationDao (Code) | | This interface defines the methods necessary to manage the Prior Year Organization values.
|
copyCurrentOrganizationsToPriorYearTable | public int copyCurrentOrganizationsToPriorYearTable()(Code) | | This method copies all current organizations from the Org table into the Prior Year Organization table.
number of copied rows |
purgePriorYearOrganizations | public int purgePriorYearOrganizations()(Code) | | This method purges all records in the Prior Year Organization table.
number of rows purged |
|
|