public interface A21SubAccountService
Modifier and Type | Method and Description |
---|---|
A21SubAccount |
buildCgIcrAccount(String chartOfAccountsCode,
String accountNumber,
String subAccountNumber,
String subAccountTypeCode)
build a CG ICR account
|
A21SubAccount |
getByPrimaryKey(String chartOfAccountsCode,
String accountNumber,
String subAccountNumber)
This retrieves an A21SubAccount by its primary keys of chart of accounts code, account number and
sub account number
|
void |
populateCgIcrAccount(A21SubAccount a21SubAccount,
String chartOfAccountsCode,
String accountNumber)
populate the a21 sub account with the given account
|
A21SubAccount getByPrimaryKey(String chartOfAccountsCode, String accountNumber, String subAccountNumber)
chartOfAccountsCode
- accountNumber
- subAccountNumber
- A21SubAccount buildCgIcrAccount(String chartOfAccountsCode, String accountNumber, String subAccountNumber, String subAccountTypeCode)
chartOfAccountsCode
- the given chart of accountaccountNumber
- the given account numbersubAccountNumber
- the given sub account numbersubAccountTypeCode
- the type of the CG ICR accountvoid populateCgIcrAccount(A21SubAccount a21SubAccount, String chartOfAccountsCode, String accountNumber)
a21SubAccount
- the a21 sub account needed to be populatedchartOfAccountsCode
- the given chart of accountaccountNumber
- the given account numberCopyright © 2004–2016 The Kuali Foundation. All rights reserved.