org.kuali.kfs.coa.dataaccess
Interface PriorYearOrganizationDao

All Known Implementing Classes:
PriorYearOrganizationDaoJdbc

public interface PriorYearOrganizationDao

This interface defines the methods necessary to manage the Prior Year Organization values.


Method Summary
 int copyCurrentOrganizationsToPriorYearTable()
          This method copies all current organizations from the Org table into the Prior Year Organization table.
 int purgePriorYearOrganizations()
          This method purges all records in the Prior Year Organization table.
 

Method Detail

purgePriorYearOrganizations

int purgePriorYearOrganizations()
This method purges all records in the Prior Year Organization table.

Returns:
number of rows purged

copyCurrentOrganizationsToPriorYearTable

int copyCurrentOrganizationsToPriorYearTable()
This method copies all current organizations from the Org table into the Prior Year Organization table.

Returns:
number of copied rows


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.