Uses of Class
de.hybris.platform.ordersplitting.strategy.impl.OrderEntryGroup
-
-
Uses of OrderEntryGroup in de.hybris.platform.ordersplitting.strategy
Methods in de.hybris.platform.ordersplitting.strategy that return types with arguments of type OrderEntryGroup Modifier and Type Method Description java.util.List<OrderEntryGroup>AbstractSplittingStrategy. perform(java.util.List<OrderEntryGroup> orderEntryListList)java.util.List<OrderEntryGroup>SplittingStrategy. perform(java.util.List<OrderEntryGroup> orderEntryGroup)Perform the strategy.Methods in de.hybris.platform.ordersplitting.strategy with parameters of type OrderEntryGroup Modifier and Type Method Description voidAbstractSplittingStrategy. afterSplitting(OrderEntryGroup group, ConsignmentModel createdOne)voidSplittingStrategy. afterSplitting(OrderEntryGroup group, ConsignmentModel createdOne)After splitting.Method parameters in de.hybris.platform.ordersplitting.strategy with type arguments of type OrderEntryGroup Modifier and Type Method Description java.util.List<OrderEntryGroup>AbstractSplittingStrategy. perform(java.util.List<OrderEntryGroup> orderEntryListList)java.util.List<OrderEntryGroup>SplittingStrategy. perform(java.util.List<OrderEntryGroup> orderEntryGroup)Perform the strategy. -
Uses of OrderEntryGroup in de.hybris.platform.ordersplitting.strategy.impl
Methods in de.hybris.platform.ordersplitting.strategy.impl that return OrderEntryGroup Modifier and Type Method Description OrderEntryGroupOrderEntryGroup. getEmpty()protected OrderEntryGroupSplitByWarehouse. sortOrderEntryBeforeWarehouseSplitting(OrderEntryGroup listOrderEntry)Sort order entry before warehouse splitting.Methods in de.hybris.platform.ordersplitting.strategy.impl that return types with arguments of type OrderEntryGroup Modifier and Type Method Description java.util.List<OrderEntryGroup>SplitByWarehouse. perform(java.util.List<OrderEntryGroup> orderEntryGroup)protected java.util.List<OrderEntryGroup>SplitByWarehouse. splitForWarehouses(OrderEntryGroup orderEntryList)Methods in de.hybris.platform.ordersplitting.strategy.impl with parameters of type OrderEntryGroup Modifier and Type Method Description voidSplitByWarehouse. afterSplitting(OrderEntryGroup group, ConsignmentModel createdOne)protected WarehouseModelSplitByWarehouse. chooseBestWarehouse(OrderEntryGroup orderEntries)Choose best warehouse this function is called by getWarehouseList after we have set of possible warehouses.protected WarehouseModelSplitByWarehouse. getWarehouse(OrderEntryGroup orderEntries)protected OrderEntryGroupSplitByWarehouse. sortOrderEntryBeforeWarehouseSplitting(OrderEntryGroup listOrderEntry)Sort order entry before warehouse splitting.protected java.util.List<OrderEntryGroup>SplitByWarehouse. splitForWarehouses(OrderEntryGroup orderEntryList)Method parameters in de.hybris.platform.ordersplitting.strategy.impl with type arguments of type OrderEntryGroup Modifier and Type Method Description java.util.List<OrderEntryGroup>SplitByWarehouse. perform(java.util.List<OrderEntryGroup> orderEntryGroup) -
Uses of OrderEntryGroup in de.hybris.platform.yacceleratorfulfilmentprocess.strategy.impl
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.strategy.impl that return OrderEntryGroup Modifier and Type Method Description protected OrderEntryGroupSplitByWarehouse. sortOrderEntryBeforeWarehouseSplitting(OrderEntryGroup listOrderEntry)Sort order entry before warehouse splitting.Methods in de.hybris.platform.yacceleratorfulfilmentprocess.strategy.impl that return types with arguments of type OrderEntryGroup Modifier and Type Method Description java.util.List<OrderEntryGroup>SplitByWarehouse. perform(java.util.List<OrderEntryGroup> orderEntryGroup)protected java.util.List<OrderEntryGroup>SplitByWarehouse. splitForWarehouses(OrderEntryGroup orderEntryList)Methods in de.hybris.platform.yacceleratorfulfilmentprocess.strategy.impl with parameters of type OrderEntryGroup Modifier and Type Method Description voidSplitByWarehouse. afterSplitting(OrderEntryGroup group, ConsignmentModel createdOne)protected WarehouseModelSplitByWarehouse. chooseBestWarehouse(OrderEntryGroup orderEntries)Choose best warehouse this function is called by getWarehouseList after we have set of possible warehouses.protected java.util.List<WarehouseModel>SplitByWarehouse. prepareWarehouses(OrderEntryGroup todoEntryList, OrderEntryGroup workingOrderEntryList, OrderEntryGroup emptyOrderEntryList, java.util.List<WarehouseModel> tmpWarehouseResult, OrderEntryGroup tmpOrderEntryResult)protected OrderEntryGroupSplitByWarehouse. sortOrderEntryBeforeWarehouseSplitting(OrderEntryGroup listOrderEntry)Sort order entry before warehouse splitting.protected java.util.List<OrderEntryGroup>SplitByWarehouse. splitForWarehouses(OrderEntryGroup orderEntryList)Method parameters in de.hybris.platform.yacceleratorfulfilmentprocess.strategy.impl with type arguments of type OrderEntryGroup Modifier and Type Method Description java.util.List<OrderEntryGroup>SplitByWarehouse. perform(java.util.List<OrderEntryGroup> orderEntryGroup)
-