Uses of Class
de.hybris.platform.ordersplitting.model.StockLevelModel
Packages that use StockLevelModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.product package.
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
Contains generated models for each type of de.hybris.platform.stock.jalo package.
Contains generated models for each type of de.hybris.platform.warehousing.jalo package.
-
Uses of StockLevelModel in de.hybris.platform.commercefacades.product.converters.populator.variantoptions
Methods in de.hybris.platform.commercefacades.product.converters.populator.variantoptions that return StockLevelModelModifier and TypeMethodDescriptionprotected 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 StockLevelModelModifier and TypeMethodDescriptionStorePickupDao.getLocalStockLevelsForProductAndBaseStore(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 StockLevelModelModifier and TypeMethodDescriptionDefaultStorePickupDao.getLocalStockLevelsForProductAndBaseStore(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 StockLevelModelModifier and TypeMethodDescriptionCommerceAvailabilityCalculationStrategy.calculateAvailability(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 StockLevelModelModifier and TypeMethodDescriptionCommerceStockLevelStatusStrategy.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 StockLevelModelModifier and TypeMethodDescriptionDefaultCommerceAvailabilityCalculationStrategy.calculateAvailability(Collection<StockLevelModel> stockLevels) CommerceStockLevelStatusStrategy.checkStatus(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 StockLevelModelModifier and TypeMethodDescriptionProductModel.getStockLevels()Generated method - Getter of theProduct.stockLevelsattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.core.model.product with type arguments of type StockLevelModelModifier and TypeMethodDescriptionvoidProductModel.setStockLevels(Set<StockLevelModel> value) Generated method - Setter ofProduct.stockLevelsattribute defined at extensionbasecommerce. -
Uses of StockLevelModel in de.hybris.platform.marketplacebackoffice.widgets
Methods in de.hybris.platform.marketplacebackoffice.widgets that return StockLevelModelModifier and TypeMethodDescriptionprotected 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 StockLevelModelModifier and TypeMethodDescriptionWarehouseModel.getStockLevels()Generated method - Getter of theWarehouse.stockLevelsattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type StockLevelModelModifier and TypeMethodDescriptionvoidWarehouseModel.setStockLevels(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 StockLevelModelModifier and TypeMethodDescriptionStockService.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 StockLevelModelModifier and TypeMethodDescriptionStockService.getAllStockLevels(ProductModel product) Finds the stock levels of the specified product from all warehouses.StockService.getStockLevels(ProductModel product, 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 StockLevelModelModifier and TypeMethodDescriptionprotected 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.DefaultStockLevelDao.findStockLevel(String productCode, WarehouseModel warehouse) StockLevelDao.findStockLevel(String productCode, WarehouseModel warehouse) Finds the stock level of the specified product at the specified warehouse.DefaultStockService.getStockLevel(ProductModel product, WarehouseModel warehouse) Methods in de.hybris.platform.stock.impl that return types with arguments of type StockLevelModelModifier and TypeMethodDescriptionDefaultStockLevelDao.findAllStockLevels(String productCode) StockLevelDao.findAllStockLevels(String productCode) Finds the stock levels of the specified product from all warehouses.DefaultStockLevelDao.findStockLevels(String productCode, Collection<WarehouseModel> warehouses) DefaultStockLevelDao.findStockLevels(String productCode, Collection<WarehouseModel> warehouses, int preOrderQuantity) StockLevelDao.findStockLevels(String productCode, Collection<WarehouseModel> warehouses) Finds all stock levels of the specified product in the specified warehouses.StockLevelDao.findStockLevels(String productCode, Collection<WarehouseModel> warehouses, int preOrderQuantity) DefaultStockService.getAllStockLevels(ProductModel product) DefaultStockService.getStockLevels(ProductModel product, Collection<WarehouseModel> warehouses) Methods in de.hybris.platform.stock.impl with parameters of type StockLevelModelModifier and TypeMethodDescriptionprotected StockLevelHistoryEntryModelDefaultStockService.createStockLevelHistoryEntry(StockLevelModel stockLevel, int actual, int reserved, StockLevelUpdateType updateType, String comment) Creates a new stock level history entry.DefaultStockLevelDao.release(StockLevelModel stockLevel, int amount) StockLevelDao.release(StockLevelModel stockLevel, int amount) Releases the stock level with the amount.DefaultStockLevelDao.reserve(StockLevelModel stockLevel, int amount) StockLevelDao.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 StockLevelModelModifier and TypeMethodDescriptionStockLevelHistoryEntryModel.getStockLevel()Generated method - Getter of theStockLevelHistoryEntry.stockLevelattribute defined at extensionbasecommerce.Methods in de.hybris.platform.stock.model with parameters of type StockLevelModelModifier and TypeMethodDescriptionvoidStockLevelHistoryEntryModel.setStockLevel(StockLevelModel value) Generated method - Initial setter ofStockLevelHistoryEntry.stockLevelattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.stock.model with parameters of type StockLevelModelModifierConstructorDescriptionStockLevelHistoryEntryModel(int _actual, int _reserved, StockLevelModel _stockLevel, 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, 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 StockLevelModelModifier and TypeMethodDescriptionStockLevelStatusStrategy.checkStatus(StockLevelModel stockLevel) Checks the status of the specifiedStockLevel.Method parameters in de.hybris.platform.stock.strategy with type arguments of type StockLevelModelModifier and TypeMethodDescriptionStockLevelStatusStrategy.checkStatus(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 StockLevelModelModifier and TypeMethodDescriptionDefaultStockLevelStatusStrategy.checkStatus(StockLevelModel stockLevel) Method parameters in de.hybris.platform.stock.strategy.impl with type arguments of type StockLevelModelModifier and TypeMethodDescriptionDefaultStockLevelStatusStrategy.checkStatus(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 StockLevelModelModifier and TypeMethodDescriptionAsnDao.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 StockLevelModelModifier and TypeMethodDescriptionDefaultAsnDao.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 StockLevelModelModifier and TypeMethodDescriptionAsnService.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 StockLevelModelModifier and TypeMethodDescriptionDefaultAsnService.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 StockLevelModelModifier and TypeMethodDescriptionprotected Collection<StockLevelModel>WarehousingAvailabilityCalculationStrategy.filterStockLevels(Collection<StockLevelModel> stockLevels) Removes theStockLevelModel(s) that are either forced out of stock Or if they belong to cancelledAdvancedShippingNoticeModelprotected Collection<StockLevelModel>WarehousingAvailabilityCalculationStrategy.filterStockLevelsExternal(Collection<StockLevelModel> stockLevels) Filters the stock level that are externalprotected Collection<StockLevelModel>WarehousingAvailabilityCalculationStrategy.filterStockLevelsReturned(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 StockLevelModelModifier and TypeMethodDescriptionWarehousingAvailabilityCalculationStrategy.calculateAvailability(Collection<StockLevelModel> stockLevels) WarehousingStockLevelStatusStrategy.checkStatus(Collection<StockLevelModel> stockLevels) protected Collection<StockLevelModel>WarehousingAvailabilityCalculationStrategy.filterStockLevels(Collection<StockLevelModel> stockLevels) Removes theStockLevelModel(s) that are either forced out of stock Or if they belong to cancelledAdvancedShippingNoticeModelprotected Collection<StockLevelModel>WarehousingAvailabilityCalculationStrategy.filterStockLevelsExternal(Collection<StockLevelModel> stockLevels) Filters the stock level that are externalprotected Collection<StockLevelModel>WarehousingAvailabilityCalculationStrategy.filterStockLevelsReturned(Collection<StockLevelModel> stockLevels) Filters the stock level that are returned binsWarehousingAvailabilityCalculationStrategy.filterStocks(Collection<StockLevelModel> stockLevels, AtpFormulaModel atpFormula) Filters theStockLevelModel(s) based on givenAtpFormulaModelprotected AtpFormulaModelWarehousingAvailabilityCalculationStrategy.getDefaultAtpFormula(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 StockLevelModelModifier and TypeMethodDescription<T extends InventoryEventModel>
Collection<T>InventoryEventDao.getInventoryEventsForStockLevel(StockLevelModel stockLevel, 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 StockLevelModelModifier and TypeMethodDescription<T extends InventoryEventModel>
Collection<T>DefaultInventoryEventDao.getInventoryEventsForStockLevel(StockLevelModel stockLevel, 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 StockLevelModelModifier and TypeMethodDescription<T extends InventoryEventModel>
Collection<T>InventoryEventService.getInventoryEventsForStockLevel(StockLevelModel stockLevel, 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 StockLevelModelModifier and TypeMethodDescription<T extends InventoryEventModel>
Collection<T>DefaultInventoryEventService.getInventoryEventsForStockLevel(StockLevelModel stockLevel, Class<T> eventClassType) -
Uses of StockLevelModel in de.hybris.platform.warehousing.model
Methods in de.hybris.platform.warehousing.model that return StockLevelModelModifier and TypeMethodDescriptionInventoryEventModel.getStockLevel()Generated method - Getter of theInventoryEvent.stockLevelattribute defined at extensionwarehousing.Methods in de.hybris.platform.warehousing.model that return types with arguments of type StockLevelModelModifier and TypeMethodDescriptionAdvancedShippingNoticeEntryModel.getStockLevels()Generated method - Getter of theAdvancedShippingNoticeEntry.stockLevelsattribute defined at extensionwarehousing.Methods in de.hybris.platform.warehousing.model with parameters of type StockLevelModelModifier and TypeMethodDescriptionvoidInventoryEventModel.setStockLevel(StockLevelModel value) Generated method - Setter ofInventoryEvent.stockLevelattribute defined at extensionwarehousing.Method parameters in de.hybris.platform.warehousing.model with type arguments of type StockLevelModelModifier and TypeMethodDescriptionvoidAdvancedShippingNoticeEntryModel.setStockLevels(Set<StockLevelModel> value) Generated method - Setter ofAdvancedShippingNoticeEntry.stockLevelsattribute defined at extensionwarehousing.Constructors in de.hybris.platform.warehousing.model with parameters of type StockLevelModelModifierConstructorDescriptionAllocationEventModel(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, 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(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 StockLevelModelModifier and TypeMethodDescriptionWarehouseStockLevelDao.getFutureStockLevels(String productCode, String warehouseCode, String binCode) Retrieves a specific futureStockLevelModelWarehouseStockLevelDao.getStockLevels(String productCode, String warehouseCode, String binCode, 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 StockLevelModelModifier and TypeMethodDescriptionDefaultWarehouseStockLevelDao.getFutureStockLevels(String productCode, String warehouseCode, String binCode) DefaultWarehouseStockLevelDao.getStockLevels(String productCode, String warehouseCode, String binCode, Date releaseDate) -
Uses of StockLevelModel in de.hybris.platform.warehousing.stock.services
Methods in de.hybris.platform.warehousing.stock.services that return StockLevelModelModifier and TypeMethodDescriptionWarehouseStockService.createStockLevel(String productCode, WarehouseModel warehouse, int initialQuantityOnHand, InStockStatus status, Date releaseDate, String bin) Creates and saves a newStockLevelModel.WarehouseStockService.getUniqueStockLevel(String productCode, String warehouseCode, String binCode, 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 StockLevelModelModifier and TypeMethodDescriptionDefaultWarehouseStockService.createStockLevel(String productCode, WarehouseModel warehouse, int initialQuantityOnHand, InStockStatus status, Date releaseDate, String bin) DefaultWarehouseStockService.getUniqueStockLevel(String productCode, String warehouseCode, String binCode, 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 StockLevelModelModifier and TypeMethodDescriptionStockLevelSelectionStrategy.getStockLevelsForAllocation(Collection<StockLevelModel> stockLevels, Long quantityToAllocate) Sorts and splits theStockLevelModeland returns a Map ofStockLevelModelto fulfill the quantity passed.StockLevelSelectionStrategy.getStockLevelsForCancellation(Collection<AllocationEventModel> allocationEvents, Long quantityToCancel) Extracts the stock levels out of the listAllocationEventModel.Method parameters in de.hybris.platform.warehousing.stock.strategies with type arguments of type StockLevelModelModifier and TypeMethodDescriptionStockLevelSelectionStrategy.getStockLevelsForAllocation(Collection<StockLevelModel> stockLevels, 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 StockLevelModelModifier and TypeMethodDescriptionprotected List<StockLevelModel>DefaultStockLevelSelectionStrategy.filterAsnCancelledStockLevels(Collection<StockLevelModel> stockLevels) Removes theStockLevelModel(s), which belong to cancelledAdvancedShippingNoticeModelDefaultStockLevelSelectionStrategy.getStockLevelsForAllocation(Collection<StockLevelModel> stockLevels, Long quantityToAllocate) DefaultStockLevelSelectionStrategy.getStockLevelsForCancellation(Collection<AllocationEventModel> allocationEvents, Long quantityToCancel) Methods in de.hybris.platform.warehousing.stock.strategies.impl with parameters of type StockLevelModelModifier and TypeMethodDescriptionprotected longDefaultStockLevelSelectionStrategy.addToStockMap(Map<StockLevelModel, Long> stockMap, StockLevelModel stockLevel, long quantityLeft, 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 StockLevelModelModifier and TypeMethodDescriptionprotected longDefaultStockLevelSelectionStrategy.addToStockMap(Map<StockLevelModel, Long> stockMap, StockLevelModel stockLevel, long quantityLeft, Long quantityAvailable) AddsStockLevelModeland quantity to the Map depending on the quantity left and quantity available.protected List<StockLevelModel>DefaultStockLevelSelectionStrategy.filterAsnCancelledStockLevels(Collection<StockLevelModel> stockLevels) Removes theStockLevelModel(s), which belong to cancelledAdvancedShippingNoticeModelprotected voidDefaultStockLevelSelectionStrategy.finalizeStockMap(Map<StockLevelModel, 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.DefaultStockLevelSelectionStrategy.getStockLevelsForAllocation(Collection<StockLevelModel> stockLevels, Long quantityToAllocate) -
Uses of StockLevelModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return StockLevelModelMethods in de.hybris.platform.warehousing.util.builder with parameters of type StockLevelModelModifier and TypeMethodDescriptionAllocationEventModelBuilder.withStockLevel(StockLevelModel stockLevel) CancellationEventModelBuilder.withStockLevel(StockLevelModel stockLevel) -
Uses of StockLevelModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return StockLevelModelModifier and TypeMethodDescriptionStockLevels.Camera(WarehouseModel warehouse, int quantity) StockLevels.Lens(WarehouseModel warehouse, int quantity) StockLevels.MemoryCard(WarehouseModel warehouse, int quantity) StockLevels.NewStockLevel(ProductModel product, WarehouseModel warehouse, int quantity, Date releaseDate) Methods in de.hybris.platform.warehousing.util.models with parameters of type StockLevelModelModifier and TypeMethodDescriptionCancellationEvents.Camera_Cancellation(Long quantity, CancelReason cancelReason, StockLevelModel stockLevel) AllocationEvents.Camera_ShippedFromBostonToMontrealNancyHome(Long quantity, StockLevelModel stockLevel) AllocationEvents.Camera_ShippedFromMontrealToMontrealNancyHome(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 StockLevelModelModifier and TypeMethodDescriptioncom.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 StockLevelModelModifier and TypeMethodDescriptionbooleanStockAdjustmentAction.canPerform(com.hybris.cockpitng.actions.ActionContext<StockLevelModel> ctx) StockAdjustmentAction.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 StockLevelModelModifier and TypeMethodDescriptionprotected StockLevelModelStockToAdjustController.getStockLevel()Methods in de.hybris.platform.warehousingbackoffice.widgets.stocks with parameters of type StockLevelModelModifier and TypeMethodDescriptionvoidStockToAdjustController.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 StockLevelModelModifier and TypeMethodDescriptionvoidWarehousingStockLevelPopulator.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 StockLevelModelModifier and TypeMethodDescriptionprotected StockLevelModelDefaultWarehousingStockLevelFacade.getStockLevelToAdjust(String productCode, String warehouseCode, String binCode, 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 StockLevelModelModifier and TypeMethodDescriptionprotected Converter<StockLevelModel,StockLevelData> DefaultWarehousingStockLevelFacade.getStockLevelConverter()protected PagedGenericDao<StockLevelModel>DefaultWarehousingStockLevelFacade.getStockLevelPagedGenericDao()Methods in de.hybris.platform.warehousingfacades.stocklevel.impl with parameters of type StockLevelModelModifier and TypeMethodDescriptionvoidDefaultWarehousingStockLevelFacade.createStockLevelAdjustment(StockLevelModel stockLevelToAdjust, StockLevelAdjustmentData stockLevelAdjustmentData) Creates a specificStockLevelAdjustmentDataMethod parameters in de.hybris.platform.warehousingfacades.stocklevel.impl with type arguments of type StockLevelModelModifier and TypeMethodDescriptionvoidDefaultWarehousingStockLevelFacade.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 StockLevelModelModifier and TypeMethodDescriptionprotected 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 StockLevelModelModifier and TypeMethodDescriptionprotected StockLevelHistoryEntryModelAbstractProcessDemoTest.createStockLevelHistoryEntry(StockLevelModel stockLevel, int actual, int reserved, StockLevelUpdateType updateType, String comment)