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