|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.coa.service.impl.SubAccountServiceImpl
public class SubAccountServiceImpl
This class is the service implementation for the SubAccount structure. This is the default implementation that gets delivered with Kuali.
| Constructor Summary | |
|---|---|
SubAccountServiceImpl()
|
|
| Method Summary | |
|---|---|
SubAccount |
getByPrimaryId(String chartOfAccountsCode,
String accountNumber,
String subAccountNumber)
Retrieves a SubAccount object based on primary key. |
SubAccount |
getByPrimaryIdWithCaching(String chartOfAccountsCode,
String accountNumber,
String subAccountNumber)
Method is used by KualiAccountAttribute to enable caching of accounts for routing. |
SubAccountDao |
getSubAccountDao()
|
List |
getSubAccountsByReportsToOrganization(String chartOfAccountsCode,
String organizationCode,
String subAccountNumber)
Retrieves SubAccount objects associated with the given chart-org-subAccount code combination |
void |
setSubAccountDao(SubAccountDao subAccountDao)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubAccountServiceImpl()
| Method Detail |
|---|
public SubAccount getByPrimaryId(String chartOfAccountsCode,
String accountNumber,
String subAccountNumber)
SubAccountService
getByPrimaryId in interface SubAccountServicechartOfAccountsCode - - Chart of Accounts CodeaccountNumber - - Account NumbersubAccountNumber - - Sub Account Number
SubAccountService.getByPrimaryId(java.lang.String, java.lang.String, java.lang.String)
public SubAccount getByPrimaryIdWithCaching(String chartOfAccountsCode,
String accountNumber,
String subAccountNumber)
getByPrimaryIdWithCaching in interface SubAccountServicegetByPrimaryId(String, String, String)
public List getSubAccountsByReportsToOrganization(String chartOfAccountsCode,
String organizationCode,
String subAccountNumber)
getSubAccountsByReportsToOrganization in interface SubAccountServicechartOfAccountsCode - - 'Reports To' Chart of Accounts CodeorganizationCode - - 'Reports To' Organization CodesubAccountNumber - - Sub Account Number
public SubAccountDao getSubAccountDao()
public void setSubAccountDao(SubAccountDao subAccountDao)
subAccountDao -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||