Uses of Class
de.hybris.platform.warehousing.sourcing.context.grouping.OrderEntryGroup
Packages that use OrderEntryGroup
Package
Description
-
Uses of OrderEntryGroup in de.hybris.platform.warehousing.sourcing.context
Method parameters in de.hybris.platform.warehousing.sourcing.context with type arguments of type OrderEntryGroupModifier and TypeMethodDescriptionSourcingContextFactory.create(Collection<OrderEntryGroup> groups, 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 OrderEntryGroupModifier and TypeMethodDescriptionOrderEntryGroupingService.splitGroupByMatcher(OrderEntryGroup group, OrderEntryMatcher matcher) Split a single order entry group into multiple groups using a single matcher.OrderEntryGroupingService.splitGroupsByMatcher(Set<OrderEntryGroup> groups, OrderEntryMatcher matcher) Split an existing collection of order entry groups into smaller groups using a single matcher.OrderEntryGroupingService.splitOrderByMatchers(AbstractOrderModel order, 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 OrderEntryGroupModifier and TypeMethodDescriptionOrderEntryGroupingService.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 OrderEntryGroupModifier and TypeMethodDescriptionOrderEntryGroupingService.splitGroupsByMatcher(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 OrderEntryGroupModifier and TypeMethodDescriptionDefaultOrderEntryGroupingService.splitGroupByMatcher(OrderEntryGroup group, OrderEntryMatcher matcher) DefaultOrderEntryGroupingService.splitGroupsByMatcher(Set<OrderEntryGroup> groups, OrderEntryMatcher matcher) DefaultOrderEntryGroupingService.splitOrderByMatchers(AbstractOrderModel order, Collection<OrderEntryMatcher> matchers) Methods in de.hybris.platform.warehousing.sourcing.context.grouping.impl with parameters of type OrderEntryGroupModifier and TypeMethodDescriptionDefaultOrderEntryGroupingService.splitGroupByMatcher(OrderEntryGroup group, OrderEntryMatcher matcher) Method parameters in de.hybris.platform.warehousing.sourcing.context.grouping.impl with type arguments of type OrderEntryGroupModifier and TypeMethodDescriptionDefaultOrderEntryGroupingService.splitGroupsByMatcher(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 OrderEntryGroupModifier and TypeMethodDescriptionDefaultSourcingContextFactory.create(Collection<OrderEntryGroup> groups, Collection<WarehouseModel> locations)