public class DefaultWarehousingConsignmentEntryQuantityDao extends AbstractItemDao implements WarehousingConsignmentEntryQuantityDao
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
declinedQuery |
protected static java.lang.String |
shippedQuery |
flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultWarehousingConsignmentEntryQuantityDao() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getQuantityDeclined(ConsignmentEntryModel consignmentEntry)
Retrieve the quantity allocated for a specific order 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
|
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServiceprotected static final java.lang.String shippedQuery
protected static final java.lang.String declinedQuery
public DefaultWarehousingConsignmentEntryQuantityDao()
public java.lang.Long getQuantityShipped(ConsignmentEntryModel consignmentEntry)
getQuantityShipped in interface WarehousingConsignmentEntryQuantityDaoconsignmentEntry - the consignment entry for which we want to get the shipped quantitypublic java.lang.Long getQuantityDeclined(ConsignmentEntryModel consignmentEntry)
getQuantityDeclined in interface WarehousingConsignmentEntryQuantityDaoconsignmentEntry - the consignment entry for which we want to get the allocated quantitypublic java.lang.Long processRequestWithParams(java.lang.String queryString,
java.util.Map<java.lang.String,java.lang.Object> params)
processRequestWithParams in interface WarehousingConsignmentEntryQuantityDaoqueryString - the flexible search to processparams - the list of params requested by the associated queryCopyright © 2018 SAP SE. All Rights Reserved.