Uses of Class
de.hybris.platform.basecommerce.enums.StockLevelStatus
Packages that use StockLevelStatus
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
-
Uses of StockLevelStatus in de.hybris.platform.b2ctelcofacades.stock.impl
Methods in de.hybris.platform.b2ctelcofacades.stock.impl with parameters of type StockLevelStatusModifier and TypeMethodDescriptionprotected StockDataDefaultTmaStockFacade.createStockData(StockLevelStatus stockLevelStatus, Long stockLevel) This method is used here instead of regular populator beacauseCommerceStockServicereturns all values separately. -
Uses of StockLevelStatus in de.hybris.platform.basecommerce.enums
Fields in de.hybris.platform.basecommerce.enums declared as StockLevelStatusModifier and TypeFieldDescriptionstatic final StockLevelStatusStockLevelStatus.INSTOCKGenerated enum value for StockLevelStatus.inStock declared at extension basecommerce.static final StockLevelStatusStockLevelStatus.LOWSTOCKGenerated enum value for StockLevelStatus.lowStock declared at extension commerceservices.static final StockLevelStatusStockLevelStatus.OUTOFSTOCKGenerated enum value for StockLevelStatus.outOfStock declared at extension basecommerce.Methods in de.hybris.platform.basecommerce.enums that return StockLevelStatusModifier and TypeMethodDescriptionstatic StockLevelStatusReturns a StockLevelStatus instance representing the specified enum value. -
Uses of StockLevelStatus in de.hybris.platform.commercefacades.product.data
Methods in de.hybris.platform.commercefacades.product.data that return StockLevelStatusMethods in de.hybris.platform.commercefacades.product.data with parameters of type StockLevelStatusModifier and TypeMethodDescriptionvoidStockData.setStockLevelStatus(StockLevelStatus stockLevelStatus)