Class DefaultWarehousingConsignmentEntryQuantityDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.warehousing.daos.impl.DefaultWarehousingConsignmentEntryQuantityDao
- All Implemented Interfaces:
Dao,WarehousingConsignmentEntryQuantityDao
public class DefaultWarehousingConsignmentEntryQuantityDao
extends AbstractItemDao
implements WarehousingConsignmentEntryQuantityDao
Provides the methods to retrieve the various quantities related to a consignment entry
-
Field Summary
FieldsFields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuantityDeclined(ConsignmentEntryModel consignmentEntry) Retrieve the quantity allocated for a specific order entrygetQuantityShipped(ConsignmentEntryModel consignmentEntry) Retrieve the quantity shipped for a specific order entryprocessRequestWithParams(String queryString, Map<String, Object> params) Process the flexible search given in parameter and applies the list of parameters associatedMethods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Field Details
-
shippedQuery
-
declinedQuery
- See Also:
-
-
Constructor Details
-
DefaultWarehousingConsignmentEntryQuantityDao
public DefaultWarehousingConsignmentEntryQuantityDao()
-
-
Method Details
-
getQuantityShipped
Retrieve the quantity shipped for a specific order entry- Specified by:
getQuantityShippedin interfaceWarehousingConsignmentEntryQuantityDao- Parameters:
consignmentEntry- the consignment entry for which we want to get the shipped quantity- Returns:
- the shipped quantity
-
getQuantityDeclined
Retrieve the quantity allocated for a specific order entry- Specified by:
getQuantityDeclinedin interfaceWarehousingConsignmentEntryQuantityDao- Parameters:
consignmentEntry- the consignment entry for which we want to get the allocated quantity- Returns:
- the allocated quantity
-
processRequestWithParams
Process the flexible search given in parameter and applies the list of parameters associated- Specified by:
processRequestWithParamsin interfaceWarehousingConsignmentEntryQuantityDao- Parameters:
queryString- the flexible search to processparams- the list of params requested by the associated query- Returns:
- the quantity asked
-