Uses of Class
de.hybris.platform.commercefacades.product.data.ProductData
Packages that use ProductData
Package
Description
-
Uses of ProductData in com.hybris.ymkt.recommendationaddon.facades
Fields in com.hybris.ymkt.recommendationaddon.facades with type parameters of type ProductDataModifier and TypeFieldDescriptionprotected de.hybris.platform.converters.ConfigurablePopulator<ProductModel,ProductData, ProductOption> ProductRecommendationManagerFacade.referenceProductConfiguredPopulatorMethod parameters in com.hybris.ymkt.recommendationaddon.facades with type arguments of type ProductDataModifier and TypeMethodDescriptionvoidProductRecommendationManagerFacade.setReferenceProductConfiguredPopulator(de.hybris.platform.converters.ConfigurablePopulator<ProductModel, ProductData, ProductOption> referenceProductConfiguredPopulator) -
Uses of ProductData in com.sap.hybris.sapentitlementsfacades.data
Methods in com.sap.hybris.sapentitlementsfacades.data that return ProductDataMethods in com.sap.hybris.sapentitlementsfacades.data with parameters of type ProductData -
Uses of ProductData in com.sap.hybris.saprevenuecloudproduct.populator
Classes in com.sap.hybris.saprevenuecloudproduct.populator with type parameters of type ProductDataModifier and TypeClassDescriptionclassSapRevenueCloudSearchResultsSubscriptionProductPopulator<SOURCE extends SearchResultValueData,TARGET extends ProductData> SOLR Populator for subscription-capableProductModel.Methods in com.sap.hybris.saprevenuecloudproduct.populator with parameters of type ProductDataModifier and TypeMethodDescriptionvoidSapRevenueCloudProductDetailsPopulator.populate(ProductModel source, ProductData target) -
Uses of ProductData in com.sap.retail.commercesuite.saparticleb2caddon.articlecomponent.data
Methods in com.sap.retail.commercesuite.saparticleb2caddon.articlecomponent.data that return ProductDataMethods in com.sap.retail.commercesuite.saparticleb2caddon.articlecomponent.data with parameters of type ProductData -
Uses of ProductData in com.sap.retail.commercesuite.saparticleb2caddon.populator
Classes in com.sap.retail.commercesuite.saparticleb2caddon.populator with type parameters of type ProductDataModifier and TypeClassDescriptionclassArticleComponentPopulator<SOURCE extends ProductModel,TARGET extends ProductData> Populator to enrich product data with article component data.Method parameters in com.sap.retail.commercesuite.saparticleb2caddon.populator with type arguments of type ProductDataModifier and TypeMethodDescriptionvoidArticleComponentPopulator.setProductConverter(de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel, ProductData> productConverter) Sets the product converter to the actual product converter instance. -
Uses of ProductData in com.sap.retail.oaa.commerce.facades.converters.populator
Classes in com.sap.retail.oaa.commerce.facades.converters.populator with type parameters of type ProductDataModifier and TypeClassDescriptionclassDefaultOaaProductStockPopulator<SOURCE extends ProductModel,TARGET extends ProductData> Populate the product data with stock information -
Uses of ProductData in com.sap.retail.sapppspricing.populator
Classes in com.sap.retail.sapppspricing.populator with type parameters of type ProductDataModifier and TypeClassDescriptionclassOPPSPromotionsPopulator<SOURCE extends ProductModel,TARGET extends ProductData> Populator to populate OPPS promotions to Product data -
Uses of ProductData in com.sap.sapcentralorderfacades.populator.impl
Methods in com.sap.sapcentralorderfacades.populator.impl that return types with arguments of type ProductDataModifier and TypeMethodDescriptionde.hybris.platform.servicelayer.dto.converter.Converter<ProductModel,ProductData> DefaultCentralOrderDetailsPopulatorV2.getProductConverter()de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel,ProductData> DefaultCentralOrderDetailsPopulatorV2.getProductStockConverter()Method parameters in com.sap.sapcentralorderfacades.populator.impl with type arguments of type ProductDataModifier and TypeMethodDescriptionvoidDefaultCentralOrderDetailsPopulatorV2.setProductConverter(de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel, ProductData> productConverter) voidDefaultCentralOrderDetailsPopulatorV2.setProductStockConverter(de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel, ProductData> productStockConverter) -
Uses of ProductData in de.hybris.platform.acceleratorfacades.product.data
Methods in de.hybris.platform.acceleratorfacades.product.data that return ProductDataModifier and TypeMethodDescriptionReadOnlyOrderGridData.getProduct()ProductWrapperData.getProductData()Methods in de.hybris.platform.acceleratorfacades.product.data with parameters of type ProductDataModifier and TypeMethodDescriptionvoidReadOnlyOrderGridData.setProduct(ProductData product) voidProductWrapperData.setProductData(ProductData productData) -
Uses of ProductData in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl
Method parameters in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl with type arguments of type ProductDataModifier and TypeMethodDescriptionSearchBreadcrumbBuilder.getBreadcrumbs(String categoryCode, ProductSearchPageData<SearchStateData, ProductData> searchPageData) -
Uses of ProductData in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages
Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages that return types with arguments of type ProductDataModifier and TypeMethodDescriptionAbstractCategoryPageController.createEmptySearchResult(String categoryCode) Creates empty search results in casedoSearchthrows an exception in order to avoid stacktrace on storefront.protected ProductSearchPageData<SearchStateData,ProductData> AbstractSearchPageController.encodeSearchPageData(ProductSearchPageData<SearchStateData, ProductData> searchPageData) de.hybris.platform.commercefacades.search.ProductSearchFacade<ProductData>AbstractCategoryPageController.getProductSearchFacade()AbstractCategoryPageController.CategorySearchEvaluator.getSearchPageData()AbstractCategoryPageController.performSearchAndGetResultsData(String categoryCode, String searchQuery, int page, AbstractSearchPageController.ShowMode showMode, String sortCode) AbstractCategoryPageController.populateSearchPageData(String categoryCode, String searchQuery, int page, AbstractSearchPageController.ShowMode showMode, String sortCode) Method parameters in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages with type arguments of type ProductDataModifier and TypeMethodDescriptionprotected ProductSearchPageData<SearchStateData,ProductData> AbstractSearchPageController.encodeSearchPageData(ProductSearchPageData<SearchStateData, ProductData> searchPageData) -
Uses of ProductData in de.hybris.platform.acceleratorstorefrontcommons.tags
Methods in de.hybris.platform.acceleratorstorefrontcommons.tags that return types with arguments of type ProductDataModifier and TypeMethodDescriptionprotected static de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel,ProductData> Functions.getProductUrlConverter(javax.servlet.http.HttpServletRequest httpRequest) Methods in de.hybris.platform.acceleratorstorefrontcommons.tags with parameters of type ProductDataModifier and TypeMethodDescriptionprotected static ImageDataFunctions.getImageData(ProductData product, String productCode, String format) static ImageDataFunctions.getImageForProductCode(ProductData product, String productCode, String format) JSP EL Function to get an image for a Product in a specific format based on the product code.static ImageDataFunctions.getPrimaryImageForProductAndFormat(ProductData product, String format) JSP EL Function to get a primary Image for a Product in a specific formatMethod parameters in de.hybris.platform.acceleratorstorefrontcommons.tags with type arguments of type ProductDataModifier and TypeMethodDescriptionprotected static StringFunctions.convertWithProperConverter(de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel, ProductData> productUrlConverter, ProductModel product) static StringFunctions.getUrlForCMSLinkComponent(CMSLinkComponentModel component, de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel, ProductData> productUrlConverter, de.hybris.platform.servicelayer.dto.converter.Converter<CategoryModel, CategoryData> categoryUrlConverter) -
Uses of ProductData in de.hybris.platform.b2bacceleratoraddon.controllers.pages
Methods in de.hybris.platform.b2bacceleratoraddon.controllers.pages that return types with arguments of type ProductDataModifier and TypeMethodDescriptionprotected ProductSearchPageData<SearchStateData,ProductData> AdvanceSearchPageController.createEmptySearchPageData()protected ProductSearchPageData<SearchStateData,ProductData> AdvanceSearchPageController.encodeSearchPageData(ProductSearchPageData<SearchStateData, ProductData> searchPageData) protected ProductSearchPageData<SearchStateData,ProductData> AdvanceSearchPageController.performSearch(SearchStateData searchState, PageableData pageableData, boolean useFlexibleSearch) Method parameters in de.hybris.platform.b2bacceleratoraddon.controllers.pages with type arguments of type ProductDataModifier and TypeMethodDescriptionprotected ProductSearchPageData<SearchStateData,ProductData> AdvanceSearchPageController.encodeSearchPageData(ProductSearchPageData<SearchStateData, ProductData> searchPageData) -
Uses of ProductData in de.hybris.platform.commercefacades.catalog.data
Methods in de.hybris.platform.commercefacades.catalog.data that return types with arguments of type ProductDataMethod parameters in de.hybris.platform.commercefacades.catalog.data with type arguments of type ProductDataModifier and TypeMethodDescriptionvoidCategoryHierarchyData.setProducts(List<ProductData> products) -
Uses of ProductData in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return ProductDataMethods in de.hybris.platform.commercefacades.order.data with parameters of type ProductData -
Uses of ProductData in de.hybris.platform.commercefacades.product.data
Methods in de.hybris.platform.commercefacades.product.data that return types with arguments of type ProductDataMethod parameters in de.hybris.platform.commercefacades.product.data with type arguments of type ProductData -
Uses of ProductData in de.hybris.platform.commercefacades.search.data
Methods in de.hybris.platform.commercefacades.search.data that return types with arguments of type ProductDataMethod parameters in de.hybris.platform.commercefacades.search.data with type arguments of type ProductDataModifier and TypeMethodDescriptionvoidAutocompleteResultData.setProducts(List<ProductData> products) -
Uses of ProductData in de.hybris.platform.commercefacades.storefinder.data
Methods in de.hybris.platform.commercefacades.storefinder.data that return ProductDataMethods in de.hybris.platform.commercefacades.storefinder.data with parameters of type ProductDataModifier and TypeMethodDescriptionvoidStoreFinderStockSearchPageData.setProduct(ProductData product) -
Uses of ProductData in de.hybris.platform.commercewebservices.core.product.data
Methods in de.hybris.platform.commercewebservices.core.product.data that return types with arguments of type ProductDataMethod parameters in de.hybris.platform.commercewebservices.core.product.data with type arguments of type ProductData -
Uses of ProductData in de.hybris.platform.sap.sapcarintegration.data
Methods in de.hybris.platform.sap.sapcarintegration.data that return ProductDataMethods in de.hybris.platform.sap.sapcarintegration.data with parameters of type ProductData -
Uses of ProductData in de.hybris.platform.sap.sapinvoiceaddon.document.data
Methods in de.hybris.platform.sap.sapinvoiceaddon.document.data that return ProductDataMethods in de.hybris.platform.sap.sapinvoiceaddon.document.data with parameters of type ProductData -
Uses of ProductData in de.hybris.platform.sap.sapinvoiceaddon.document.populators
Methods in de.hybris.platform.sap.sapinvoiceaddon.document.populators that return types with arguments of type ProductDataModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel,ProductData> B2BInvoiceDocumentPopulator.getProductConverter()Method parameters in de.hybris.platform.sap.sapinvoiceaddon.document.populators with type arguments of type ProductDataModifier and TypeMethodDescriptionvoidB2BInvoiceDocumentPopulator.setProductConverter(de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel, ProductData> productConverter) -
Uses of ProductData in de.hybris.platform.sap.sapmodelfacades.populators
Methods in de.hybris.platform.sap.sapmodelfacades.populators with parameters of type ProductDataModifier and TypeMethodDescriptionvoidDefaultSapProductTypePopulator.populate(ProductModel source, ProductData target) -
Uses of ProductData in de.hybris.platform.sap.sapmodelfacades.populators.impl
Classes in de.hybris.platform.sap.sapmodelfacades.populators.impl with type parameters of type ProductDataModifier and TypeClassDescriptionclassDefaultProductStockPopulatorImpl<SOURCE extends ProductModel,TARGET extends ProductData> -
Uses of ProductData in de.hybris.platform.sap.sapordermgmtb2bfacades
Methods in de.hybris.platform.sap.sapordermgmtb2bfacades that return types with arguments of type ProductDataModifier and TypeMethodDescriptionde.hybris.platform.commercefacades.product.converters.populator.ProductPrimaryImagePopulator<ProductModel,ProductData> ProductImageHelper.getProductPrimaryImagePopulator()Method parameters in de.hybris.platform.sap.sapordermgmtb2bfacades with type arguments of type ProductDataModifier and TypeMethodDescriptionvoidProductImageHelper.setProductPrimaryImagePopulator(de.hybris.platform.commercefacades.product.converters.populator.ProductPrimaryImagePopulator<ProductModel, ProductData> productPrimaryImagePopulator) -
Uses of ProductData in de.hybris.platform.sap.sapordermgmtb2bfacades.impl
Methods in de.hybris.platform.sap.sapordermgmtb2bfacades.impl that return types with arguments of type ProductDataModifier and TypeMethodDescriptionde.hybris.platform.commercefacades.product.converters.populator.ProductPrimaryImagePopulator<ProductModel,ProductData> DefaultProductImageHelper.getProductPrimaryImagePopulator()Method parameters in de.hybris.platform.sap.sapordermgmtb2bfacades.impl with type arguments of type ProductDataModifier and TypeMethodDescriptionvoidDefaultProductImageHelper.setProductPrimaryImagePopulator(de.hybris.platform.commercefacades.product.converters.populator.ProductPrimaryImagePopulator<ProductModel, ProductData> productPrimaryImagePopulator) -
Uses of ProductData in de.hybris.platform.sap.sappricingproductcarouseladdon.controllers.cms
Methods in de.hybris.platform.sap.sappricingproductcarouseladdon.controllers.cms that return types with arguments of type ProductDataModifier and TypeMethodDescriptionprotected List<ProductData>SapProductCarouselComponentController.collectLinkedProducts(SapProductCarouselComponentModel component) protected List<ProductData>SapProductCarouselComponentController.collectSearchProducts(SapProductCarouselComponentModel component) Methods in de.hybris.platform.sap.sappricingproductcarouseladdon.controllers.cms with parameters of type ProductDataModifier and TypeMethodDescriptionprotected voidSapProductCarouselComponentController.populateProductWithSapPrice(ProductModel productModel, ProductData productData, de.hybris.platform.jalo.order.price.PriceInformation priceInformation) -
Uses of ProductData in de.hybris.platform.sap.sapproductconfigsomservices.converters.populators
Methods in de.hybris.platform.sap.sapproductconfigsomservices.converters.populators with parameters of type ProductDataModifier and TypeMethodDescriptionprotected voidDefaultAbstractOrderEntryConfigurablePopulator.handleConfiguration(Item item, OrderEntryData target, ProductData productData) protected voidDefaultAbstractOrderEntryConfigurablePopulator.handleConfigurationBackendLeads(Item item, OrderEntryData target, ProductData product) protected voidDefaultAbstractOrderEntryConfigurablePopulator.handleVariant(Item item, OrderEntryData target, ProductData productData) -
Uses of ProductData in de.hybris.platform.sap.saprevenuecloudorder.facade.impl
Methods in de.hybris.platform.sap.saprevenuecloudorder.facade.impl that return types with arguments of type ProductDataModifier and TypeMethodDescriptionDefaultSapRevenueCloudSubscriptionFacade.getUpsellingOptionsForSubscription(String productCode) -
Uses of ProductData in de.hybris.platform.sap.saprevenuecloudorder.populators
Methods in de.hybris.platform.sap.saprevenuecloudorder.populators that return types with arguments of type ProductDataModifier and TypeMethodDescriptionde.hybris.platform.converters.Populator<ProductModel,ProductData> DefaultSAPRevenueCloudBillDetailPopulator.getProductUrlPopulator()Deprecated, for removal: This API element is subject to removal in a future version.de.hybris.platform.converters.Populator<ProductModel,ProductData> DefaultSAPRevenueCloudSubscriptionDetailPopulator.getProductUrlPopulator()Deprecated, for removal: This API element is subject to removal in a future version.de.hybris.platform.converters.Populator<ProductModel,ProductData> DefaultSAPRevenueCloudSubscriptionPopulator.getProductUrlPopulator()de.hybris.platform.converters.Populator<ProductModel,ProductData> DefaultSAPRevenueCloudSubscriptionDetailPopulator.getSubscriptionProductPricePlanPopulator()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.sap.saprevenuecloudorder.populators with parameters of type ProductDataModifier and TypeMethodDescriptionvoidDefaultSapSubscriptionProductPopulator.populate(ProductModel source, ProductData target) protected voidDefaultSAPRevenueCloudSubscriptionDetailPopulator.populatePricePlan(ProductModel productModel, ProductData productData) Deprecated, for removal: This API element is subject to removal in a future version.Populates data fromProductModeltoProductDataMethod parameters in de.hybris.platform.sap.saprevenuecloudorder.populators with type arguments of type ProductDataModifier and TypeMethodDescriptionvoidDefaultSAPRevenueCloudBillDetailPopulator.setProductUrlPopulator(de.hybris.platform.converters.Populator<ProductModel, ProductData> productUrlPopulator) Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultSAPRevenueCloudSubscriptionDetailPopulator.setProductUrlPopulator(de.hybris.platform.converters.Populator<ProductModel, ProductData> productUrlPopulator) Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultSAPRevenueCloudSubscriptionPopulator.setProductUrlPopulator(de.hybris.platform.converters.Populator<ProductModel, ProductData> productUrlPopulator) voidDefaultSAPRevenueCloudSubscriptionDetailPopulator.setSubscriptionProductPricePlanPopulator(de.hybris.platform.converters.Populator<ProductModel, ProductData> subscriptionProductPricePlanPopulator) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ProductData in de.hybris.platform.sap.saprevenuecloudorder.populators.bill.v2
Method parameters in de.hybris.platform.sap.saprevenuecloudorder.populators.bill.v2 with type arguments of type ProductDataModifier and TypeMethodDescriptionvoidDefaultBillItemPopulator.setProductUrlPopulator(de.hybris.platform.converters.Populator<ProductModel, ProductData> productUrlPopulator) -
Uses of ProductData in de.hybris.platform.sap.saprevenuecloudorder.populators.subscription
Classes in de.hybris.platform.sap.saprevenuecloudorder.populators.subscription with type parameters of type ProductDataModifier and TypeClassDescriptionclassDefaultSubscriptionPricePopulator<SOURCE extends SubscriptionPricePlanModel,TARGET extends ProductData> Methods in de.hybris.platform.sap.saprevenuecloudorder.populators.subscription that return types with arguments of type ProductDataModifier and TypeMethodDescriptionde.hybris.platform.converters.Populator<SubscriptionPricePlanModel,ProductData> DefaultSubscriptionSummaryPopulator.getSbSubscriptionPricePopulator()Method parameters in de.hybris.platform.sap.saprevenuecloudorder.populators.subscription with type arguments of type ProductDataModifier and TypeMethodDescriptionvoidDefaultSubscriptionSummaryPopulator.setProductUrlPopulator(de.hybris.platform.converters.Populator<ProductModel, ProductData> productUrlPopulator) voidDefaultSubscriptionSummaryPopulator.setSbSubscriptionPricePopulator(de.hybris.platform.converters.Populator<SubscriptionPricePlanModel, ProductData> sbSubscriptionPricePopulator) voidDefaultSubscriptionSummaryPopulator.setSubscriptionProductPricePlanPopulator(de.hybris.platform.converters.Populator<ProductModel, ProductData> subscriptionProductPricePlanPopulator) -
Uses of ProductData in de.hybris.platform.sap.saprevenuecloudorder.populators.v2
Methods in de.hybris.platform.sap.saprevenuecloudorder.populators.v2 that return types with arguments of type ProductDataModifier and TypeMethodDescriptionde.hybris.platform.converters.Populator<ProductModel,ProductData> DefaultSAPRevenueCloudSubscriptionBillDetailsPopulator.getProductUrlPopulator()Method parameters in de.hybris.platform.sap.saprevenuecloudorder.populators.v2 with type arguments of type ProductDataModifier and TypeMethodDescriptionvoidDefaultSAPRevenueCloudSubscriptionBillDetailsPopulator.setProductUrlPopulator(de.hybris.platform.converters.Populator<ProductModel, ProductData> productUrlPopulator) -
Uses of ProductData in de.hybris.platform.sap.sapsalesordersimulation.facade
Methods in de.hybris.platform.sap.sapsalesordersimulation.facade that return types with arguments of type ProductDataModifier and TypeMethodDescriptionprotected List<ProductData>SAPProductCarouselFacade.fetchLivePriceStockForProducts(ProductCarouselComponentModel component) protected List<ProductData>SAPProductCarouselFacade.fetchProductsForNonPreviewMode(ProductCarouselComponentModel component) Fetches list of products for a given product carousel component when not in preview (i.e., no cmsTicketId in present in the session). -
Uses of ProductData in de.hybris.platform.sap.sapserviceorderfacades.populators
Methods in de.hybris.platform.sap.sapserviceorderfacades.populators with parameters of type ProductDataModifier and TypeMethodDescriptionvoidDefaultSapServiceProductPopulator.populate(ProductModel source, ProductData target) -
Uses of ProductData in de.hybris.platform.sap.sapserviceorderfacades.util
Methods in de.hybris.platform.sap.sapserviceorderfacades.util with parameters of type ProductDataModifier and TypeMethodDescriptionstatic booleanSapServiceOrderFacadesUtil.isServiceProduct(ProductData product) -
Uses of ProductData in de.hybris.platform.sapomsafacades.populator
Classes in de.hybris.platform.sapomsafacades.populator with type parameters of type ProductDataModifier and TypeClassDescriptionclassSAPOmsaProductStockPopulator<SOURCE extends ProductModel,TARGET extends ProductData>