Class NoBinSelectionStrategy
- java.lang.Object
-
- de.hybris.platform.warehousing.asn.strategy.impl.NoBinSelectionStrategy
-
- All Implemented Interfaces:
BinSelectionStrategy
public class NoBinSelectionStrategy extends java.lang.Object implements 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 Constructor Description NoBinSelectionStrategy()
-
Method Summary
All Methods Instance Methods Concrete 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
public java.util.Map<java.lang.String,java.lang.Integer> getBinsForAsnEntry(AdvancedShippingNoticeEntryModel asnEntry)
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
-
-