Interface BinSelectionStrategy

  • All Known Implementing Classes:
    NoBinSelectionStrategy

    public interface BinSelectionStrategy
    Strategy used to select a bin and product quantity to be associated with a stock level
    • 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