@Transactional public class ReceivingAddressDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements ReceivingAddressDao
Constructor and Description |
---|
ReceivingAddressDaoOjb() |
Modifier and Type | Method and Description |
---|---|
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.
|
getDbPlatform, setDbPlatform
public ReceivingAddressDaoOjb()
public Collection<ReceivingAddress> findActiveByChartOrg(String chartCode, String orgCode)
ReceivingAddressDao
findActiveByChartOrg
in interface ReceivingAddressDao
chartCode
- - chart of accounts code.orgCode
- - organization code.ReceivingAddressDao.findActiveByChartOrg(java.lang.String, java.lang.String)
public Collection<ReceivingAddress> findDefaultByChartOrg(String chartCode, String orgCode)
ReceivingAddressDao
findDefaultByChartOrg
in interface ReceivingAddressDao
chartCode
- - chart of accounts code.orgCode
- - organization code.ReceivingAddressDao.findDefaultByChartOrg(java.lang.String, java.lang.String)
public int countActiveByChartOrg(String chartCode, String orgCode)
ReceivingAddressDao
countActiveByChartOrg
in interface ReceivingAddressDao
chartCode
- - chart of accounts code.orgCode
- - organization code.ReceivingAddressDao.countActiveByChartOrg(java.lang.String, java.lang.String)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.