Interface WarehousingConsignmentEntryQuantityDao
- All Known Implementing Classes:
DefaultWarehousingConsignmentEntryQuantityDao
public interface WarehousingConsignmentEntryQuantityDao
Provides the methods to retrieve the various quantities related to a consignment entry
-
Method Summary
Modifier and TypeMethodDescriptiongetQuantityDeclined(ConsignmentEntryModel consignmentEntry) Retrieve the quantity declined for a specific consignment entrygetQuantityShipped(ConsignmentEntryModel consignmentEntry) Retrieve the quantity shipped 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
-
getQuantityShipped
Retrieve the quantity shipped for a specific order entry- Parameters:
consignmentEntry- the consignment entry for which we want to get the shipped quantity- Returns:
- the shipped quantity
-
getQuantityDeclined
Retrieve the quantity declined for a specific consignment entry- Parameters:
consignmentEntry- the consignment entry for which we want to get the declined quantity- Returns:
- the declined 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
-