| org.kuali.module.chart.service.PriorYearAccountService
All known Subclasses: org.kuali.module.chart.service.impl.PriorYearAccountServiceImpl,
PriorYearAccountService | public interface PriorYearAccountService (Code) | | This service interface defines methods necessary for retrieving fully populated PriorYearAccount business objects from the database
that are necessary for transaction processing in the application. It also defines a method for populating the account db table with prior year values
|
populatePriorYearAccountsFromCurrent | public void populatePriorYearAccountsFromCurrent()(Code) | | This method populates the prior year account table in the database with all the values from the current year account table.
|
|
|