Uses of Class
de.hybris.platform.basecommerce.enums.StockLevelStatus
-
Packages that use StockLevelStatus Package Description de.hybris.platform.b2ctelcofacades.stock.impl de.hybris.platform.basecommerce.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.commercefacades.product.data -
-
Uses of StockLevelStatus in de.hybris.platform.b2ctelcofacades.stock.impl
Methods in de.hybris.platform.b2ctelcofacades.stock.impl with parameters of type StockLevelStatus Modifier and Type Method Description protected StockDataDefaultTmaStockFacade. createStockData(StockLevelStatus stockLevelStatus, java.lang.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 StockLevelStatus Modifier and Type Field Description static StockLevelStatusStockLevelStatus. INSTOCKGenerated enum value for StockLevelStatus.inStock declared at extension basecommerce.static StockLevelStatusStockLevelStatus. LOWSTOCKGenerated enum value for StockLevelStatus.lowStock declared at extension commerceservices.static StockLevelStatusStockLevelStatus. OUTOFSTOCKGenerated enum value for StockLevelStatus.outOfStock declared at extension basecommerce.Methods in de.hybris.platform.basecommerce.enums that return StockLevelStatus Modifier and Type Method Description static StockLevelStatusStockLevelStatus. valueOf(java.lang.String code)Returns 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 StockLevelStatus Modifier and Type Method Description StockLevelStatusStockData. getStockLevelStatus()Methods in de.hybris.platform.commercefacades.product.data with parameters of type StockLevelStatus Modifier and Type Method Description voidStockData. setStockLevelStatus(StockLevelStatus stockLevelStatus)
-