Interface WarehousingOrderEntryQuantityDao
- All Known Implementing Classes:
DefaultWarehousingOrderEntryQuantityDao
public interface WarehousingOrderEntryQuantityDao
Provides the methods to retrieve the various quantities related to an order entry
-
Method Summary
Modifier and TypeMethodDescriptiongetCancelledQuantity(OrderEntryModel orderEntry) Retrieve the cancelled quantity for a specific order entrygetQuantityReturned(OrderEntryModel orderEntry) Retrieve the quantity returned for a specific order entryprocessRequestWithParams(String queryString, Map<String, Object> params) Process the flexible search given in parameter and applies the list of parameters associated
-
Method Details
-
getCancelledQuantity
Retrieve the cancelled quantity for a specific order entry- Parameters:
orderEntry- the order entry for which we want to get the cancelled quantity- Returns:
- the cancelled quantity
-
getQuantityReturned
Retrieve the quantity returned for a specific order entry- Parameters:
orderEntry- the order entry for which we want to get the returned quantity- Returns:
- the returned quantity
-
processRequestWithParams
Process the flexible search given in parameter and applies the list of parameters associated- Parameters:
queryString- the flexible search to processparams- the list of params requested by the associated query- Returns:
- the quantity asked
-