org.kuali.kfs.coa.service
Interface PriorYearAccountService

All Known Implementing Classes:
PriorYearAccountServiceImpl

public interface PriorYearAccountService

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


Method Summary
 PriorYearAccount getByPrimaryKey(String chartCode, String accountNumber)
           
 void populatePriorYearAccountsFromCurrent()
          This method populates the prior year account table in the database with all the values from the current year account table.
 

Method Detail

getByPrimaryKey

PriorYearAccount getByPrimaryKey(String chartCode,
                                 String accountNumber)
Parameters:
chartCode -
accountNumber -
Returns:

populatePriorYearAccountsFromCurrent

void populatePriorYearAccountsFromCurrent()
This method populates the prior year account table in the database with all the values from the current year account table.



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