| java.lang.Object org.kuali.module.chart.service.impl.SubAccountServiceImpl
SubAccountServiceImpl | public class SubAccountServiceImpl implements SubAccountService(Code) | | This class is the service implementation for the SubAccount structure. This is the default implementation that gets delivered
with Kuali.
|
getSubAccountsByReportsToOrganization | public List getSubAccountsByReportsToOrganization(String chartOfAccountsCode, String organizationCode, String subAccountNumber)(Code) | | Retrieves SubAccount objects associated with the given chart-org-subAccount code combination
Parameters: chartOfAccountsCode - - 'Reports To' Chart of Accounts Code Parameters: organizationCode - - 'Reports To' Organization Code Parameters: subAccountNumber - - Sub Account Number a list of SubAccount objects |
setSubAccountDao | public void setSubAccountDao(SubAccountDao subAccountDao)(Code) | | Parameters: subAccountDao - |
|
|