Interface SourcingContextFactory

    • 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 strategies
        locations - - the sourcing locations to be populated; cannot be null or empty
        Returns:
        collection of sourcing context; never null