public interface WarehousingConsignmentEntryQuantityDao
| Modifier and Type | Method and Description |
|---|---|
Long |
getQuantityDeclined(ConsignmentEntryModel consignmentEntry)
Retrieve the quantity declined for a specific consignment entry
|
Long |
getQuantityShipped(ConsignmentEntryModel consignmentEntry)
Retrieve the quantity shipped for a specific order entry
|
Long |
processRequestWithParams(String queryString,
Map<String,Object> params)
Process the flexible search given in parameter and applies the list of parameters associated
|
Long getQuantityShipped(ConsignmentEntryModel consignmentEntry)
consignmentEntry - the consignment entry for which we want to get the shipped quantityLong getQuantityDeclined(ConsignmentEntryModel consignmentEntry)
consignmentEntry - the consignment entry for which we want to get the declined quantityLong processRequestWithParams(String queryString, Map<String,Object> params)
queryString - the flexible search to processparams - the list of params requested by the associated queryCopyright © 2017 SAP SE. All Rights Reserved.