| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface A21SubAccountService
This interface defines the methods for retrieving fully populated A21SubAccount objects
| Method Summary | |
|---|---|
|  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 | 
| Method Detail | 
|---|
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 account
void populateCgIcrAccount(A21SubAccount a21SubAccount,
                          String chartOfAccountsCode,
                          String accountNumber)
a21SubAccount - the a21 sub account needed to be populatedchartOfAccountsCode - the given chart of accountaccountNumber - the given account number| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||