public class DefaultWarehousingOrderEntryQuantityDao extends AbstractItemDao implements WarehousingOrderEntryQuantityDao
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
cancelQuery |
protected static java.lang.String |
returnedQuery |
flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultWarehousingOrderEntryQuantityDao() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getCancelledQuantity(OrderEntryModel orderEntry)
Retrieve the cancelled quantity for a specific order entry
|
java.lang.Long |
getQuantityReturned(OrderEntryModel orderEntry)
Retrieve the quantity returned 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 cancelQuery
protected static final java.lang.String returnedQuery
public DefaultWarehousingOrderEntryQuantityDao()
public java.lang.Long getCancelledQuantity(OrderEntryModel orderEntry)
getCancelledQuantity in interface WarehousingOrderEntryQuantityDaoorderEntry - the order entry for which we want to get the cancelled quantitypublic java.lang.Long getQuantityReturned(OrderEntryModel orderEntry)
getQuantityReturned in interface WarehousingOrderEntryQuantityDaoorderEntry - the order entry for which we want to get the returned quantitypublic java.lang.Long processRequestWithParams(java.lang.String queryString,
java.util.Map<java.lang.String,java.lang.Object> params)
processRequestWithParams in interface WarehousingOrderEntryQuantityDaoqueryString - the flexible search to processparams - the list of params requested by the associated queryCopyright © 2018 SAP SE. All Rights Reserved.