Class DefaultOrderEntryQuantityService
java.lang.Object
de.hybris.platform.warehousing.orderentry.service.impl.DefaultOrderEntryQuantityService
- All Implemented Interfaces:
OrderEntryQuantityService
Provides the default implementation to get the values of the quantities for each stage.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConsignmentEntryQuantityServicegetQuantityAllocated(OrderEntryModel orderEntryModel) Gets the quantity that has been allocated for the givenOrderEntryModelgetQuantityCancelled(OrderEntryModel orderEntryModel) Gets the quantity that has been cancelled for the givenOrderEntryModelgetQuantityDeclined(OrderEntryModel orderEntryModel) Gets the quantity that was declined for the givenOrderEntryModelgetQuantityPending(OrderEntryModel orderEntryModel) Gets the pending quantity for the givenOrderEntryModelgetQuantityReturned(OrderEntryModel orderEntryModel) Gets the quantity that has been returned for the givenOrderEntryModelgetQuantityShipped(OrderEntryModel orderEntryModel) Gets the quantity that has been shipped for the givenOrderEntryModelgetQuantityUnallocated(OrderEntryModel orderEntryModel) Gets the quantity that has not been allocated for the givenOrderEntryModelprotected WarehousingOrderEntryQuantityDaovoidsetConsignmentEntryQuantityService(ConsignmentEntryQuantityService consignmentEntryQuantityService) voidsetWarehousingOrderEntryQuantityDao(WarehousingOrderEntryQuantityDao warehousingOrderEntryQuantityDao)
-
Constructor Details
-
DefaultOrderEntryQuantityService
public DefaultOrderEntryQuantityService()
-
-
Method Details
-
getQuantityShipped
Description copied from interface:OrderEntryQuantityServiceGets the quantity that has been shipped for the givenOrderEntryModel- Specified by:
getQuantityShippedin interfaceOrderEntryQuantityService- Parameters:
orderEntryModel- the given order entry for which we want to get the shipped quantity- Returns:
- the quantity shipped for the given order entry
-
getQuantityCancelled
Description copied from interface:OrderEntryQuantityServiceGets the quantity that has been cancelled for the givenOrderEntryModel- Specified by:
getQuantityCancelledin interfaceOrderEntryQuantityService- Parameters:
orderEntryModel- the given order entry for which we want to get the cancelled quantity- Returns:
- the quantity cancelled for the given order entry
-
getQuantityAllocated
Description copied from interface:OrderEntryQuantityServiceGets the quantity that has been allocated for the givenOrderEntryModel- Specified by:
getQuantityAllocatedin interfaceOrderEntryQuantityService- Parameters:
orderEntryModel- the given order entry for which we want to get the allocated quantity- Returns:
- the quantity allocated for the given order entry
-
getQuantityUnallocated
Description copied from interface:OrderEntryQuantityServiceGets the quantity that has not been allocated for the givenOrderEntryModel- Specified by:
getQuantityUnallocatedin interfaceOrderEntryQuantityService- Parameters:
orderEntryModel- the given order entry for which we want to get the unallocated quantity- Returns:
- the quantity unallocated for the given order entry
-
getQuantityPending
Description copied from interface:OrderEntryQuantityServiceGets the pending quantity for the givenOrderEntryModel- Specified by:
getQuantityPendingin interfaceOrderEntryQuantityService- Parameters:
orderEntryModel- the given order entry for which we want to get the pending quantity- Returns:
- the quantity pending for the given order entry
-
getQuantityReturned
Description copied from interface:OrderEntryQuantityServiceGets the quantity that has been returned for the givenOrderEntryModel- Specified by:
getQuantityReturnedin interfaceOrderEntryQuantityService- Parameters:
orderEntryModel- the given order entry for which we want to get the returned quantity- Returns:
- the quantity returned for the given order entry
-
getQuantityDeclined
Description copied from interface:OrderEntryQuantityServiceGets the quantity that was declined for the givenOrderEntryModel- Specified by:
getQuantityDeclinedin interfaceOrderEntryQuantityService- Parameters:
orderEntryModel- the given order entry for which we want to get the declined quantity- Returns:
- the quantity declined for the given order entry
-
getWarehousingOrderEntryQuantityDao
-
setWarehousingOrderEntryQuantityDao
public void setWarehousingOrderEntryQuantityDao(WarehousingOrderEntryQuantityDao warehousingOrderEntryQuantityDao) -
getConsignmentEntryQuantityService
-
setConsignmentEntryQuantityService
public void setConsignmentEntryQuantityService(ConsignmentEntryQuantityService consignmentEntryQuantityService)
-