public class A21SubAccountServiceImpl extends Object implements A21SubAccountService
| Constructor and Description | 
|---|
| A21SubAccountServiceImpl() | 
| 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 | 
| void | setA21SubAccountDao(A21SubAccountDao subAccountDao) | 
| void | setAccountService(AccountService accountService)Sets the accountService attribute value. | 
public A21SubAccountServiceImpl()
public A21SubAccount getByPrimaryKey(String chartOfAccountsCode, String accountNumber, String subAccountNumber)
A21SubAccountServicegetByPrimaryKey in interface A21SubAccountServiceA21SubAccountService.getByPrimaryKey(java.lang.String, java.lang.String, java.lang.String)public A21SubAccount buildCgIcrAccount(String chartOfAccountsCode, String accountNumber, String subAccountNumber, String subAccountTypeCode)
A21SubAccountServicebuildCgIcrAccount in interface A21SubAccountServicechartOfAccountsCode - the given chart of accountaccountNumber - the given account numbersubAccountNumber - the given sub account numbersubAccountTypeCode - the type of the CG ICR accountA21SubAccountService.buildCgIcrAccount(java.lang.String, java.lang.String, java.lang.String,
      java.lang.String)public void populateCgIcrAccount(A21SubAccount a21SubAccount, String chartOfAccountsCode, String accountNumber)
A21SubAccountServicepopulateCgIcrAccount in interface A21SubAccountServicea21SubAccount - the a21 sub account needed to be populatedchartOfAccountsCode - the given chart of accountaccountNumber - the given account numberA21SubAccountService.populateCgIcrAccount(org.kuali.ole.coa.businessobject.A21SubAccount,
      java.lang.String, java.lang.String)public void setA21SubAccountDao(A21SubAccountDao subAccountDao)
subAccountDao - The a21SubAccountDao to set.public void setAccountService(AccountService accountService)
accountService - The accountService to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.