|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.purap.document.service.impl.ReceivingAddressServiceImpl
@Transactional public class ReceivingAddressServiceImpl
Constructor Summary | |
---|---|
ReceivingAddressServiceImpl()
|
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. |
void |
setReceivingAddressDao(ReceivingAddressDao dao)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReceivingAddressServiceImpl()
Method Detail |
---|
public void setReceivingAddressDao(ReceivingAddressDao dao)
public Collection<ReceivingAddress> findActiveByChartOrg(String chartCode, String orgCode)
ReceivingAddressService
findActiveByChartOrg
in interface ReceivingAddressService
chartCode
- - chart of accounts code.orgCode
- - organization code.
ReceivingAddressService.findActiveByChartOrg(java.lang.String,java.lang.String)
public Collection<ReceivingAddress> findDefaultByChartOrg(String chartCode, String orgCode)
ReceivingAddressService
findDefaultByChartOrg
in interface ReceivingAddressService
chartCode
- - chart of accounts code.orgCode
- - organization code.
ReceivingAddressService.findDefaultByChartOrg(java.lang.String,java.lang.String)
public ReceivingAddress findUniqueDefaultByChartOrg(String chartCode, String orgCode)
ReceivingAddressService
findUniqueDefaultByChartOrg
in interface ReceivingAddressService
chartCode
- - chart of accounts code.orgCode
- - organization code.
ReceivingAddressService.findUniqueDefaultByChartOrg(java.lang.String,java.lang.String)
public int countActiveByChartOrg(String chartCode, String orgCode)
ReceivingAddressService
countActiveByChartOrg
in interface ReceivingAddressService
chartCode
- - chart of accounts code.orgCode
- - organization code.
ReceivingAddressService.countActiveByChartOrg(java.lang.String,java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |