|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReceivingAddressService
Method Summary | |
---|---|
int |
countActiveByChartOrg(String chartCode,
String orgCode)
Counts the number of the active receiving addresses with the specified chart/org code. |
Collection<ReceivingAddress> |
findActiveByChartOrg(String chartCode,
String orgCode)
Finds all of the active receiving addresses with the specified chart/org code. |
Collection<ReceivingAddress> |
findDefaultByChartOrg(String chartCode,
String orgCode)
Finds all of the active default receiving addresses with the specified chart/org code. |
ReceivingAddress |
findUniqueDefaultByChartOrg(String chartCode,
String orgCode)
Finds the unique active default receiving addresses with the specified chart/org code. |
Method Detail |
---|
Collection<ReceivingAddress> findActiveByChartOrg(String chartCode, String orgCode)
chartCode
- - chart of accounts code.orgCode
- - organization code.
Collection<ReceivingAddress> findDefaultByChartOrg(String chartCode, String orgCode)
chartCode
- - chart of accounts code.orgCode
- - organization code.
ReceivingAddress findUniqueDefaultByChartOrg(String chartCode, String orgCode)
chartCode
- - chart of accounts code.orgCode
- - organization code.
int countActiveByChartOrg(String chartCode, String orgCode)
chartCode
- - chart of accounts code.orgCode
- - organization code.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |