Interface BinSelectionStrategy
-
- All Known Implementing Classes:
NoBinSelectionStrategy
public interface BinSelectionStrategyStrategy used to select a bin and product quantity to be associated with a stock level
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Integer>getBinsForAsnEntry(AdvancedShippingNoticeEntryModel asnEntry)Gets a map of bin and product quantity needed for stock levels creation.
-
-
-
Method Detail
-
getBinsForAsnEntry
java.util.Map<java.lang.String,java.lang.Integer> getBinsForAsnEntry(AdvancedShippingNoticeEntryModel asnEntry)
Gets a map of bin and product quantity needed for stock levels creation.
Created is stock level per each entry with given quantity and bin.- Returns:
- map with products quantity assigned to bins
-
-