Interface SourcingContextFactory
-
- All Known Implementing Classes:
DefaultSourcingContextFactory
public interface SourcingContextFactoryFactory used for creating aSourcingContext.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<SourcingContext>create(java.util.Collection<OrderEntryGroup> groups, java.util.Collection<WarehouseModel> locations)Create a new sourcing context.
-
-
-
Method Detail
-
create
java.util.Collection<SourcingContext> create(java.util.Collection<OrderEntryGroup> groups, java.util.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
-
-