Uses of Interface
de.hybris.platform.warehousing.orderentry.service.OrderEntryQuantityService
Packages that use OrderEntryQuantityService
Package
Description
-
Uses of OrderEntryQuantityService in de.hybris.platform.warehousing.allocation.impl
Methods in de.hybris.platform.warehousing.allocation.impl that return OrderEntryQuantityServiceModifier and TypeMethodDescriptionprotected OrderEntryQuantityServiceOrderEntryAllocatedQuantityHandler.getOrderEntryQuantityService()OrderEntryPendingQuantityHandler.getOrderEntryQuantityService()protected OrderEntryQuantityServiceOrderEntryUnallocatedQuantityHandler.getOrderEntryQuantityService()Methods in de.hybris.platform.warehousing.allocation.impl with parameters of type OrderEntryQuantityServiceModifier and TypeMethodDescriptionvoidOrderEntryAllocatedQuantityHandler.setOrderEntryQuantityService(OrderEntryQuantityService orderEntryQuantityService) voidOrderEntryPendingQuantityHandler.setOrderEntryQuantityService(OrderEntryQuantityService orderEntryQuantityService) voidOrderEntryUnallocatedQuantityHandler.setOrderEntryQuantityService(OrderEntryQuantityService orderEntryQuantityService) -
Uses of OrderEntryQuantityService in de.hybris.platform.warehousing.cancellation.impl
Methods in de.hybris.platform.warehousing.cancellation.impl that return OrderEntryQuantityServiceModifier and TypeMethodDescriptionOrderEntryCancelledQuantityHandler.getOrderEntryQuantityService()Methods in de.hybris.platform.warehousing.cancellation.impl with parameters of type OrderEntryQuantityServiceModifier and TypeMethodDescriptionvoidOrderEntryCancelledQuantityHandler.setOrderEntryQuantityService(OrderEntryQuantityService orderEntryQuantityService) -
Uses of OrderEntryQuantityService in de.hybris.platform.warehousing.orderentry.service.impl
Classes in de.hybris.platform.warehousing.orderentry.service.impl that implement OrderEntryQuantityServiceModifier and TypeClassDescriptionclassProvides the default implementation to get the values of the quantities for each stage. -
Uses of OrderEntryQuantityService in de.hybris.platform.warehousing.returns.impl
Methods in de.hybris.platform.warehousing.returns.impl that return OrderEntryQuantityServiceModifier and TypeMethodDescriptionOrderEntryReturnedQuantityHandler.getOrderEntryQuantityService()Methods in de.hybris.platform.warehousing.returns.impl with parameters of type OrderEntryQuantityServiceModifier and TypeMethodDescriptionvoidOrderEntryReturnedQuantityHandler.setOrderEntryQuantityService(OrderEntryQuantityService orderEntryQuantityService) -
Uses of OrderEntryQuantityService in de.hybris.platform.warehousing.shipping.quantityhandlers
Methods in de.hybris.platform.warehousing.shipping.quantityhandlers that return OrderEntryQuantityServiceModifier and TypeMethodDescriptionOrderEntryShippedQuantityHandler.getOrderEntryQuantityService()Methods in de.hybris.platform.warehousing.shipping.quantityhandlers with parameters of type OrderEntryQuantityServiceModifier and TypeMethodDescriptionvoidOrderEntryShippedQuantityHandler.setOrderEntryQuantityService(OrderEntryQuantityService orderEntryQuantityService)