org.kuali.kfs.module.purap.document.dataaccess
Interface ReceivingAddressDao

All Known Implementing Classes:
ReceivingAddressDaoOjb

public interface ReceivingAddressDao

Receiving Address DAO Interface.


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.
 

Method Detail

findActiveByChartOrg

Collection<ReceivingAddress> findActiveByChartOrg(String chartCode,
                                                  String orgCode)
Finds all of the active receiving addresses with the specified chart/org code.

Parameters:
chartCode - - chart of accounts code.
orgCode - - organization code.
Returns:
- collection of receiving addresses found.

findDefaultByChartOrg

Collection<ReceivingAddress> findDefaultByChartOrg(String chartCode,
                                                   String orgCode)
Finds all of the active default receiving addresses with the specified chart/org code.

Parameters:
chartCode - - chart of accounts code.
orgCode - - organization code.
Returns:
- collection of receiving addresses found.

countActiveByChartOrg

int countActiveByChartOrg(String chartCode,
                          String orgCode)
Counts the number of the active receiving addresses with the specified chart/org code.

Parameters:
chartCode - - chart of accounts code.
orgCode - - organization code.
Returns:
- number of receiving addresses found.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.