Uses of Interface
de.hybris.platform.warehousing.orderentry.service.OrderEntryQuantityService
-
-
Uses of OrderEntryQuantityService in de.hybris.platform.warehousing.allocation.impl
Methods in de.hybris.platform.warehousing.allocation.impl that return OrderEntryQuantityService Modifier and Type Method Description protected OrderEntryQuantityServiceOrderEntryAllocatedQuantityHandler. getOrderEntryQuantityService()OrderEntryQuantityServiceOrderEntryPendingQuantityHandler. getOrderEntryQuantityService()protected OrderEntryQuantityServiceOrderEntryUnallocatedQuantityHandler. getOrderEntryQuantityService()Methods in de.hybris.platform.warehousing.allocation.impl with parameters of type OrderEntryQuantityService Modifier and Type Method Description voidOrderEntryAllocatedQuantityHandler. 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 OrderEntryQuantityService Modifier and Type Method Description OrderEntryQuantityServiceOrderEntryCancelledQuantityHandler. getOrderEntryQuantityService()Methods in de.hybris.platform.warehousing.cancellation.impl with parameters of type OrderEntryQuantityService Modifier and Type Method Description voidOrderEntryCancelledQuantityHandler. 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 OrderEntryQuantityService Modifier and Type Class Description classDefaultOrderEntryQuantityServiceProvides 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 OrderEntryQuantityService Modifier and Type Method Description OrderEntryQuantityServiceOrderEntryReturnedQuantityHandler. getOrderEntryQuantityService()Methods in de.hybris.platform.warehousing.returns.impl with parameters of type OrderEntryQuantityService Modifier and Type Method Description voidOrderEntryReturnedQuantityHandler. setOrderEntryQuantityService(OrderEntryQuantityService orderEntryQuantityService) -
Uses of OrderEntryQuantityService in de.hybris.platform.warehousing.shipping.quantityhandlers
Methods in de.hybris.platform.warehousing.shipping.quantityhandlers that return OrderEntryQuantityService Modifier and Type Method Description OrderEntryQuantityServiceOrderEntryShippedQuantityHandler. getOrderEntryQuantityService()Methods in de.hybris.platform.warehousing.shipping.quantityhandlers with parameters of type OrderEntryQuantityService Modifier and Type Method Description voidOrderEntryShippedQuantityHandler. setOrderEntryQuantityService(OrderEntryQuantityService orderEntryQuantityService)
-