Uses of Class
de.hybris.platform.basecommerce.enums.StockLevelStatus
-
-
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.converters.populator
Classes in de.hybris.platform.commercefacades.product.converters.populator with type parameters of type StockLevelStatus Modifier and Type Class Description classStockLevelStatusPopulator<SOURCE extends StockLevelStatus,TARGET extends StockData>Populate the stock data with simplistic stock information. -
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) -
Uses of StockLevelStatus in de.hybris.platform.commercefacades.search.converters.populator
Methods in de.hybris.platform.commercefacades.search.converters.populator that return types with arguments of type StockLevelStatus Modifier and Type Method Description protected Converter<StockLevelStatus,StockData>SearchResultProductPopulator. getStockLevelStatusConverter()Method parameters in de.hybris.platform.commercefacades.search.converters.populator with type arguments of type StockLevelStatus Modifier and Type Method Description voidSearchResultProductPopulator. setStockLevelStatusConverter(Converter<StockLevelStatus,StockData> stockLevelStatusConverter) -
Uses of StockLevelStatus in de.hybris.platform.commerceservices.search.searchservices.provider.impl
Methods in de.hybris.platform.commerceservices.search.searchservices.provider.impl that return types with arguments of type StockLevelStatus Modifier and Type Method Description java.util.Map<java.lang.String,StockLevelStatus>ProductStockLevelStatusSnIndexerValueProvider.ProductStockLevelStatusData. getStockLevelStatus()protected java.util.Map<java.lang.String,StockLevelStatus>ProductStockLevelStatusSnIndexerValueProvider. loadStockLevelStatus(SnIndexerContext indexerContext, java.util.Collection<SnIndexerFieldWrapper> fieldWrappers, ProductModel source)Methods in de.hybris.platform.commerceservices.search.searchservices.provider.impl with parameters of type StockLevelStatus Modifier and Type Method Description protected java.lang.ObjectProductStockLevelStatusSnIndexerValueProvider. extractStockLevelStatusValue(StockLevelStatus stockLevelStatus, java.lang.String mode)protected booleanProductStockLevelStatusSnIndexerValueProvider. isStockAvailable(StockLevelStatus stockLevelStatus)Method parameters in de.hybris.platform.commerceservices.search.searchservices.provider.impl with type arguments of type StockLevelStatus Modifier and Type Method Description protected voidProductStockLevelStatusSnIndexerValueProvider. loadDefaultStockLevelStatus(SnIndexerContext indexerContext, ProductModel source, java.util.Map<java.lang.String,StockLevelStatus> data)protected voidProductStockLevelStatusSnIndexerValueProvider. loadQualifiedStockLevelStatus(SnIndexerFieldWrapper fieldWrapper, ProductModel source, java.util.Map<java.lang.String,StockLevelStatus> data)voidProductStockLevelStatusSnIndexerValueProvider.ProductStockLevelStatusData. setStockLevelStatus(java.util.Map<java.lang.String,StockLevelStatus> stockLevelStatus) -
Uses of StockLevelStatus in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl that return StockLevelStatus Modifier and Type Method Description protected StockLevelStatusProductInStockFlagValueProvider. getProductStockLevelStatus(ProductModel product, BaseStoreModel baseStore)protected StockLevelStatusProductStockLevelStatusValueProvider. getProductStockLevelStatus(ProductModel product, BaseStoreModel baseStore)Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with parameters of type StockLevelStatus Modifier and Type Method Description protected booleanProductInStockFlagValueProvider. isInStock(StockLevelStatus stockLevelStatus)protected booleanProductStoreStockValueProvider. isInStock(StockLevelStatus stockLevelStatus) -
Uses of StockLevelStatus in de.hybris.platform.commerceservices.stock
Methods in de.hybris.platform.commerceservices.stock that return StockLevelStatus Modifier and Type Method Description StockLevelStatusCommerceStockService. getStockLevelStatusForProductAndBaseStore(ProductModel product, BaseStoreModel baseStore)Returns stock level status for combination of given product and base storeStockLevelStatusCommerceStockService. getStockLevelStatusForProductAndPointOfService(ProductModel product, PointOfServiceModel pointOfServiceModel)Returns stock level status for given product and point of service (that also indicates warehouse)Methods in de.hybris.platform.commerceservices.stock that return types with arguments of type StockLevelStatus Modifier and Type Method Description java.util.Map<PointOfServiceModel,StockLevelStatus>CommerceStockService. getPosAndStockLevelStatusForProduct(ProductModel product, BaseStoreModel baseStore)Returns the StockLevelStatus for the Product at Points of Service where it is in stock. -
Uses of StockLevelStatus in de.hybris.platform.commerceservices.stock.impl
Methods in de.hybris.platform.commerceservices.stock.impl that return StockLevelStatus Modifier and Type Method Description StockLevelStatusDefaultCommerceStockService. getStockLevelStatusForProductAndBaseStore(ProductModel product, BaseStoreModel baseStore)StockLevelStatusSubscriptionCommerceStockService. getStockLevelStatusForProductAndBaseStore(ProductModel product, BaseStoreModel baseStore)StockLevelStatusDefaultCommerceStockService. getStockLevelStatusForProductAndPointOfService(ProductModel product, PointOfServiceModel pointOfService)StockLevelStatusSubscriptionCommerceStockService. getStockLevelStatusForProductAndPointOfService(ProductModel product, PointOfServiceModel pointOfService)Methods in de.hybris.platform.commerceservices.stock.impl that return types with arguments of type StockLevelStatus Modifier and Type Method Description java.util.Map<PointOfServiceModel,StockLevelStatus>DefaultCommerceStockService. getPosAndStockLevelStatusForProduct(ProductModel product, BaseStoreModel baseStore) -
Uses of StockLevelStatus in de.hybris.platform.commerceservices.stock.strategies.impl
Methods in de.hybris.platform.commerceservices.stock.strategies.impl that return StockLevelStatus Modifier and Type Method Description StockLevelStatusCommerceStockLevelStatusStrategy. checkStatus(StockLevelModel stockLevel)StockLevelStatusCommerceStockLevelStatusStrategy. checkStatus(java.util.Collection<StockLevelModel> stockLevels) -
Uses of StockLevelStatus in de.hybris.platform.commercewebservices.core.mapping.converters
Methods in de.hybris.platform.commercewebservices.core.mapping.converters that return StockLevelStatus Modifier and Type Method Description StockLevelStatusStockLevelStatusConverter. convertFrom(java.lang.String source, ma.glasnost.orika.metadata.Type<StockLevelStatus> destinationType, ma.glasnost.orika.MappingContext mappingContext)Methods in de.hybris.platform.commercewebservices.core.mapping.converters with parameters of type StockLevelStatus Modifier and Type Method Description java.lang.StringStockLevelStatusConverter. convertTo(StockLevelStatus source, ma.glasnost.orika.metadata.Type<java.lang.String> destinationType, ma.glasnost.orika.MappingContext mappingContext)Method parameters in de.hybris.platform.commercewebservices.core.mapping.converters with type arguments of type StockLevelStatus Modifier and Type Method Description StockLevelStatusStockLevelStatusConverter. convertFrom(java.lang.String source, ma.glasnost.orika.metadata.Type<StockLevelStatus> destinationType, ma.glasnost.orika.MappingContext mappingContext) -
Uses of StockLevelStatus in de.hybris.platform.commercewebservices.core.stock.impl
Methods in de.hybris.platform.commercewebservices.core.stock.impl with parameters of type StockLevelStatus Modifier and Type Method Description protected StockDataDefaultCommerceStockFacade. createStockData(StockLevelStatus stockLevelStatus, java.lang.Long stockLevel)This method is used here instead of regular populator beacauseCommerceStockServicereturns all values separately.
Ideally would be to improve it someday by returning StockLevelModel. -
Uses of StockLevelStatus in de.hybris.platform.stock
Methods in de.hybris.platform.stock that return StockLevelStatus Modifier and Type Method Description StockLevelStatusStockService. getProductStatus(ProductModel product, WarehouseModel warehouse)Checks the stock level status of the product in the specified warehouse.StockLevelStatusStockService. getProductStatus(ProductModel product, java.util.Collection<WarehouseModel> warehouses)Checks the stock level status of the product in all specified warehouses. -
Uses of StockLevelStatus in de.hybris.platform.stock.impl
Methods in de.hybris.platform.stock.impl that return StockLevelStatus Modifier and Type Method Description StockLevelStatusDefaultStockService. getProductStatus(ProductModel product, WarehouseModel warehouse)StockLevelStatusDefaultStockService. getProductStatus(ProductModel product, java.util.Collection<WarehouseModel> warehouses) -
Uses of StockLevelStatus in de.hybris.platform.stock.strategy
Methods in de.hybris.platform.stock.strategy that return StockLevelStatus Modifier and Type Method Description StockLevelStatusStockLevelStatusStrategy. checkStatus(StockLevelModel stockLevel)Checks the status of the specifiedStockLevel.StockLevelStatusStockLevelStatusStrategy. checkStatus(java.util.Collection<StockLevelModel> stockLevels)Checks the status of the specifiedStockLevels. -
Uses of StockLevelStatus in de.hybris.platform.stock.strategy.impl
Methods in de.hybris.platform.stock.strategy.impl that return StockLevelStatus Modifier and Type Method Description StockLevelStatusDefaultStockLevelStatusStrategy. checkStatus(StockLevelModel stockLevel)StockLevelStatusDefaultStockLevelStatusStrategy. checkStatus(java.util.Collection<StockLevelModel> stockLevels) -
Uses of StockLevelStatus in de.hybris.platform.warehousing.atp.services.impl
Methods in de.hybris.platform.warehousing.atp.services.impl that return StockLevelStatus Modifier and Type Method Description StockLevelStatusWarehousingCommerceStockService. getStockLevelStatusForProductAndPointOfService(ProductModel product, PointOfServiceModel pointOfService) -
Uses of StockLevelStatus in de.hybris.platform.warehousing.atp.strategy.impl
Methods in de.hybris.platform.warehousing.atp.strategy.impl that return StockLevelStatus Modifier and Type Method Description StockLevelStatusWarehousingStockLevelStatusStrategy. checkStatus(java.util.Collection<StockLevelModel> stockLevels) -
Uses of StockLevelStatus in de.hybris.platform.ycommercewebservices.mapping.converters
Methods in de.hybris.platform.ycommercewebservices.mapping.converters that return StockLevelStatus Modifier and Type Method Description StockLevelStatusStockLevelStatusConverter. convertFrom(java.lang.String source, ma.glasnost.orika.metadata.Type<StockLevelStatus> destinationType, ma.glasnost.orika.MappingContext mappingContext)Methods in de.hybris.platform.ycommercewebservices.mapping.converters with parameters of type StockLevelStatus Modifier and Type Method Description java.lang.StringStockLevelStatusConverter. convertTo(StockLevelStatus source, ma.glasnost.orika.metadata.Type<java.lang.String> destinationType, ma.glasnost.orika.MappingContext mappingContext)Method parameters in de.hybris.platform.ycommercewebservices.mapping.converters with type arguments of type StockLevelStatus Modifier and Type Method Description StockLevelStatusStockLevelStatusConverter. convertFrom(java.lang.String source, ma.glasnost.orika.metadata.Type<StockLevelStatus> destinationType, ma.glasnost.orika.MappingContext mappingContext) -
Uses of StockLevelStatus in de.hybris.platform.ycommercewebservices.stock.impl
Methods in de.hybris.platform.ycommercewebservices.stock.impl with parameters of type StockLevelStatus Modifier and Type Method Description protected StockDataDefaultCommerceStockFacade. createStockData(StockLevelStatus stockLevelStatus, java.lang.Long stockLevel)This method is used here instead of regular populator beacauseCommerceStockServicereturns all values separately.
Ideally would be to improve it someday by returning StockLevelModel.
-