Interface SourcingContextFactory
- All Known Implementing Classes:
DefaultSourcingContextFactory
public interface SourcingContextFactory
Factory used for creating a
SourcingContext.-
Method Summary
Modifier and TypeMethodDescriptioncreate(Collection<OrderEntryGroup> groups, Collection<WarehouseModel> locations) Create a new sourcing context.
-
Method Details
-
create
Collection<SourcingContext> create(Collection<OrderEntryGroup> groups, Collection<WarehouseModel> locations) Create a new sourcing context.- Parameters:
groups- - the order entries grouped by one or more OrderEntryMatcher strategieslocations- - the sourcing locations to be populated; cannot be null or empty- Returns:
- collection of sourcing context; never null
-