org.kuali.kfs.module.ar.document.dataaccess
Interface NonAppliedHoldingDao

All Known Implementing Classes:
NonAppliedHoldingDaoOjb

public interface NonAppliedHoldingDao


Method Summary
 Collection<NonAppliedHolding> getNonAppliedHoldingsByListOfDocumentNumbers(List<String> docNumbers)
          Retrieves all NonAppliedHolding objects that were created by the passed-in list of document numbers.
 Collection<NonAppliedHolding> getNonAppliedHoldingsForCustomer(String customerNumber)
           
 

Method Detail

getNonAppliedHoldingsByListOfDocumentNumbers

Collection<NonAppliedHolding> getNonAppliedHoldingsByListOfDocumentNumbers(List<String> docNumbers)
Retrieves all NonAppliedHolding objects that were created by the passed-in list of document numbers.

Parameters:
docNumbers -
Returns:

getNonAppliedHoldingsForCustomer

Collection<NonAppliedHolding> getNonAppliedHoldingsForCustomer(String customerNumber)


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