org.kuali.kfs.module.ld.batch.service
Interface LaborYearEndBalanceForwardService

All Known Implementing Classes:
LaborYearEndBalanceForwardServiceImpl

public interface LaborYearEndBalanceForwardService

Labor Ledger Year End - Inception to Date Beginning Balance process moves the Year-to-Date Total plus the Contracts and Grants Beginning Balances to the Contracts and Grants Beginning Balances of the new fiscal year for a designated group of accounts (to be identified by fund group and sub fund group).


Method Summary
 void forwardBalance()
          moves the Year-to-Date Total plus the Contracts and Grants Beginning Balances to the Contracts and Grants Beginning Balances of the new fiscal year for a designated group of accounts.
 void forwardBalance(Integer fiscalYear)
          moves the Year-to-Date Total plus the Contracts and Grants Beginning Balances to the Contracts and Grants Beginning Balances of the new fiscal year for a designated group of accounts
 void forwardBalance(Integer fiscalYear, Integer newFiscalYear)
          moves the Year-to-Date Total plus the Contracts and Grants Beginning Balances to the Contracts and Grants Beginning Balances of the new fiscal year for a designated group of accounts
 

Method Detail

forwardBalance

void forwardBalance()
moves the Year-to-Date Total plus the Contracts and Grants Beginning Balances to the Contracts and Grants Beginning Balances of the new fiscal year for a designated group of accounts. The fiscal year is given through application parameter table. The new fiscal year is (fiscalYear + 1) by default.


forwardBalance

void forwardBalance(Integer fiscalYear)
moves the Year-to-Date Total plus the Contracts and Grants Beginning Balances to the Contracts and Grants Beginning Balances of the new fiscal year for a designated group of accounts

Parameters:
fiscalYear - the fiscal year to be processed. The new fiscal year is (fiscalYear + 1) by default.

forwardBalance

void forwardBalance(Integer fiscalYear,
                    Integer newFiscalYear)
moves the Year-to-Date Total plus the Contracts and Grants Beginning Balances to the Contracts and Grants Beginning Balances of the new fiscal year for a designated group of accounts

Parameters:
fiscalYear - the fiscal year to be processed.
newFiscalYear - the new fiscal year


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