|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubAccountDao
This interface defines basic methods that SubAccount Dao's must provide
Method Summary | |
---|---|
SubAccount |
getByPrimaryId(String chartOfAccountsCode,
String accountNumber,
String subAccountNumber)
Retrieves a SubAccount object by primary key. |
List |
getSubAccountsByReportsToOrganization(String chartOfAccountsCode,
String organizationCode,
String subAccountNumber)
Retrieves SubAccount objects associated with the given chart-org-subAccount code combination |
Method Detail |
---|
SubAccount getByPrimaryId(String chartOfAccountsCode, String accountNumber, String subAccountNumber)
SubAccount
object by primary key.
chartOfAccountsCode
- - part of composite keyaccountNumber
- - part of composite keysubAccountNumber
- - part of composite key
SubAccount
by primary keyList getSubAccountsByReportsToOrganization(String chartOfAccountsCode, String organizationCode, String subAccountNumber)
SubAccount
objects associated with the given chart-org-subAccount code combination
chartOfAccountsCode
- - 'Reports To' Chart of Accounts CodeorganizationCode
- - 'Reports To' Organization CodesubAccountNumber
- - Sub Account Number
SubAccount
objects
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |