@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, setDbPlatformpublic ReceivingAddressDaoOjb()
public Collection<ReceivingAddress> findActiveByChartOrg(String chartCode, String orgCode)
ReceivingAddressDaofindActiveByChartOrg in interface ReceivingAddressDaochartCode - - chart of accounts code.orgCode - - organization code.ReceivingAddressDao.findActiveByChartOrg(java.lang.String, java.lang.String)public Collection<ReceivingAddress> findDefaultByChartOrg(String chartCode, String orgCode)
ReceivingAddressDaofindDefaultByChartOrg in interface ReceivingAddressDaochartCode - - chart of accounts code.orgCode - - organization code.ReceivingAddressDao.findDefaultByChartOrg(java.lang.String, java.lang.String)public int countActiveByChartOrg(String chartCode, String orgCode)
ReceivingAddressDaocountActiveByChartOrg in interface ReceivingAddressDaochartCode - - chart of accounts code.orgCode - - organization code.ReceivingAddressDao.countActiveByChartOrg(java.lang.String, java.lang.String)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.