Class DefaultConsignmentEntryQuantityService
- java.lang.Object
-
- de.hybris.platform.warehousing.consignmententry.service.impl.DefaultConsignmentEntryQuantityService
-
- All Implemented Interfaces:
ConsignmentEntryQuantityService
public class DefaultConsignmentEntryQuantityService extends java.lang.Object implements ConsignmentEntryQuantityService
Provides the default implementation to get the values of the quantities for each stage.
-
-
Constructor Summary
Constructors Constructor Description DefaultConsignmentEntryQuantityService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetQuantityDeclined(ConsignmentEntryModel consignmentEntry)Retrieve the quantity declined for a specific consignment entryjava.lang.LonggetQuantityPending(ConsignmentEntryModel consignmentEntryModel)Gets the pending quantity for the givenConsignmentEntryModeljava.lang.LonggetQuantityShipped(ConsignmentEntryModel consignmentEntryModel)Gets the quantity that has been shipped for the givenConsignmentEntryModelprotected WarehousingConsignmentEntryQuantityDaogetWarehousingConsignmentEntryQuantityDao()voidsetWarehousingConsignmentEntryQuantityDao(WarehousingConsignmentEntryQuantityDao warehousingConsignmentEntryQuantityDao)
-
-
-
Method Detail
-
getQuantityShipped
public java.lang.Long getQuantityShipped(ConsignmentEntryModel consignmentEntryModel)
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
public java.lang.Long getQuantityPending(ConsignmentEntryModel consignmentEntryModel)
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
public java.lang.Long getQuantityDeclined(ConsignmentEntryModel consignmentEntry)
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
protected WarehousingConsignmentEntryQuantityDao getWarehousingConsignmentEntryQuantityDao()
-
setWarehousingConsignmentEntryQuantityDao
public void setWarehousingConsignmentEntryQuantityDao(WarehousingConsignmentEntryQuantityDao warehousingConsignmentEntryQuantityDao)
-
-