Uses of Class
de.hybris.platform.ordersplitting.model.StockLevelModel
-
-
Uses of StockLevelModel in de.hybris.platform.commercefacades.product.converters.populator.variantoptions
Methods in de.hybris.platform.commercefacades.product.converters.populator.variantoptions that return StockLevelModel Modifier and Type Method Description protected StockLevelModelVariantOptionDataStockPopulatorTest. mockStockLevelModel()protected StockLevelModelVariantOptionDataUrlPopulatorTest. mockStockLevelModel() -
Uses of StockLevelModel in de.hybris.platform.commerceservices.delivery.dao
Methods in de.hybris.platform.commerceservices.delivery.dao that return types with arguments of type StockLevelModel Modifier and Type Method Description java.util.Map<PointOfServiceModel,java.util.List<StockLevelModel>>StorePickupDao. getLocalStockLevelsForProductAndBaseStore(java.lang.String productCode, BaseStoreModel baseStoreModel)Get stock levels for given given product and base store. -
Uses of StockLevelModel in de.hybris.platform.commerceservices.delivery.dao.impl
Methods in de.hybris.platform.commerceservices.delivery.dao.impl that return types with arguments of type StockLevelModel Modifier and Type Method Description java.util.Map<PointOfServiceModel,java.util.List<StockLevelModel>>DefaultStorePickupDao. getLocalStockLevelsForProductAndBaseStore(java.lang.String productCode, BaseStoreModel baseStoreModel) -
Uses of StockLevelModel in de.hybris.platform.commerceservices.stock.strategies
Method parameters in de.hybris.platform.commerceservices.stock.strategies with type arguments of type StockLevelModel Modifier and Type Method Description java.lang.LongCommerceAvailabilityCalculationStrategy. calculateAvailability(java.util.Collection<StockLevelModel> stockLevels) -
Uses of StockLevelModel in de.hybris.platform.commerceservices.stock.strategies.impl
Methods in de.hybris.platform.commerceservices.stock.strategies.impl with parameters of type StockLevelModel Modifier and Type Method Description StockLevelStatusCommerceStockLevelStatusStrategy. checkStatus(StockLevelModel stockLevel)protected longDefaultCommerceAvailabilityCalculationStrategy. getAvailableToSellQuantity(StockLevelModel stockLevel)Get the Available To Sell quantity for a StockLevel.Method parameters in de.hybris.platform.commerceservices.stock.strategies.impl with type arguments of type StockLevelModel Modifier and Type Method Description java.lang.LongDefaultCommerceAvailabilityCalculationStrategy. calculateAvailability(java.util.Collection<StockLevelModel> stockLevels)StockLevelStatusCommerceStockLevelStatusStrategy. checkStatus(java.util.Collection<StockLevelModel> stockLevels) -
Uses of StockLevelModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type StockLevelModel Modifier and Type Method Description java.util.Set<StockLevelModel>ProductModel. getStockLevels()Generated method - Getter of theProduct.stockLevelsattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.core.model.product with type arguments of type StockLevelModel Modifier and Type Method Description voidProductModel. setStockLevels(java.util.Set<StockLevelModel> value)Generated method - Setter ofProduct.stockLevelsattribute defined at extensionbasecommerce. -
Uses of StockLevelModel in de.hybris.platform.integration.commons.util
Method parameters in de.hybris.platform.integration.commons.util with type arguments of type StockLevelModel Modifier and Type Method Description static java.util.List<WarehouseModel>StockUtils. checkStockLevelWarehouses(java.util.Collection<StockLevelModel> stockLevels) -
Uses of StockLevelModel in de.hybris.platform.marketplacebackoffice.widgets
Methods in de.hybris.platform.marketplacebackoffice.widgets that return StockLevelModel Modifier and Type Method Description protected StockLevelModelCreateStockLevelWizardHandler. convert(StockLevelForm form) -
Uses of StockLevelModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type StockLevelModel Modifier and Type Method Description java.util.Set<StockLevelModel>WarehouseModel. getStockLevels()Generated method - Getter of theWarehouse.stockLevelsattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type StockLevelModel Modifier and Type Method Description voidWarehouseModel. setStockLevels(java.util.Set<StockLevelModel> value)Generated method - Setter ofWarehouse.stockLevelsattribute defined at extensionbasecommerce. -
Uses of StockLevelModel in de.hybris.platform.stock
Methods in de.hybris.platform.stock that return StockLevelModel Modifier and Type Method Description StockLevelModelStockService. getStockLevel(ProductModel product, WarehouseModel warehouse)Finds the stock level of the specified product at the specified warehouse.Methods in de.hybris.platform.stock that return types with arguments of type StockLevelModel Modifier and Type Method Description java.util.Collection<StockLevelModel>StockService. getAllStockLevels(ProductModel product)Finds the stock levels of the specified product from all warehouses.java.util.Collection<StockLevelModel>StockService. getStockLevels(ProductModel product, java.util.Collection<WarehouseModel> warehouses)Finds all stock levels of the specified product in the specified warehouses. -
Uses of StockLevelModel in de.hybris.platform.stock.impl
Methods in de.hybris.platform.stock.impl that return StockLevelModel Modifier and Type Method Description protected StockLevelModelDefaultStockService. createStockLevel(ProductModel product, WarehouseModel warehouse, int available)Creates a new stock level.protected StockLevelModelDefaultStockService. createStockLevel(ProductModel product, WarehouseModel warehouse, int available, int overSelling, int reserved, InStockStatus status, int maxStockLevelHistoryCount, boolean treatNegativeAsZero)Creates a new stock level.StockLevelModelDefaultStockLevelDao. findStockLevel(java.lang.String productCode, WarehouseModel warehouse)StockLevelModelStockLevelDao. findStockLevel(java.lang.String productCode, WarehouseModel warehouse)Finds the stock level of the specified product at the specified warehouse.StockLevelModelDefaultStockService. getStockLevel(ProductModel product, WarehouseModel warehouse)Methods in de.hybris.platform.stock.impl that return types with arguments of type StockLevelModel Modifier and Type Method Description java.util.Collection<StockLevelModel>DefaultStockLevelDao. findAllStockLevels(java.lang.String productCode)java.util.Collection<StockLevelModel>StockLevelDao. findAllStockLevels(java.lang.String productCode)Finds the stock levels of the specified product from all warehouses.java.util.Collection<StockLevelModel>DefaultStockLevelDao. findStockLevels(java.lang.String productCode, java.util.Collection<WarehouseModel> warehouses)java.util.Collection<StockLevelModel>DefaultStockLevelDao. findStockLevels(java.lang.String productCode, java.util.Collection<WarehouseModel> warehouses, int preOrderQuantity)java.util.Collection<StockLevelModel>StockLevelDao. findStockLevels(java.lang.String productCode, java.util.Collection<WarehouseModel> warehouses)Finds all stock levels of the specified product in the specified warehouses.java.util.Collection<StockLevelModel>StockLevelDao. findStockLevels(java.lang.String productCode, java.util.Collection<WarehouseModel> warehouses, int preOrderQuantity)java.util.Collection<StockLevelModel>DefaultStockService. getAllStockLevels(ProductModel product)java.util.Collection<StockLevelModel>DefaultStockService. getStockLevels(ProductModel product, java.util.Collection<WarehouseModel> warehouses)Methods in de.hybris.platform.stock.impl with parameters of type StockLevelModel Modifier and Type Method Description protected StockLevelHistoryEntryModelDefaultStockService. createStockLevelHistoryEntry(StockLevelModel stockLevel, int actual, int reserved, StockLevelUpdateType updateType, java.lang.String comment)Creates a new stock level history entry.java.lang.IntegerDefaultStockLevelDao. release(StockLevelModel stockLevel, int amount)java.lang.IntegerStockLevelDao. release(StockLevelModel stockLevel, int amount)Releases the stock level with the amount.java.lang.IntegerDefaultStockLevelDao. reserve(StockLevelModel stockLevel, int amount)java.lang.IntegerStockLevelDao. reserve(StockLevelModel stockLevel, int amount)Reserves the stock level with the amount.voidDefaultStockLevelDao. updateActualAmount(StockLevelModel stockLevel, int actualAmount)voidStockLevelDao. updateActualAmount(StockLevelModel stockLevel, int actualAmount)Updates the actual stock level with the actual amount. -
Uses of StockLevelModel in de.hybris.platform.stock.model
Methods in de.hybris.platform.stock.model that return StockLevelModel Modifier and Type Method Description StockLevelModelStockLevelHistoryEntryModel. getStockLevel()Generated method - Getter of theStockLevelHistoryEntry.stockLevelattribute defined at extensionbasecommerce.Methods in de.hybris.platform.stock.model with parameters of type StockLevelModel Modifier and Type Method Description voidStockLevelHistoryEntryModel. setStockLevel(StockLevelModel value)Generated method - Initial setter ofStockLevelHistoryEntry.stockLevelattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.stock.model with parameters of type StockLevelModel Constructor Description StockLevelHistoryEntryModel(int _actual, int _reserved, StockLevelModel _stockLevel, java.util.Date _updateDate)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStockLevelHistoryEntryModel(int _actual, ItemModel _owner, int _reserved, StockLevelModel _stockLevel, java.util.Date _updateDate)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of StockLevelModel in de.hybris.platform.stock.strategy
Methods in de.hybris.platform.stock.strategy with parameters of type StockLevelModel Modifier and Type Method Description StockLevelStatusStockLevelStatusStrategy. checkStatus(StockLevelModel stockLevel)Checks the status of the specifiedStockLevel.Method parameters in de.hybris.platform.stock.strategy with type arguments of type StockLevelModel Modifier and Type Method Description StockLevelStatusStockLevelStatusStrategy. checkStatus(java.util.Collection<StockLevelModel> stockLevels)Checks the status of the specifiedStockLevels. -
Uses of StockLevelModel in de.hybris.platform.stock.strategy.impl
Methods in de.hybris.platform.stock.strategy.impl with parameters of type StockLevelModel Modifier and Type Method Description StockLevelStatusDefaultStockLevelStatusStrategy. checkStatus(StockLevelModel stockLevel)Method parameters in de.hybris.platform.stock.strategy.impl with type arguments of type StockLevelModel Modifier and Type Method Description StockLevelStatusDefaultStockLevelStatusStrategy. checkStatus(java.util.Collection<StockLevelModel> stockLevels) -
Uses of StockLevelModel in de.hybris.platform.warehousing.asn.dao
Methods in de.hybris.platform.warehousing.asn.dao that return types with arguments of type StockLevelModel Modifier and Type Method Description java.util.List<StockLevelModel>AsnDao. getStockLevelsForAsn(AdvancedShippingNoticeModel asn)Returns list ofStockLevelModel(s) for the givenAdvancedShippingNoticeModel -
Uses of StockLevelModel in de.hybris.platform.warehousing.asn.dao.impl
Methods in de.hybris.platform.warehousing.asn.dao.impl that return types with arguments of type StockLevelModel Modifier and Type Method Description java.util.List<StockLevelModel>DefaultAsnDao. getStockLevelsForAsn(AdvancedShippingNoticeModel asn) -
Uses of StockLevelModel in de.hybris.platform.warehousing.asn.service
Methods in de.hybris.platform.warehousing.asn.service that return types with arguments of type StockLevelModel Modifier and Type Method Description java.util.List<StockLevelModel>AsnService. getStockLevelsForAsn(AdvancedShippingNoticeModel asn)Returns list ofStockLevelModel(s) for the givenAdvancedShippingNoticeModel -
Uses of StockLevelModel in de.hybris.platform.warehousing.asn.service.impl
Methods in de.hybris.platform.warehousing.asn.service.impl that return types with arguments of type StockLevelModel Modifier and Type Method Description java.util.List<StockLevelModel>DefaultAsnService. getStockLevelsForAsn(AdvancedShippingNoticeModel advancedShippingNotice) -
Uses of StockLevelModel in de.hybris.platform.warehousing.atp.strategy.impl
Methods in de.hybris.platform.warehousing.atp.strategy.impl that return types with arguments of type StockLevelModel Modifier and Type Method Description protected java.util.Collection<StockLevelModel>WarehousingAvailabilityCalculationStrategy. filterStockLevels(java.util.Collection<StockLevelModel> stockLevels)Removes theStockLevelModel(s) that are either forced out of stock Or if they belong to cancelledAdvancedShippingNoticeModelprotected java.util.Collection<StockLevelModel>WarehousingAvailabilityCalculationStrategy. filterStockLevelsExternal(java.util.Collection<StockLevelModel> stockLevels)Filters the stock level that are externalprotected java.util.Collection<StockLevelModel>WarehousingAvailabilityCalculationStrategy. filterStockLevelsReturned(java.util.Collection<StockLevelModel> stockLevels)Filters the stock level that are returned binsMethod parameters in de.hybris.platform.warehousing.atp.strategy.impl with type arguments of type StockLevelModel Modifier and Type Method Description java.lang.LongWarehousingAvailabilityCalculationStrategy. calculateAvailability(java.util.Collection<StockLevelModel> stockLevels)StockLevelStatusWarehousingStockLevelStatusStrategy. checkStatus(java.util.Collection<StockLevelModel> stockLevels)protected java.util.Collection<StockLevelModel>WarehousingAvailabilityCalculationStrategy. filterStockLevels(java.util.Collection<StockLevelModel> stockLevels)Removes theStockLevelModel(s) that are either forced out of stock Or if they belong to cancelledAdvancedShippingNoticeModelprotected java.util.Collection<StockLevelModel>WarehousingAvailabilityCalculationStrategy. filterStockLevelsExternal(java.util.Collection<StockLevelModel> stockLevels)Filters the stock level that are externalprotected java.util.Collection<StockLevelModel>WarehousingAvailabilityCalculationStrategy. filterStockLevelsReturned(java.util.Collection<StockLevelModel> stockLevels)Filters the stock level that are returned binsprotected java.util.Map<java.lang.String,java.lang.Object>WarehousingAvailabilityCalculationStrategy. filterStocks(java.util.Collection<StockLevelModel> stockLevels, AtpFormulaModel atpFormula)Filters theStockLevelModel(s) based on givenAtpFormulaModelprotected AtpFormulaModelWarehousingAvailabilityCalculationStrategy. getDefaultAtpFormula(java.util.Collection<StockLevelModel> stockLevels)Gets the default ATP formula based on the current basestore or from the first stock level of the given list -
Uses of StockLevelModel in de.hybris.platform.warehousing.inventoryevent.dao
Methods in de.hybris.platform.warehousing.inventoryevent.dao with parameters of type StockLevelModel Modifier and Type Method Description <T extends InventoryEventModel>
java.util.Collection<T>InventoryEventDao. getInventoryEventsForStockLevel(StockLevelModel stockLevel, java.lang.Class<T> eventClassType)Retrieves a collection ofInventoryEventModelfor theStockLevelModel -
Uses of StockLevelModel in de.hybris.platform.warehousing.inventoryevent.dao.impl
Methods in de.hybris.platform.warehousing.inventoryevent.dao.impl with parameters of type StockLevelModel Modifier and Type Method Description <T extends InventoryEventModel>
java.util.Collection<T>DefaultInventoryEventDao. getInventoryEventsForStockLevel(StockLevelModel stockLevel, java.lang.Class<T> eventClassType) -
Uses of StockLevelModel in de.hybris.platform.warehousing.inventoryevent.service
Methods in de.hybris.platform.warehousing.inventoryevent.service with parameters of type StockLevelModel Modifier and Type Method Description <T extends InventoryEventModel>
java.util.Collection<T>InventoryEventService. getInventoryEventsForStockLevel(StockLevelModel stockLevel, java.lang.Class<T> eventClassType)Retrieves a collection ofInventoryEventModelfor theStockLevelModel -
Uses of StockLevelModel in de.hybris.platform.warehousing.inventoryevent.service.impl
Methods in de.hybris.platform.warehousing.inventoryevent.service.impl with parameters of type StockLevelModel Modifier and Type Method Description <T extends InventoryEventModel>
java.util.Collection<T>DefaultInventoryEventService. getInventoryEventsForStockLevel(StockLevelModel stockLevel, java.lang.Class<T> eventClassType) -
Uses of StockLevelModel in de.hybris.platform.warehousing.model
Methods in de.hybris.platform.warehousing.model that return StockLevelModel Modifier and Type Method Description StockLevelModelInventoryEventModel. getStockLevel()Generated method - Getter of theInventoryEvent.stockLevelattribute defined at extensionwarehousing.Methods in de.hybris.platform.warehousing.model that return types with arguments of type StockLevelModel Modifier and Type Method Description java.util.Set<StockLevelModel>AdvancedShippingNoticeEntryModel. getStockLevels()Generated method - Getter of theAdvancedShippingNoticeEntry.stockLevelsattribute defined at extensionwarehousing.Methods in de.hybris.platform.warehousing.model with parameters of type StockLevelModel Modifier and Type Method Description voidInventoryEventModel. setStockLevel(StockLevelModel value)Generated method - Setter ofInventoryEvent.stockLevelattribute defined at extensionwarehousing.Method parameters in de.hybris.platform.warehousing.model with type arguments of type StockLevelModel Modifier and Type Method Description voidAdvancedShippingNoticeEntryModel. setStockLevels(java.util.Set<StockLevelModel> value)Generated method - Setter ofAdvancedShippingNoticeEntry.stockLevelsattribute defined at extensionwarehousing.Constructors in de.hybris.platform.warehousing.model with parameters of type StockLevelModel Constructor Description AllocationEventModel(ItemModel _owner, StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAllocationEventModel(StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCancellationEventModel(ItemModel _owner, java.lang.String _reason, StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCancellationEventModel(java.lang.String _reason, StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersIncreaseEventModel(ItemModel _owner, StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersIncreaseEventModel(StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersInventoryEventModel(ItemModel _owner, StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersInventoryEventModel(StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReservationEventModel(ItemModel _owner, StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReservationEventModel(StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersShrinkageEventModel(ItemModel _owner, StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersShrinkageEventModel(StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWastageEventModel(ItemModel _owner, StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWastageEventModel(StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of StockLevelModel in de.hybris.platform.warehousing.stock.daos
Methods in de.hybris.platform.warehousing.stock.daos that return types with arguments of type StockLevelModel Modifier and Type Method Description java.util.List<StockLevelModel>WarehouseStockLevelDao. getFutureStockLevels(java.lang.String productCode, java.lang.String warehouseCode, java.lang.String binCode)Retrieves a specific futureStockLevelModeljava.util.List<StockLevelModel>WarehouseStockLevelDao. getStockLevels(java.lang.String productCode, java.lang.String warehouseCode, java.lang.String binCode, java.util.Date releaseDate)Retrieves a specificStockLevelModel -
Uses of StockLevelModel in de.hybris.platform.warehousing.stock.daos.impl
Methods in de.hybris.platform.warehousing.stock.daos.impl that return types with arguments of type StockLevelModel Modifier and Type Method Description java.util.List<StockLevelModel>DefaultWarehouseStockLevelDao. getFutureStockLevels(java.lang.String productCode, java.lang.String warehouseCode, java.lang.String binCode)java.util.List<StockLevelModel>DefaultWarehouseStockLevelDao. getStockLevels(java.lang.String productCode, java.lang.String warehouseCode, java.lang.String binCode, java.util.Date releaseDate) -
Uses of StockLevelModel in de.hybris.platform.warehousing.stock.services
Methods in de.hybris.platform.warehousing.stock.services that return StockLevelModel Modifier and Type Method Description StockLevelModelWarehouseStockService. createStockLevel(java.lang.String productCode, WarehouseModel warehouse, int initialQuantityOnHand, InStockStatus status, java.util.Date releaseDate, java.lang.String bin)Creates and saves a newStockLevelModel.StockLevelModelWarehouseStockService. getUniqueStockLevel(java.lang.String productCode, java.lang.String warehouseCode, java.lang.String binCode, java.util.Date releaseDate)Retrieves a uniqueStockLevelModel. -
Uses of StockLevelModel in de.hybris.platform.warehousing.stock.services.impl
Methods in de.hybris.platform.warehousing.stock.services.impl that return StockLevelModel Modifier and Type Method Description StockLevelModelDefaultWarehouseStockService. createStockLevel(java.lang.String productCode, WarehouseModel warehouse, int initialQuantityOnHand, InStockStatus status, java.util.Date releaseDate, java.lang.String bin)StockLevelModelDefaultWarehouseStockService. getUniqueStockLevel(java.lang.String productCode, java.lang.String warehouseCode, java.lang.String binCode, java.util.Date releaseDate) -
Uses of StockLevelModel in de.hybris.platform.warehousing.stock.strategies
Methods in de.hybris.platform.warehousing.stock.strategies that return types with arguments of type StockLevelModel Modifier and Type Method Description java.util.Map<StockLevelModel,java.lang.Long>StockLevelSelectionStrategy. getStockLevelsForAllocation(java.util.Collection<StockLevelModel> stockLevels, java.lang.Long quantityToAllocate)Sorts and splits theStockLevelModeland returns a Map ofStockLevelModelto fulfill the quantity passed.java.util.Map<StockLevelModel,java.lang.Long>StockLevelSelectionStrategy. getStockLevelsForCancellation(java.util.Collection<AllocationEventModel> allocationEvents, java.lang.Long quantityToCancel)Extracts the stock levels out of the listAllocationEventModel.Method parameters in de.hybris.platform.warehousing.stock.strategies with type arguments of type StockLevelModel Modifier and Type Method Description java.util.Map<StockLevelModel,java.lang.Long>StockLevelSelectionStrategy. getStockLevelsForAllocation(java.util.Collection<StockLevelModel> stockLevels, java.lang.Long quantityToAllocate)Sorts and splits theStockLevelModeland returns a Map ofStockLevelModelto fulfill the quantity passed. -
Uses of StockLevelModel in de.hybris.platform.warehousing.stock.strategies.impl
Methods in de.hybris.platform.warehousing.stock.strategies.impl that return types with arguments of type StockLevelModel Modifier and Type Method Description protected java.util.List<StockLevelModel>DefaultStockLevelSelectionStrategy. filterAsnCancelledStockLevels(java.util.Collection<StockLevelModel> stockLevels)Removes theStockLevelModel(s), which belong to cancelledAdvancedShippingNoticeModeljava.util.Map<StockLevelModel,java.lang.Long>DefaultStockLevelSelectionStrategy. getStockLevelsForAllocation(java.util.Collection<StockLevelModel> stockLevels, java.lang.Long quantityToAllocate)java.util.Map<StockLevelModel,java.lang.Long>DefaultStockLevelSelectionStrategy. getStockLevelsForCancellation(java.util.Collection<AllocationEventModel> allocationEvents, java.lang.Long quantityToCancel)Methods in de.hybris.platform.warehousing.stock.strategies.impl with parameters of type StockLevelModel Modifier and Type Method Description protected longDefaultStockLevelSelectionStrategy. addToStockMap(java.util.Map<StockLevelModel,java.lang.Long> stockMap, StockLevelModel stockLevel, long quantityLeft, java.lang.Long quantityAvailable)AddsStockLevelModeland quantity to the Map depending on the quantity left and quantity available.Method parameters in de.hybris.platform.warehousing.stock.strategies.impl with type arguments of type StockLevelModel Modifier and Type Method Description protected longDefaultStockLevelSelectionStrategy. addToStockMap(java.util.Map<StockLevelModel,java.lang.Long> stockMap, StockLevelModel stockLevel, long quantityLeft, java.lang.Long quantityAvailable)AddsStockLevelModeland quantity to the Map depending on the quantity left and quantity available.protected java.util.List<StockLevelModel>DefaultStockLevelSelectionStrategy. filterAsnCancelledStockLevels(java.util.Collection<StockLevelModel> stockLevels)Removes theStockLevelModel(s), which belong to cancelledAdvancedShippingNoticeModelprotected voidDefaultStockLevelSelectionStrategy. finalizeStockMap(java.util.Map<StockLevelModel,java.lang.Long> stockMap, long quantityLeft)If there's still any quantity left, the first entry of the passed Stock map will be increased by this amount.java.util.Map<StockLevelModel,java.lang.Long>DefaultStockLevelSelectionStrategy. getStockLevelsForAllocation(java.util.Collection<StockLevelModel> stockLevels, java.lang.Long quantityToAllocate) -
Uses of StockLevelModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return StockLevelModel Modifier and Type Method Description StockLevelModelStockLevelModelBuilder. build()Methods in de.hybris.platform.warehousing.util.builder with parameters of type StockLevelModel Modifier and Type Method Description AllocationEventModelBuilderAllocationEventModelBuilder. withStockLevel(StockLevelModel stockLevel)CancellationEventModelBuilderCancellationEventModelBuilder. withStockLevel(StockLevelModel stockLevel) -
Uses of StockLevelModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return StockLevelModel Modifier and Type Method Description StockLevelModelStockLevels. Camera(WarehouseModel warehouse, int quantity)StockLevelModelStockLevels. Lens(WarehouseModel warehouse, int quantity)StockLevelModelStockLevels. MemoryCard(WarehouseModel warehouse, int quantity)StockLevelModelStockLevels. NewStockLevel(ProductModel product, WarehouseModel warehouse, int quantity, java.util.Date releaseDate)Methods in de.hybris.platform.warehousing.util.models with parameters of type StockLevelModel Modifier and Type Method Description CancellationEventModelCancellationEvents. Camera_Cancellation(java.lang.Long quantity, CancelReason cancelReason, StockLevelModel stockLevel)AllocationEventModelAllocationEvents. Camera_ShippedFromBostonToMontrealNancyHome(java.lang.Long quantity, StockLevelModel stockLevel)AllocationEventModelAllocationEvents. Camera_ShippedFromMontrealToMontrealNancyHome(java.lang.Long quantity, StockLevelModel stockLevel) -
Uses of StockLevelModel in de.hybris.platform.warehousingbackoffice.actions.stockadjustment
Methods in de.hybris.platform.warehousingbackoffice.actions.stockadjustment that return types with arguments of type StockLevelModel Modifier and Type Method Description com.hybris.cockpitng.actions.ActionResult<StockLevelModel>StockAdjustmentAction. perform(com.hybris.cockpitng.actions.ActionContext<StockLevelModel> actionContext)Method parameters in de.hybris.platform.warehousingbackoffice.actions.stockadjustment with type arguments of type StockLevelModel Modifier and Type Method Description booleanStockAdjustmentAction. canPerform(com.hybris.cockpitng.actions.ActionContext<StockLevelModel> ctx)java.lang.StringStockAdjustmentAction. getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<StockLevelModel> ctx)booleanStockAdjustmentAction. needsConfirmation(com.hybris.cockpitng.actions.ActionContext<StockLevelModel> ctx)com.hybris.cockpitng.actions.ActionResult<StockLevelModel>StockAdjustmentAction. perform(com.hybris.cockpitng.actions.ActionContext<StockLevelModel> actionContext) -
Uses of StockLevelModel in de.hybris.platform.warehousingbackoffice.widgets.stocks
Methods in de.hybris.platform.warehousingbackoffice.widgets.stocks that return StockLevelModel Modifier and Type Method Description protected StockLevelModelStockToAdjustController. getStockLevel()Methods in de.hybris.platform.warehousingbackoffice.widgets.stocks with parameters of type StockLevelModel Modifier and Type Method Description voidStockToAdjustController. initStockLevelAdjustmentForm(StockLevelModel inputObject)Initialize the popup to create stock level adjustment(s)voidStockToAdjustController. setStockLevel(StockLevelModel stockLevel) -
Uses of StockLevelModel in de.hybris.platform.warehousingfacades.stocklevel.converters.populator
Methods in de.hybris.platform.warehousingfacades.stocklevel.converters.populator with parameters of type StockLevelModel Modifier and Type Method Description voidWarehousingStockLevelPopulator. populate(StockLevelModel source, StockLevelData target) -
Uses of StockLevelModel in de.hybris.platform.warehousingfacades.stocklevel.impl
Methods in de.hybris.platform.warehousingfacades.stocklevel.impl that return StockLevelModel Modifier and Type Method Description protected StockLevelModelDefaultWarehousingStockLevelFacade. getStockLevelToAdjust(java.lang.String productCode, java.lang.String warehouseCode, java.lang.String binCode, java.lang.String releaseDate)Validates the release date if provided using the format dd/MM/yyyy and English locale and retrieves a uniqueStockLevelModelto adjust.Methods in de.hybris.platform.warehousingfacades.stocklevel.impl that return types with arguments of type StockLevelModel Modifier and Type Method Description protected Converter<StockLevelModel,StockLevelData>DefaultWarehousingStockLevelFacade. getStockLevelConverter()protected PagedGenericDao<StockLevelModel>DefaultWarehousingStockLevelFacade. getStockLevelPagedGenericDao()Methods in de.hybris.platform.warehousingfacades.stocklevel.impl with parameters of type StockLevelModel Modifier and Type Method Description voidDefaultWarehousingStockLevelFacade. createStockLevelAdjustment(StockLevelModel stockLevelToAdjust, StockLevelAdjustmentData stockLevelAdjustmentData)Creates a specificStockLevelAdjustmentDataMethod parameters in de.hybris.platform.warehousingfacades.stocklevel.impl with type arguments of type StockLevelModel Modifier and Type Method Description voidDefaultWarehousingStockLevelFacade. setStockLevelConverter(Converter<StockLevelModel,StockLevelData> stockLevelConverter)voidDefaultWarehousingStockLevelFacade. setStockLevelPagedGenericDao(PagedGenericDao<StockLevelModel> stockLevelPagedGenericDao) -
Uses of StockLevelModel in de.hybris.platform.yacceleratorfulfilmentprocess.test
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.test that return StockLevelModel Modifier and Type Method Description protected StockLevelModelAbstractProcessDemoTest. createStockLevel(ProductModel product, WarehouseModel warehouse, int available)protected StockLevelModelAbstractProcessDemoTest. createStockLevel(ProductModel product, WarehouseModel warehouse, int available, int overSelling, int reserved, InStockStatus status, int maxStockLevelHistoryCount, boolean treatNegativeAsZero)Methods in de.hybris.platform.yacceleratorfulfilmentprocess.test with parameters of type StockLevelModel Modifier and Type Method Description protected StockLevelHistoryEntryModelAbstractProcessDemoTest. createStockLevelHistoryEntry(StockLevelModel stockLevel, int actual, int reserved, StockLevelUpdateType updateType, java.lang.String comment)
-