Class DefaultConsignmentEntryQuantityService
java.lang.Object
de.hybris.platform.warehousing.consignmententry.service.impl.DefaultConsignmentEntryQuantityService
- All Implemented Interfaces:
ConsignmentEntryQuantityService
public class DefaultConsignmentEntryQuantityService
extends Object
implements ConsignmentEntryQuantityService
Provides the default implementation to get the values of the quantities for each stage.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuantityDeclined(ConsignmentEntryModel consignmentEntry) Retrieve the quantity declined for a specific consignment entrygetQuantityPending(ConsignmentEntryModel consignmentEntryModel) Gets the pending quantity for the givenConsignmentEntryModelgetQuantityShipped(ConsignmentEntryModel consignmentEntryModel) Gets the quantity that has been shipped for the givenConsignmentEntryModelprotected WarehousingConsignmentEntryQuantityDaovoidsetWarehousingConsignmentEntryQuantityDao(WarehousingConsignmentEntryQuantityDao warehousingConsignmentEntryQuantityDao)
-
Constructor Details
-
DefaultConsignmentEntryQuantityService
public DefaultConsignmentEntryQuantityService()
-
-
Method Details
-
getQuantityShipped
Description copied from interface:ConsignmentEntryQuantityServiceGets the quantity that has been shipped for the givenConsignmentEntryModel- Specified by:
getQuantityShippedin interfaceConsignmentEntryQuantityService- Parameters:
consignmentEntryModel- the given consignment entry for which we want to get the shipped quantity- Returns:
- the quantity shipped for the given consignment entry
-
getQuantityPending
Description copied from interface:ConsignmentEntryQuantityServiceGets the pending quantity for the givenConsignmentEntryModel- Specified by:
getQuantityPendingin interfaceConsignmentEntryQuantityService- Parameters:
consignmentEntryModel- the given consignment entry for which we want to get the pending quantity- Returns:
- the quantity pending for the given consignment entry
-
getQuantityDeclined
Description copied from interface:ConsignmentEntryQuantityServiceRetrieve the quantity declined for a specific consignment entry- Specified by:
getQuantityDeclinedin interfaceConsignmentEntryQuantityService- Parameters:
consignmentEntry- the consignment entry for which we want to get the declined quantity- Returns:
- the declined quantity
-
getWarehousingConsignmentEntryQuantityDao
-
setWarehousingConsignmentEntryQuantityDao
public void setWarehousingConsignmentEntryQuantityDao(WarehousingConsignmentEntryQuantityDao warehousingConsignmentEntryQuantityDao)
-