Class NoBinSelectionStrategy
java.lang.Object
de.hybris.platform.warehousing.asn.strategy.impl.NoBinSelectionStrategy
- All Implemented Interfaces:
BinSelectionStrategy
Strategy to apply when no bin should be assigned to stock level. Returned map has just one entry - one StockLevel
without bin will be created.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a map of bin and product quantity needed for stock levels creation.
-
Constructor Details
-
NoBinSelectionStrategy
public NoBinSelectionStrategy()
-
-
Method Details
-
getBinsForAsnEntry
Description copied from interface:BinSelectionStrategyGets a map of bin and product quantity needed for stock levels creation.
Created is stock level per each entry with given quantity and bin.- Specified by:
getBinsForAsnEntryin interfaceBinSelectionStrategy- Returns:
- map with products quantity assigned to bins
-