|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.coa.service.impl.A21SubAccountServiceImpl
public class A21SubAccountServiceImpl
This class is the default implementation of the A21SubAccountService
Constructor Summary | |
---|---|
A21SubAccountServiceImpl()
|
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 |
void |
setA21SubAccountDao(A21SubAccountDao subAccountDao)
|
void |
setAccountService(AccountService accountService)
Sets the accountService attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public A21SubAccountServiceImpl()
Method Detail |
---|
public A21SubAccount getByPrimaryKey(String chartOfAccountsCode, String accountNumber, String subAccountNumber)
A21SubAccountService
getByPrimaryKey
in interface A21SubAccountService
A21SubAccountService.getByPrimaryKey(java.lang.String, java.lang.String, java.lang.String)
public A21SubAccount buildCgIcrAccount(String chartOfAccountsCode, String accountNumber, String subAccountNumber, String subAccountTypeCode)
A21SubAccountService
buildCgIcrAccount
in interface A21SubAccountService
chartOfAccountsCode
- the given chart of accountaccountNumber
- the given account numbersubAccountNumber
- the given sub account numbersubAccountTypeCode
- the type of the CG ICR account
A21SubAccountService.buildCgIcrAccount(java.lang.String, java.lang.String, java.lang.String,
java.lang.String)
public void populateCgIcrAccount(A21SubAccount a21SubAccount, String chartOfAccountsCode, String accountNumber)
A21SubAccountService
populateCgIcrAccount
in interface A21SubAccountService
a21SubAccount
- the a21 sub account needed to be populatedchartOfAccountsCode
- the given chart of accountaccountNumber
- the given account numberA21SubAccountService.populateCgIcrAccount(org.kuali.kfs.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |