| org.kuali.module.labor.service.LaborYearEndBalanceForwardService
All known Subclasses: org.kuali.module.labor.service.impl.LaborYearEndBalanceForwardServiceImpl,
LaborYearEndBalanceForwardService | public interface LaborYearEndBalanceForwardService (Code) | | 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 | |
public 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. | public 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. | public void | forwardBalance(Integer fiscalYear, Integer newFiscalYear) |
forwardBalance | public void forwardBalance()(Code) | | 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 | public void forwardBalance(Integer fiscalYear)(Code) | | 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 | public void forwardBalance(Integer fiscalYear, Integer newFiscalYear)(Code) | | 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. Parameters: newFiscalYear - the new fiscal year |
|
|