public interface NonAppliedHoldingService
Modifier and Type | Method and Description |
---|---|
Collection<NonAppliedHolding> |
getNonAppliedHoldingsByListOfDocumentNumbers(List<String> docNumbers)
Retrieves all NonAppliedHolding objects that were created by the
passed-in list of document numbers.
|
Collection<NonAppliedHolding> |
getNonAppliedHoldingsForCustomer(Customer customer)
Gets non applied holdings for customer.
|
Collection<NonAppliedHolding> |
getNonAppliedHoldingsForCustomer(String customerNumber)
Gets non applied holdings from customer number.
|
Collection<NonAppliedHolding> getNonAppliedHoldingsForCustomer(String customerNumber)
customerNumber
- Collection<NonAppliedHolding> getNonAppliedHoldingsForCustomer(Customer customer)
customer
- Collection<NonAppliedHolding> getNonAppliedHoldingsByListOfDocumentNumbers(List<String> docNumbers)
docNumbers
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.