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