Uses of Interface
de.hybris.platform.warehousing.consignmententry.service.ConsignmentEntryQuantityService
-
-
Uses of ConsignmentEntryQuantityService in de.hybris.platform.warehousing.allocation.impl
Methods in de.hybris.platform.warehousing.allocation.impl that return ConsignmentEntryQuantityService Modifier and Type Method Description protected ConsignmentEntryQuantityServiceConsignmentEntryPendingQuantityHandler. getConsignmentEntryQuantityService()Methods in de.hybris.platform.warehousing.allocation.impl with parameters of type ConsignmentEntryQuantityService Modifier and Type Method Description voidConsignmentEntryPendingQuantityHandler. setConsignmentEntryQuantityService(ConsignmentEntryQuantityService consignmentEntryQuantityService) -
Uses of ConsignmentEntryQuantityService in de.hybris.platform.warehousing.consignmententry.service.impl
Classes in de.hybris.platform.warehousing.consignmententry.service.impl that implement ConsignmentEntryQuantityService Modifier and Type Class Description classDefaultConsignmentEntryQuantityServiceProvides the default implementation to get the values of the quantities for each stage. -
Uses of ConsignmentEntryQuantityService in de.hybris.platform.warehousing.orderentry.service.impl
Methods in de.hybris.platform.warehousing.orderentry.service.impl that return ConsignmentEntryQuantityService Modifier and Type Method Description protected ConsignmentEntryQuantityServiceDefaultOrderEntryQuantityService. getConsignmentEntryQuantityService()Methods in de.hybris.platform.warehousing.orderentry.service.impl with parameters of type ConsignmentEntryQuantityService Modifier and Type Method Description voidDefaultOrderEntryQuantityService. setConsignmentEntryQuantityService(ConsignmentEntryQuantityService consignmentEntryQuantityService) -
Uses of ConsignmentEntryQuantityService in de.hybris.platform.warehousing.shipping.quantityhandlers
Methods in de.hybris.platform.warehousing.shipping.quantityhandlers that return ConsignmentEntryQuantityService Modifier and Type Method Description ConsignmentEntryQuantityServiceConsignmentEntryShippedQuantityHandler. getConsignmentEntryQuantityService()Methods in de.hybris.platform.warehousing.shipping.quantityhandlers with parameters of type ConsignmentEntryQuantityService Modifier and Type Method Description voidConsignmentEntryShippedQuantityHandler. setConsignmentEntryQuantityService(ConsignmentEntryQuantityService consignmentEntryQuantityService)
-