public class SubAccountServiceImpl extends Object implements SubAccountService
| Modifier and Type | Field and Description |
|---|---|
protected org.kuali.rice.krad.service.BusinessObjectService |
businessObjectService |
| Constructor and Description |
|---|
SubAccountServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
protected org.kuali.rice.krad.service.BusinessObjectService businessObjectService
public SubAccountServiceImpl()
public SubAccount getByPrimaryId(String chartOfAccountsCode, String accountNumber, String subAccountNumber)
SubAccountServicegetByPrimaryId in interface SubAccountServicechartOfAccountsCode - - Chart of Accounts CodeaccountNumber - - Account NumbersubAccountNumber - - Sub Account NumberSubAccountService.getByPrimaryId(java.lang.String, java.lang.String, java.lang.String)@Cacheable(value="OLE/SubAccount",
key="#p0+\'-\'+#p1+\'-\'+#p2")
public SubAccount getByPrimaryIdWithCaching(String chartOfAccountsCode,
String accountNumber,
String subAccountNumber)
getByPrimaryIdWithCaching in interface SubAccountServicegetByPrimaryId(String, String, String)public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.