Uses of Class
de.hybris.platform.warehousing.sourcing.context.grouping.OrderEntryGroup
-
-
Uses of OrderEntryGroup in de.hybris.platform.warehousing.sourcing.context
Method parameters in de.hybris.platform.warehousing.sourcing.context with type arguments of type OrderEntryGroup Modifier and Type Method Description java.util.Collection<SourcingContext>SourcingContextFactory. create(java.util.Collection<OrderEntryGroup> groups, java.util.Collection<WarehouseModel> locations)Create a new sourcing context. -
Uses of OrderEntryGroup in de.hybris.platform.warehousing.sourcing.context.grouping
Methods in de.hybris.platform.warehousing.sourcing.context.grouping that return types with arguments of type OrderEntryGroup Modifier and Type Method Description java.util.Set<OrderEntryGroup>OrderEntryGroupingService. splitGroupByMatcher(OrderEntryGroup group, OrderEntryMatcher matcher)Split a single order entry group into multiple groups using a single matcher.java.util.Set<OrderEntryGroup>OrderEntryGroupingService. splitGroupsByMatcher(java.util.Set<OrderEntryGroup> groups, OrderEntryMatcher matcher)Split an existing collection of order entry groups into smaller groups using a single matcher.java.util.Set<OrderEntryGroup>OrderEntryGroupingService. splitOrderByMatchers(AbstractOrderModel order, java.util.Collection<OrderEntryMatcher> matchers)Split an order into a groups of order entries based on a collection of matchers.Methods in de.hybris.platform.warehousing.sourcing.context.grouping with parameters of type OrderEntryGroup Modifier and Type Method Description java.util.Set<OrderEntryGroup>OrderEntryGroupingService. splitGroupByMatcher(OrderEntryGroup group, OrderEntryMatcher matcher)Split a single order entry group into multiple groups using a single matcher.Method parameters in de.hybris.platform.warehousing.sourcing.context.grouping with type arguments of type OrderEntryGroup Modifier and Type Method Description java.util.Set<OrderEntryGroup>OrderEntryGroupingService. splitGroupsByMatcher(java.util.Set<OrderEntryGroup> groups, OrderEntryMatcher matcher)Split an existing collection of order entry groups into smaller groups using a single matcher. -
Uses of OrderEntryGroup in de.hybris.platform.warehousing.sourcing.context.grouping.impl
Methods in de.hybris.platform.warehousing.sourcing.context.grouping.impl that return types with arguments of type OrderEntryGroup Modifier and Type Method Description java.util.Set<OrderEntryGroup>DefaultOrderEntryGroupingService. splitGroupByMatcher(OrderEntryGroup group, OrderEntryMatcher matcher)java.util.Set<OrderEntryGroup>DefaultOrderEntryGroupingService. splitGroupsByMatcher(java.util.Set<OrderEntryGroup> groups, OrderEntryMatcher matcher)java.util.Set<OrderEntryGroup>DefaultOrderEntryGroupingService. splitOrderByMatchers(AbstractOrderModel order, java.util.Collection<OrderEntryMatcher> matchers)Methods in de.hybris.platform.warehousing.sourcing.context.grouping.impl with parameters of type OrderEntryGroup Modifier and Type Method Description java.util.Set<OrderEntryGroup>DefaultOrderEntryGroupingService. splitGroupByMatcher(OrderEntryGroup group, OrderEntryMatcher matcher)Method parameters in de.hybris.platform.warehousing.sourcing.context.grouping.impl with type arguments of type OrderEntryGroup Modifier and Type Method Description java.util.Set<OrderEntryGroup>DefaultOrderEntryGroupingService. splitGroupsByMatcher(java.util.Set<OrderEntryGroup> groups, OrderEntryMatcher matcher) -
Uses of OrderEntryGroup in de.hybris.platform.warehousing.sourcing.context.impl
Method parameters in de.hybris.platform.warehousing.sourcing.context.impl with type arguments of type OrderEntryGroup Modifier and Type Method Description java.util.Collection<SourcingContext>DefaultSourcingContextFactory. create(java.util.Collection<OrderEntryGroup> groups, java.util.Collection<WarehouseModel> locations)
-