org.kuali.kfs.module.ar.document.service
Interface NonAppliedHoldingService
- All Known Implementing Classes:
- NonAppliedHoldingServiceImpl
public interface NonAppliedHoldingService
getNonAppliedHoldingsForCustomer
Collection<NonAppliedHolding> getNonAppliedHoldingsForCustomer(String customerNumber)
getNonAppliedHoldingsForCustomer
Collection<NonAppliedHolding> getNonAppliedHoldingsForCustomer(Customer customer)
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:
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.