Uses of Enum Class
de.hybris.platform.commercefacades.product.ProductOption
Packages that use ProductOption
Package
Description
-
Uses of ProductOption in de.hybris.platform.b2ctelcoaddon.controllers.cms
Fields in de.hybris.platform.b2ctelcoaddon.controllers.cms with type parameters of type ProductOptionModifier and TypeFieldDescriptionprotected static final List<ProductOption>ProductReferencesAndClassificationsComponentController.PRODUCT_OPTIONS -
Uses of ProductOption in de.hybris.platform.b2ctelcofacades.product
Method parameters in de.hybris.platform.b2ctelcofacades.product with type arguments of type ProductOptionModifier and TypeMethodDescriptionTmaProductOfferFacade.getParentsForCodeAndOptions(String poCode, Collection<ProductOption> productOptions) Retrieves theTmaBundledProductOfferingModels representing direct and indirect parents of theTmaProductOfferingModelwith the code given.TmaProductOfferFacade.getPoForCode(String poCode, Collection<ProductOption> productOptions) Retrieves theProductDatawith the code given populated with information depending on the provided .TmaProductOfferFacade.getPoForCode(String poCode, Collection<ProductOption> productOptions, TmaPriceContextData priceContextData) Retrieves theProductDatawith the given code, with additional information provided as and prices of theTmaProductOfferingModelbased on theTmaPriceContextData.TmaProductSearchFacade.getProductOfferingsForOptions(ProductOfferingSearchContextData productOfferingSearchContext, Collection<ProductOption> options) Deprecated, for removal: This API element is subject to removal in a future version.since 1911 - use getAllProductsForOptions method of ProductExportFacade instead -
Uses of ProductOption in de.hybris.platform.b2ctelcofacades.product.impl
Methods in de.hybris.platform.b2ctelcofacades.product.impl that return types with arguments of type ProductOptionModifier and TypeMethodDescriptionprotected de.hybris.platform.converters.ConfigurablePopulator<ProductModel,ProductData, ProductOption> DefaultTmaProductOfferFacade.getProductConfiguredPopulator()de.hybris.platform.converters.ConfigurablePopulator<ProductModel,ProductData, ProductOption> DefaultTmaProductSearchFacade.getProductConfiguredPopulator()Method parameters in de.hybris.platform.b2ctelcofacades.product.impl with type arguments of type ProductOptionModifier and TypeMethodDescriptionprotected List<ProductData>DefaultTmaProductSearchFacade.convertPoModelsToDTOs(Collection<ProductOption> options, List<TmaProductOfferingModel> models) DefaultTmaProductOfferFacade.getParentsForCodeAndOptions(String poCode, Collection<ProductOption> productOptions) DefaultTmaProductOfferFacade.getPoForCode(String poCode, Collection<ProductOption> productOptions) DefaultTmaProductOfferFacade.getPoForCode(String poCode, Collection<ProductOption> productOptions, TmaPriceContextData priceContextData) DefaultTmaProductSearchFacade.getProductOfferingsForOptions(ProductOfferingSearchContextData productOfferingSearchContextData, Collection<ProductOption> options) voidDefaultTmaProductOfferFacade.setProductConfiguredPopulator(de.hybris.platform.converters.ConfigurablePopulator<ProductModel, ProductData, ProductOption> productConfiguredPopulator) voidDefaultTmaProductSearchFacade.setProductConfiguredPopulator(de.hybris.platform.converters.ConfigurablePopulator<ProductModel, ProductData, ProductOption> productConfiguredPopulator) -
Uses of ProductOption in de.hybris.platform.b2ctelcofacades.strategy.impl
Fields in de.hybris.platform.b2ctelcofacades.strategy.impl with type parameters of type ProductOptionModifier and TypeFieldDescriptionprotected static final List<ProductOption>TmaAbstractProcessFlowStrategy.BPO_OPTIONSprotected static final List<ProductOption>TmaAbstractProcessFlowStrategy.PRODUCT_OPTIONS -
Uses of ProductOption in de.hybris.platform.b2ctelcoocc.controllers
Methods in de.hybris.platform.b2ctelcoocc.controllers that return types with arguments of type ProductOptionModifier and TypeMethodDescriptionprotected static Set<ProductOption>TmaExportController.extractOptions(String options) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ProductOption in de.hybris.platform.commercefacades.product
Methods in de.hybris.platform.commercefacades.product that return ProductOptionModifier and TypeMethodDescriptionstatic ProductOptionReturns the enum constant of this class with the specified name.static ProductOption[]ProductOption.values()Returns an array containing the constants of this enum class, in the order they are declared.