public interface PriorYearAccountService
Modifier and Type | Method and Description |
---|---|
void |
addPriorYearAccountsFromParameter()
This method adds to the prior year account table the list of accounts defined in a parameter with all newly created accounts to be used for prior year,
and creates a report on the accounts that are added successfully, as well as those failed to be added.
|
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.
|
PriorYearAccount getByPrimaryKey(String chartCode, String accountNumber)
chartCode
- accountNumber
- void populatePriorYearAccountsFromCurrent()
void addPriorYearAccountsFromParameter()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.