Uses of Class
de.hybris.platform.commercefacades.product.data.ProductData
-
-
Uses of ProductData in com.hybris.ymkt.recommendationaddon.facades
Fields in com.hybris.ymkt.recommendationaddon.facades with type parameters of type ProductData Modifier and Type Field Description protected ConfigurablePopulator<ProductModel,ProductData,ProductOption>ProductRecommendationManagerFacade. referenceProductConfiguredPopulatorMethod parameters in com.hybris.ymkt.recommendationaddon.facades with type arguments of type ProductData Modifier and Type Method Description voidProductRecommendationManagerFacade. setReferenceProductConfiguredPopulator(ConfigurablePopulator<ProductModel,ProductData,ProductOption> referenceProductConfiguredPopulator) -
Uses of ProductData in com.sap.hybris.saprevenuecloudproduct.populator
Classes in com.sap.hybris.saprevenuecloudproduct.populator with type parameters of type ProductData Modifier and Type Class Description classSapRevenueCloudSearchResultsSubscriptionProductPopulator<SOURCE extends SearchResultValueData,TARGET extends ProductData>SOLR Populator for subscription-capableProductModel.Methods in com.sap.hybris.saprevenuecloudproduct.populator with parameters of type ProductData Modifier and Type Method Description voidSapRevenueCloudProductDetailsPopulator. populate(ProductModel source, ProductData target) -
Uses of ProductData in de.hybris.platform.acceleratorfacades.ordergridform.impl
Methods in de.hybris.platform.acceleratorfacades.ordergridform.impl that return ProductData Modifier and Type Method Description protected ProductDataDefaultOrderGridFormFacadeTest. create2DBaseProductData(java.lang.String baseProductCode)protected ProductDataDefaultOrderGridFormFacadeTest. createProductData(java.lang.String code, java.lang.String baseProductCode, java.util.List<CategoryData> categoryDataList)Methods in de.hybris.platform.acceleratorfacades.ordergridform.impl with parameters of type ProductData Modifier and Type Method Description protected OrderEntryDataDefaultOrderGridFormFacadeTest. createOrderEntryData(ProductData productData, long quantity) -
Uses of ProductData in de.hybris.platform.acceleratorfacades.product.converters.populator
Classes in de.hybris.platform.acceleratorfacades.product.converters.populator with type parameters of type ProductData Modifier and Type Class Description classProductVolumePricesPopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populator for product volume prices.Methods in de.hybris.platform.acceleratorfacades.product.converters.populator with parameters of type ProductData Modifier and Type Method Description voidProductKeywordsPopulator. populate(ProductModel source, ProductData target) -
Uses of ProductData in de.hybris.platform.acceleratorfacades.product.data
Methods in de.hybris.platform.acceleratorfacades.product.data that return ProductData Modifier and Type Method Description ProductDataReadOnlyOrderGridData. getProduct()ProductDataProductWrapperData. getProductData()Methods in de.hybris.platform.acceleratorfacades.product.data with parameters of type ProductData Modifier and Type Method Description voidReadOnlyOrderGridData. setProduct(ProductData product)voidProductWrapperData. setProductData(ProductData productData) -
Uses of ProductData in de.hybris.platform.acceleratorfacades.productcarousel
Methods in de.hybris.platform.acceleratorfacades.productcarousel that return types with arguments of type ProductData Modifier and Type Method Description java.util.List<ProductData>ProductCarouselFacade. collectProducts(ProductCarouselComponentModel component)Fetch list of products to be displayed for a given product carousel component. -
Uses of ProductData in de.hybris.platform.acceleratorfacades.productcarousel.impl
Methods in de.hybris.platform.acceleratorfacades.productcarousel.impl that return ProductData Modifier and Type Method Description protected ProductDataDefaultProductCarouselFacade. getProductForOptions(ProductModel productModel, java.util.Collection<ProductOption> options)Convert from productModel to productDataMethods in de.hybris.platform.acceleratorfacades.productcarousel.impl that return types with arguments of type ProductData Modifier and Type Method Description java.util.List<ProductData>DefaultProductCarouselFacade. collectProducts(ProductCarouselComponentModel component)protected java.util.List<ProductData>DefaultProductCarouselFacade. 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).protected java.util.List<ProductData>DefaultProductCarouselFacade. fetchProductsForPreviewMode(ProductCarouselComponentModel component)Fetches list of products for a given product carousel component when in preview (i.e., cmsTicketId in present in the session).protected ConfigurablePopulator<ProductModel,ProductData,ProductOption>DefaultProductCarouselFacade. getProductConfiguredPopulator()protected Converter<ProductModel,ProductData>DefaultProductCarouselFacade. getProductConverter()Method parameters in de.hybris.platform.acceleratorfacades.productcarousel.impl with type arguments of type ProductData Modifier and Type Method Description voidDefaultProductCarouselFacade. setProductConfiguredPopulator(ConfigurablePopulator<ProductModel,ProductData,ProductOption> productConfiguredPopulator)voidDefaultProductCarouselFacade. setProductConverter(Converter<ProductModel,ProductData> productConverter) -
Uses of ProductData in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl
Method parameters in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl with type arguments of type ProductData Modifier and Type Method Description java.util.List<Breadcrumb>SearchBreadcrumbBuilder. getBreadcrumbs(java.lang.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 ProductData Modifier and Type Method Description protected ProductCategorySearchPageData<SearchStateData,ProductData,CategoryData>AbstractCategoryPageController. createEmptySearchResult(java.lang.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)ProductSearchFacade<ProductData>AbstractCategoryPageController. getProductSearchFacade()ProductCategorySearchPageData<SearchStateData,ProductData,CategoryData>AbstractCategoryPageController.CategorySearchEvaluator. getSearchPageData()protected AbstractSearchPageController.SearchResultsData<ProductData>AbstractCategoryPageController. performSearchAndGetResultsData(java.lang.String categoryCode, java.lang.String searchQuery, int page, AbstractSearchPageController.ShowMode showMode, java.lang.String sortCode)protected ProductCategorySearchPageData<SearchStateData,ProductData,CategoryData>AbstractCategoryPageController. populateSearchPageData(java.lang.String categoryCode, java.lang.String searchQuery, int page, AbstractSearchPageController.ShowMode showMode, java.lang.String sortCode)Method parameters in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages with type arguments of type ProductData Modifier and Type Method Description protected 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 ProductData Modifier and Type Method Description protected static Converter<ProductModel,ProductData>Functions. getProductUrlConverter(javax.servlet.http.HttpServletRequest httpRequest)Methods in de.hybris.platform.acceleratorstorefrontcommons.tags with parameters of type ProductData Modifier and Type Method Description protected static ImageDataFunctions. getImageData(ProductData product, java.lang.String productCode, java.lang.String format)static ImageDataFunctions. getImageForProductCode(ProductData product, java.lang.String productCode, java.lang.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, java.lang.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 ProductData Modifier and Type Method Description protected static java.lang.StringFunctions. convertWithProperConverter(Converter<ProductModel,ProductData> productUrlConverter, ProductModel product)static java.lang.StringFunctions. getUrlForCMSLinkComponent(CMSLinkComponentModel component, Converter<ProductModel,ProductData> productUrlConverter, Converter<CategoryModel,CategoryData> categoryUrlConverter) -
Uses of ProductData in de.hybris.platform.assistedserviceyprofilefacades.data
Methods in de.hybris.platform.assistedserviceyprofilefacades.data that return ProductData Modifier and Type Method Description ProductDataProductAffinityData. getProductData()Methods in de.hybris.platform.assistedserviceyprofilefacades.data with parameters of type ProductData Modifier and Type Method Description voidProductAffinityData. setProductData(ProductData productData) -
Uses of ProductData in de.hybris.platform.assistedserviceyprofilefacades.populator
Methods in de.hybris.platform.assistedserviceyprofilefacades.populator that return types with arguments of type ProductData Modifier and Type Method Description ProductSearchFacade<ProductData>CategoryAffinityPopulator. getProductSearchFacade()Method parameters in de.hybris.platform.assistedserviceyprofilefacades.populator with type arguments of type ProductData Modifier and Type Method Description voidCategoryAffinityPopulator. setProductSearchFacade(ProductSearchFacade<ProductData> productSearchFacade) -
Uses of ProductData in de.hybris.platform.b2b.occ.populators
Methods in de.hybris.platform.b2b.occ.populators with parameters of type ProductData Modifier and Type Method Description voidB2BSearchResultProductPopulator. populate(SearchResultValueData source, ProductData target) -
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 ProductData Modifier and Type Method Description protected 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 ProductData Modifier and Type Method Description protected ProductSearchPageData<SearchStateData,ProductData>AdvanceSearchPageController. encodeSearchPageData(ProductSearchPageData<SearchStateData,ProductData> searchPageData) -
Uses of ProductData in de.hybris.platform.b2bacceleratorfacades.order.converters.populator
Methods in de.hybris.platform.b2bacceleratorfacades.order.converters.populator that return ProductData Modifier and Type Method Description protected ProductDataGroupOrderEntryPopulator. createBaseProduct(ProductData variant)Deprecated.Methods in de.hybris.platform.b2bacceleratorfacades.order.converters.populator with parameters of type ProductData Modifier and Type Method Description protected ProductDataGroupOrderEntryPopulator. createBaseProduct(ProductData variant)Deprecated.protected booleanGroupOrderEntryPopulator. isGroupable(ProductData product)Deprecated. -
Uses of ProductData in de.hybris.platform.b2bacceleratorfacades.order.impl
Methods in de.hybris.platform.b2bacceleratorfacades.order.impl that return ProductData Modifier and Type Method Description protected ProductDataDefaultCartFacade. populateProduct(java.lang.String productCode, java.util.Comparator<VariantOptionData> variantSortStrategy)Deprecated.Methods in de.hybris.platform.b2bacceleratorfacades.order.impl with parameters of type ProductData Modifier and Type Method Description protected <T extends AbstractOrderData>
OrderEntryDataDefaultCartFacade. groupOrderEntry(T orderData, ProductData productData, java.lang.String baseProduct)Deprecated.protected voidDefaultCartFacade. sortVariantOptionData(ProductData productData, java.util.Comparator<VariantOptionData> variantSortStrategy)Deprecated. -
Uses of ProductData in de.hybris.platform.b2bacceleratorfacades.search.converters.impl
Methods in de.hybris.platform.b2bacceleratorfacades.search.converters.impl that return types with arguments of type ProductData Modifier and Type Method Description protected java.util.List<ProductData>DefaultB2BFlexibleSearchPopulator. getProductDataList(SearchPageData searchPageData)Method parameters in de.hybris.platform.b2bacceleratorfacades.search.converters.impl with type arguments of type ProductData Modifier and Type Method Description voidDefaultB2BFlexibleSearchPopulator. setProductConfiguredPopulator(ConfigurablePopulator<ProductModel,ProductData,ProductOption> productConfiguredPopulator) -
Uses of ProductData in de.hybris.platform.b2bacceleratorfacades.search.impl
Classes in de.hybris.platform.b2bacceleratorfacades.search.impl with type parameters of type ProductData Modifier and Type Class Description classDefaultB2BFlexibleSearchProductSearchFacade<ITEM extends ProductData>Default implementation of Search Facade to B2B FlexibleSearch Product Search.classDefaultB2BSolrProductSearchFacade<ITEM extends ProductData>Default implementation of Search Facade to B2B Solr Product Search.Methods in de.hybris.platform.b2bacceleratorfacades.search.impl that return types with arguments of type ProductData Modifier and Type Method Description protected Populator<java.lang.Object,ProductSearchPageData<SearchStateData,ProductData>>DefaultB2BFlexibleSearchProductSearchFacade. getProductSearchPageVariantsPopulator()ProductSearchPageData<SearchStateData,ProductData>DefaultB2BFlexibleSearchProductSearchFacade. search(ProductSearchStateData searchState, PageableData pageableData)SearchPageData<ProductData>DefaultB2BSolrProductSearchFacade. search(ProductSearchStateData searchState, PageableData pageableData)Method parameters in de.hybris.platform.b2bacceleratorfacades.search.impl with type arguments of type ProductData Modifier and Type Method Description voidDefaultB2BFlexibleSearchProductSearchFacade. setProductSearchPageVariantsPopulator(Populator<java.lang.Object,ProductSearchPageData<SearchStateData,ProductData>> productSearchPageVariantsPopulator) -
Uses of ProductData in de.hybris.platform.commercefacades.catalog.converters.populator
Methods in de.hybris.platform.commercefacades.catalog.converters.populator that return types with arguments of type ProductData Modifier and Type Method Description protected AbstractPopulatingConverter<ProductModel,ProductData>CategoryHierarchyPopulator. getProductConverter()Method parameters in de.hybris.platform.commercefacades.catalog.converters.populator with type arguments of type ProductData Modifier and Type Method Description voidCategoryHierarchyPopulator. setProductConverter(AbstractPopulatingConverter<ProductModel,ProductData> productConverter) -
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 ProductData Modifier and Type Method Description java.util.List<ProductData>CategoryHierarchyData. getProducts()Method parameters in de.hybris.platform.commercefacades.catalog.data with type arguments of type ProductData Modifier and Type Method Description voidCategoryHierarchyData. setProducts(java.util.List<ProductData> products) -
Uses of ProductData in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return ProductData Modifier and Type Method Description protected ProductDataGroupOrderEntryPopulator. createBaseProduct(ProductData variant)Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type ProductData Modifier and Type Method Description protected Converter<ProductModel,ProductData>OrderEntryPopulator. getProductConverter()Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type ProductData Modifier and Type Method Description protected ProductDataGroupOrderEntryPopulator. createBaseProduct(ProductData variant)protected booleanGroupOrderEntryPopulator. isGroupable(ProductData product)Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type ProductData Modifier and Type Method Description voidOrderEntryPopulator. setProductConverter(Converter<ProductModel,ProductData> productConverter) -
Uses of ProductData in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return ProductData Modifier and Type Method Description ProductDataOrderEntryData. getProduct()Methods in de.hybris.platform.commercefacades.order.data with parameters of type ProductData Modifier and Type Method Description voidOrderEntryData. setProduct(ProductData product) -
Uses of ProductData in de.hybris.platform.commercefacades.product
Methods in de.hybris.platform.commercefacades.product that return ProductData Modifier and Type Method Description ProductDataProductFacade. getProductForCodeAndOptions(java.lang.String code, java.util.Collection<ProductOption> options)Gets the product by code.ProductDataProductFacade. getProductForOptions(ProductModel productModel, java.util.Collection<ProductOption> options)Deprecated.Since 6.0. -
Uses of ProductData in de.hybris.platform.commercefacades.product.converters.populator
Classes in de.hybris.platform.commercefacades.product.converters.populator with type parameters of type ProductData Modifier and Type Class Description classAbstractProductImagePopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populate the product data with the product's gallery imagesclassAbstractProductPopulator<SOURCE extends ProductModel,TARGET extends ProductData>Abstract base class for product populators.classProductBasicPopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populate the product data with the most basic product dataclassProductCategoriesPopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populate the product date with the product's categoriesclassProductClassificationPopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populate the product data with the products classification dataclassProductDeliveryModeAvailabilityPopulator<SOURCE extends ProductModel,TARGET extends ProductData>Product Populator that sets flags for delivery/pickup availabilityclassProductDescriptionPopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populate the product data with the product's descriptionclassProductFeatureListPopulator<SOURCE extends FeatureList,TARGET extends ProductData>Populate the classifications of the product data from a feature listclassProductGalleryImagesPopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populate the product data with the product's gallery imagesclassProductPricePopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populate the product data with the price informationclassProductPriceRangePopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populator for product price range.classProductPrimaryImagePopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populate the product data with the product's primary imageclassProductPromotionsPopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populate the product data with product promotionsclassProductReviewsPopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populate the product data reviews for the productclassProductStockPopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populate the product data with stock informationclassProductSummaryPopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populate the product data with the product's summary descriptionclassProductVariantMatrixPopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populate the multi-dimensional variant tree for a given product.classProductVariantOptionDataPopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populates theVariantOptionDatafor all theVariantMatrixElementDatain the tree by using a list of populators.classVariantFullPopulator<SOURCE extends ProductModel,TARGET extends ProductData>classVariantSelectedPopulator<SOURCE extends ProductModel,TARGET extends ProductData>Methods in de.hybris.platform.commercefacades.product.converters.populator that return ProductData Modifier and Type Method Description static ProductDataVariantMatrixFactoryUtil. mockProductDataWithTree(ProductModel firstVariant)Methods in de.hybris.platform.commercefacades.product.converters.populator that return types with arguments of type ProductData Modifier and Type Method Description protected Populator<ProductModel,ProductData>ProductPopulator. getProductBasicPopulator()protected Converter<ProductModel,ProductData>ProductReferencePopulator. getProductConverter()protected Converter<ProductModel,ProductData>ReferenceDataProductReferencePopulator. getProductConverter()protected Populator<FeatureList,ProductData>ProductClassificationPopulator. getProductFeatureListPopulator()protected Populator<ProductModel,ProductData>ProductPopulator. getProductPrimaryImagePopulator()protected Populator<ProductModel,ProductData>ProductPopulator. getVariantSelectedPopulator()Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type ProductData Modifier and Type Method Description protected voidProductVariantOptionDataPopulator. copyDataFromNodes(ProductData productData)voidProductPopulator. populate(ProductModel source, ProductData target)voidProductReferencesPopulator. populate(ProductModel source, ProductData target)voidProductUrlPopulator. populate(ProductModel source, ProductData target)voidProductVariantMatrixPopulator. populate(ProductModel productModel, ProductData productData)Populates the productData with the categories information modeled as a tree.voidProductVariantOptionDataPopulator. populate(ProductModel productModel, ProductData productData)Populates the elements in tree with the information retrieved from the variant..Method parameters in de.hybris.platform.commercefacades.product.converters.populator with type arguments of type ProductData Modifier and Type Method Description voidProductPopulator. setProductBasicPopulator(Populator<ProductModel,ProductData> productBasicPopulator)voidProductReferencePopulator. setProductConverter(Converter<ProductModel,ProductData> productConverter)voidReferenceDataProductReferencePopulator. setProductConverter(Converter<ProductModel,ProductData> productConverter)voidProductClassificationPopulator. setProductFeatureListPopulator(Populator<FeatureList,ProductData> productFeatureListPopulator)voidProductPopulator. setProductPrimaryImagePopulator(Populator<ProductModel,ProductData> productPrimaryImagePopulator)voidProductPopulator. setVariantSelectedPopulator(Populator<ProductModel,ProductData> variantSelectedPopulator) -
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 ProductData Modifier and Type Method Description java.util.List<ProductData>ProductResultData. getProducts()Method parameters in de.hybris.platform.commercefacades.product.data with type arguments of type ProductData Modifier and Type Method Description voidProductResultData. setProducts(java.util.List<ProductData> products) -
Uses of ProductData in de.hybris.platform.commercefacades.product.impl
Methods in de.hybris.platform.commercefacades.product.impl that return ProductData Modifier and Type Method Description ProductDataDefaultProductFacade. getProductForCodeAndOptions(java.lang.String code, java.util.Collection<ProductOption> options)ProductDataDefaultProductFacade. getProductForOptions(ProductModel productModel, java.util.Collection<ProductOption> options)Deprecated.Since 6.0.ProductDataDefaultProductVariantFacade. getProductForOptions(ProductModel productModel, java.util.Collection<ProductOption> options)Deprecated.Since 6.2.Methods in de.hybris.platform.commercefacades.product.impl that return types with arguments of type ProductData Modifier and Type Method Description protected java.util.List<ProductData>DefaultProductExportFacade. convertModelsToDTOs(java.util.Collection<ProductOption> options, java.util.List<ProductModel> models)protected ConfigurablePopulator<ProductModel,ProductData,ProductOption>DefaultProductExportFacade. getProductConfiguredPopulator()protected ConfigurablePopulator<ProductModel,ProductData,ProductOption>DefaultProductFacade. getProductConfiguredPopulator()protected Converter<ProductModel,ProductData>DefaultProductExportFacade. getProductConverter()protected Converter<ProductModel,ProductData>DefaultProductFacade. getProductConverter()protected ConfigurablePopulator<REF_TARGET,ProductData,ProductOption>DefaultProductFacade. getReferenceProductConfiguredPopulator()Method parameters in de.hybris.platform.commercefacades.product.impl with type arguments of type ProductData Modifier and Type Method Description protected ProductResultDataDefaultProductExportFacade. createResultDataWithPagination(int start, int count, java.util.List<ProductData> productsData, int pageSize, long totalNumberOfResults)voidDefaultProductExportFacade. setProductConfiguredPopulator(ConfigurablePopulator<ProductModel,ProductData,ProductOption> productConfiguredPopulator)voidDefaultProductFacade. setProductConfiguredPopulator(ConfigurablePopulator<ProductModel,ProductData,ProductOption> productConfiguredPopulator)voidDefaultProductExportFacade. setProductConverter(Converter<ProductModel,ProductData> productConverter)voidDefaultProductFacade. setProductConverter(Converter<ProductModel,ProductData> productConverter)voidDefaultProductFacade. setReferenceProductConfiguredPopulator(ConfigurablePopulator<REF_TARGET,ProductData,ProductOption> referenceProductConfiguredPopulator) -
Uses of ProductData in de.hybris.platform.commercefacades.search
Classes in de.hybris.platform.commercefacades.search with type parameters of type ProductData Modifier and Type Interface Description interfaceProductSearchFacade<ITEM extends ProductData>Product search facade interface. -
Uses of ProductData in de.hybris.platform.commercefacades.search.converters.populator
Classes in de.hybris.platform.commercefacades.search.converters.populator with type parameters of type ProductData Modifier and Type Class Description classProductCategorySearchPagePopulator<QUERY,STATE,RESULT,ITEM extends ProductData,SCAT,CATEGORY>classProductSearchPageVariantsPopulator<ITEM extends ProductData>Methods in de.hybris.platform.commercefacades.search.converters.populator that return types with arguments of type ProductData Modifier and Type Method Description protected UrlResolver<ProductData>SearchResultProductPopulator. getProductDataUrlResolver()protected Populator<FeatureList,ProductData>SearchResultProductPopulator. getProductFeatureListPopulator()Methods in de.hybris.platform.commercefacades.search.converters.populator with parameters of type ProductData Modifier and Type Method Description voidSearchResultPickupAvailabilityPopulator. populate(SearchResultValueData source, ProductData target)voidSearchResultProductPopulator. populate(SearchResultValueData source, ProductData target)voidSearchResultVariantOptionsProductPopulator. populate(SearchResultValueData source, ProductData target)voidSearchResultVariantProductPopulator. populate(SearchResultValueData source, ProductData target)protected voidSearchResultProductPopulator. populatePrices(SearchResultValueData source, ProductData target)protected voidSearchResultProductPopulator. populatePromotions(SearchResultValueData source, ProductData target)protected voidSearchResultProductPopulator. populateStock(SearchResultValueData source, ProductData target)protected voidSearchResultProductPopulator. populateUrl(SearchResultValueData source, ProductData target)protected voidSearchResultVariantProductPopulator. setFirstCategoryNameList(SearchResultValueData source, ProductData target)Set list of first categories for theProductData.protected voidSearchResultVariantProductPopulator. setPriceRange(SearchResultValueData source, ProductData target)Set price range for theProductData.Method parameters in de.hybris.platform.commercefacades.search.converters.populator with type arguments of type ProductData Modifier and Type Method Description voidSearchResultProductPopulator. setProductDataUrlResolver(UrlResolver<ProductData> productDataUrlResolver)voidSearchResultProductPopulator. setProductFeatureListPopulator(Populator<FeatureList,ProductData> productFeatureListPopulator) -
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 ProductData Modifier and Type Method Description java.util.List<ProductData>AutocompleteResultData. getProducts()Method parameters in de.hybris.platform.commercefacades.search.data with type arguments of type ProductData Modifier and Type Method Description voidAutocompleteResultData. setProducts(java.util.List<ProductData> products) -
Uses of ProductData in de.hybris.platform.commercefacades.search.solrfacetsearch.impl
Classes in de.hybris.platform.commercefacades.search.solrfacetsearch.impl with type parameters of type ProductData Modifier and Type Class Description classDefaultSolrProductSearchFacade<ITEM extends ProductData>Solr implementation ofProductSearchFacade. -
Uses of ProductData in de.hybris.platform.commercefacades.storefinder
Methods in de.hybris.platform.commercefacades.storefinder with parameters of type ProductData Modifier and Type Method Description RESULTStoreFinderStockFacade. productPOSSearch(java.lang.String posName, ProductData productData, PageableData pageableData)Returns result set with point of services with stock levels for the given point of service nameRESULTStoreFinderStockFacade. productSearch(GeoPoint geoPoint, ProductData productData, PageableData pageableData)Returns result set with point of services with stock levels for the given GPS coordinatesRESULTStoreFinderStockFacade. productSearch(java.lang.String location, ProductData productData, PageableData pageableData)Returns result set with point of services with stock levels for the given location free text search term -
Uses of ProductData in de.hybris.platform.commercefacades.storefinder.data
Methods in de.hybris.platform.commercefacades.storefinder.data that return ProductData Modifier and Type Method Description ProductDataStoreFinderStockSearchPageData. getProduct()Methods in de.hybris.platform.commercefacades.storefinder.data with parameters of type ProductData Modifier and Type Method Description voidStoreFinderStockSearchPageData. setProduct(ProductData product) -
Uses of ProductData in de.hybris.platform.commercefacades.storefinder.impl
Methods in de.hybris.platform.commercefacades.storefinder.impl that return ProductData Modifier and Type Method Description protected ProductDataStoreFinderStockFacadeIntegrationTest. getProductData()Methods in de.hybris.platform.commercefacades.storefinder.impl with parameters of type ProductData Modifier and Type Method Description protected StoreFinderStockSearchPageData<ITEM>DefaultStoreFinderStockFacade. createSearchResult(java.util.List<ITEM> results, PaginationData paginationData, ProductData productData)protected StoreFinderStockSearchPageData<ITEM>DefaultStoreFinderStockFacade. getResultForPOSData(StoreFinderSearchPageData<PointOfServiceDistanceData> storeFinderSearchPageData, ProductData productData)StoreFinderStockSearchPageData<ITEM>DefaultStoreFinderStockFacade. productPOSSearch(java.lang.String posName, ProductData productData, PageableData pageableData)StoreFinderStockSearchPageData<ITEM>DefaultStoreFinderStockFacade. productSearch(GeoPoint geoPoint, ProductData productData, PageableData pageableData)StoreFinderStockSearchPageData<ITEM>DefaultStoreFinderStockFacade. productSearch(java.lang.String location, ProductData productData, PageableData pageableData) -
Uses of ProductData in de.hybris.platform.commercefacades.url.impl
Methods in de.hybris.platform.commercefacades.url.impl with parameters of type ProductData Modifier and Type Method Description protected java.lang.StringDefaultProductDataUrlResolver. getKey(ProductData source)protected java.lang.StringDefaultProductDataUrlResolver. resolveInternal(ProductData source) -
Uses of ProductData in de.hybris.platform.configurablebundlefacades.converters.populator
Classes in de.hybris.platform.configurablebundlefacades.converters.populator with type parameters of type ProductData Modifier and Type Class Description classProductBundleDisablePopulator<SOURCE extends ProductModel,TARGET extends ProductData>ProductBundleDisablePopulator to populate product visibility information based on DisableProductBundleRule.classProductBundleStarterPopulator<SOURCE extends ProductModel,TARGET extends ProductData>PopulatesProductDatawith starter bundles assigned to this product.classProductSoldIndividuallyPopulator<SOURCE extends ProductModel,TARGET extends ProductData>PopulatessoldIndividuallyfield of product DTO.classSearchResultBundleProductPopulator<SOURCE extends SearchResultValueData,TARGET extends ProductData>SOLR Populator forProductModel.Methods in de.hybris.platform.configurablebundlefacades.converters.populator with parameters of type ProductData Modifier and Type Method Description protected booleanProductBundleDisablePopulator. hasBundleTemplates(ProductData productData) -
Uses of ProductData in de.hybris.platform.configurablebundlefacades.data
Methods in de.hybris.platform.configurablebundlefacades.data that return types with arguments of type ProductData Modifier and Type Method Description java.util.List<ProductData>BundleTemplateData. getProducts()Method parameters in de.hybris.platform.configurablebundlefacades.data with type arguments of type ProductData Modifier and Type Method Description voidBundleTemplateData. setProducts(java.util.List<ProductData> products) -
Uses of ProductData in de.hybris.platform.configurablebundlefacades.order
Methods in de.hybris.platform.configurablebundlefacades.order that return types with arguments of type ProductData Modifier and Type Method Description ProductSearchPageData<SearchStateData,ProductData>BundleCartFacade. getAllowedProducts(java.lang.Integer groupNumber, java.lang.String searchQuery, PageableData pageableData)Constructs pageable list of products available for entry group of typeGroupType.CONFIGURABLEBUNDLE -
Uses of ProductData in de.hybris.platform.configurablebundlefacades.order.impl
Methods in de.hybris.platform.configurablebundlefacades.order.impl that return types with arguments of type ProductData Modifier and Type Method Description protected ProductSearchPageData<SearchStateData,ProductData>DefaultBundleCommerceCartFacade. encodeSearchPageData(java.lang.String urlPrefix, ProductSearchPageData<SearchStateData,ProductData> searchPageData)ProductSearchPageData<SearchStateData,ProductData>DefaultBundleCommerceCartFacade. getAllowedProducts(java.lang.Integer groupNumber, java.lang.String searchQuery, PageableData pageableData)protected ProductSearchFacade<ProductData>DefaultBundleCommerceCartFacade. getProductSearchFacade()Methods in de.hybris.platform.configurablebundlefacades.order.impl with parameters of type ProductData Modifier and Type Method Description protected voidDefaultBundleCommerceCartFacade. applyDisableRules(ProductData productData, EntryGroup currentEntryGroup)Method parameters in de.hybris.platform.configurablebundlefacades.order.impl with type arguments of type ProductData Modifier and Type Method Description protected ProductSearchPageData<SearchStateData,ProductData>DefaultBundleCommerceCartFacade. encodeSearchPageData(java.lang.String urlPrefix, ProductSearchPageData<SearchStateData,ProductData> searchPageData)protected voidDefaultBundleCommerceCartFacade. enrichProductData(java.util.List<ProductData> searchResult, EntryGroup currentEntryGroup)Populate some extra fields of product DTO restored from solr documents.protected voidDefaultBundleCommerceCartFacade. patchURLs(java.lang.String urlPrefix, ProductSearchPageData<SearchStateData,ProductData> searchPageData)voidDefaultBundleCommerceCartFacade. setProductSearchFacade(ProductSearchFacade<ProductData> productSearchFacade) -
Uses of ProductData in de.hybris.platform.customercouponaddon.breadcrumb
Method parameters in de.hybris.platform.customercouponaddon.breadcrumb with type arguments of type ProductData Modifier and Type Method Description java.util.List<Breadcrumb>CustomerCouponSearchBreadcrumbBuilder. getBreadcrumbs(java.lang.String categoryCode, ProductSearchPageData<SearchStateData,ProductData> searchPageData) -
Uses of ProductData in de.hybris.platform.customerinterestsfacades.data
Methods in de.hybris.platform.customerinterestsfacades.data that return ProductData Modifier and Type Method Description ProductDataProductInterestData. getProduct()ProductDataProductInterestRelationData. getProduct()Methods in de.hybris.platform.customerinterestsfacades.data with parameters of type ProductData Modifier and Type Method Description voidProductInterestData. setProduct(ProductData product)voidProductInterestRelationData. setProduct(ProductData product) -
Uses of ProductData in de.hybris.platform.customerinterestsfacades.productinterest.populators
Methods in de.hybris.platform.customerinterestsfacades.productinterest.populators that return types with arguments of type ProductData Modifier and Type Method Description protected AbstractPopulatingConverter<ProductModel,ProductData>ProductInterestPopulator. getProductConverter()protected Converter<ProductModel,ProductData>ProductInterestRelationPopulator. getProductConverter()protected Converter<ProductModel,ProductData>ProductInterestPopulator. getProductPriceAndStockConverter()protected Converter<ProductModel,ProductData>ProductInterestRelationPopulator. getProductPriceAndStockConverter()Method parameters in de.hybris.platform.customerinterestsfacades.productinterest.populators with type arguments of type ProductData Modifier and Type Method Description voidProductInterestPopulator. setProductConverter(AbstractPopulatingConverter<ProductModel,ProductData> productConverter)voidProductInterestRelationPopulator. setProductConverter(Converter<ProductModel,ProductData> productConverter)voidProductInterestPopulator. setProductPriceAndStockConverter(Converter<ProductModel,ProductData> productPriceAndStockConverter)voidProductInterestRelationPopulator. setProductPriceAndStockConverter(Converter<ProductModel,ProductData> productPriceAndStockConverter) -
Uses of ProductData in de.hybris.platform.entitlementfacades.product.converters.populator
Classes in de.hybris.platform.entitlementfacades.product.converters.populator with type parameters of type ProductData Modifier and Type Class Description classProductEntitlementCollectionPopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populate DTOProductDatawith data fromProductModelclassSearchResultProductPopulator<SOURCE extends SearchResultValueData,TARGET extends ProductData>SOLR Populator forSubscriptionProductModelMethods in de.hybris.platform.entitlementfacades.product.converters.populator that return types with arguments of type ProductData Modifier and Type Method Description protected Populator<ProductModel,ProductData>SearchResultProductPopulator. getProductEntitlementCollectionPopulator()Method parameters in de.hybris.platform.entitlementfacades.product.converters.populator with type arguments of type ProductData Modifier and Type Method Description voidSearchResultProductPopulator. setProductEntitlementCollectionPopulator(Populator<ProductModel,ProductData> productEntitlementCollectionPopulator) -
Uses of ProductData in de.hybris.platform.integration.cis.subscription.populators
Methods in de.hybris.platform.integration.cis.subscription.populators that return ProductData Modifier and Type Method Description protected ProductDataCisSubscriptionPopulator. getProductForSubscription(com.hybris.cis.api.subscription.model.CisSubscriptionData cisSubscription)Tries to findProductDatain hybris for the subscription product in the given cis subscriptionMethods in de.hybris.platform.integration.cis.subscription.populators that return types with arguments of type ProductData Modifier and Type Method Description protected Converter<ProductData,com.hybris.cis.api.subscription.model.CisSubscriptionPlan>CisSubscriptionItemPopulator. getCisSubscriptionPlanConverter()protected Converter<ProductData,com.hybris.cis.api.subscription.model.CisTermsOfService>CisSubscriptionItemPopulator. getCisTermsOfServiceConverter()Methods in de.hybris.platform.integration.cis.subscription.populators with parameters of type ProductData Modifier and Type Method Description protected java.lang.IntegerCisSubscriptionPopulator. getContractDuration(com.hybris.cis.api.subscription.model.CisSubscriptionData source, ProductData productData)protected java.lang.StringCisSubscriptionPopulator. getContractFrequency(com.hybris.cis.api.subscription.model.CisSubscriptionData source, ProductData productData)protected java.util.DateCisSubscriptionPopulator. getSubscriptionEndDate(com.hybris.cis.api.subscription.model.CisSubscriptionData source, ProductData productData)protected java.lang.StringCisSubscriptionPopulator. getSubscriptionRenewalType(com.hybris.cis.api.subscription.model.CisSubscriptionData source, ProductData productData)voidCisProductTimePopulator. populate(ProductModel source, ProductData target)voidCisSubscriptionPlanPopulator. populate(ProductData source, com.hybris.cis.api.subscription.model.CisSubscriptionPlan target)voidCisTermsOfServicePopulator. populate(ProductData source, com.hybris.cis.api.subscription.model.CisTermsOfService target)Method parameters in de.hybris.platform.integration.cis.subscription.populators with type arguments of type ProductData Modifier and Type Method Description voidCisSubscriptionItemPopulator. setCisSubscriptionPlanConverter(Converter<ProductData,com.hybris.cis.api.subscription.model.CisSubscriptionPlan> cisSubscriptionPlanConverter)voidCisSubscriptionItemPopulator. setCisTermsOfServiceConverter(Converter<ProductData,com.hybris.cis.api.subscription.model.CisTermsOfService> cisTermsOfServiceConverter) -
Uses of ProductData in de.hybris.platform.marketplaceaddon.breadcrumb
Method parameters in de.hybris.platform.marketplaceaddon.breadcrumb with type arguments of type ProductData Modifier and Type Method Description java.util.List<Breadcrumb>MarketplaceSearchBreadcrumbBuilder. getBreadcrumbs(java.lang.String categoryCode, ProductSearchPageData<SearchStateData,ProductData> searchPageData) -
Uses of ProductData in de.hybris.platform.marketplaceaddon.controllers.cms
Methods in de.hybris.platform.marketplaceaddon.controllers.cms that return types with arguments of type ProductData Modifier and Type Method Description protected java.util.List<ProductData>VendorProductCarouselComponentController. collectLinkedProducts(ProductCarouselComponentModel component)protected java.util.List<ProductData>VendorProductCarouselComponentController. collectSearchProducts(ProductCarouselComponentModel component) -
Uses of ProductData in de.hybris.platform.marketplacefacades.product.converters.populator
Methods in de.hybris.platform.marketplacefacades.product.converters.populator with parameters of type ProductData Modifier and Type Method Description voidSearchResultVendorProductPopulator. populate(SearchResultValueData source, ProductData target)voidVendorProductPopulator. populate(ProductModel source, ProductData target) -
Uses of ProductData in de.hybris.platform.marketplacefacades.search.converters.populators
Classes in de.hybris.platform.marketplacefacades.search.converters.populators with type parameters of type ProductData Modifier and Type Class Description classVendorProductCategorySearchPagePopulator<QUERY,STATE,RESULT,ITEM extends ProductData,SCAT,CATEGORY>A populator for populating search result. -
Uses of ProductData in de.hybris.platform.ordermanagementfacades.product.converters.populator
Methods in de.hybris.platform.ordermanagementfacades.product.converters.populator with parameters of type ProductData Modifier and Type Method Description voidOrdermanagementProductBasicPopulator. populate(ProductModel productModel, ProductData productData) -
Uses of ProductData in de.hybris.platform.orderselfserviceaddon.controllers.pages
Methods in de.hybris.platform.orderselfserviceaddon.controllers.pages that return types with arguments of type ProductData Modifier and Type Method Description protected Converter<ProductModel,ProductData>CancelReturnPageController. getProductConverter() -
Uses of ProductData in de.hybris.platform.sap.productconfig.facades
Methods in de.hybris.platform.sap.productconfig.facades with parameters of type ProductData Modifier and Type Method Description default ConfigurationDataConfigurationFacade. getConfiguration(ProductData productData)Deprecated, for removal: This API element is subject to removal in a future version.since 18.08.0 - callConfigurationFacade.getConfiguration(KBKeyData)instead. -
Uses of ProductData in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl that return types with arguments of type ProductData Modifier and Type Method Description protected Populator<ProductModel,ProductData>VariantConfigurationInfoProviderImpl. getClassificationPopulator()Method parameters in de.hybris.platform.sap.productconfig.facades.impl with type arguments of type ProductData Modifier and Type Method Description voidVariantConfigurationInfoProviderImpl. setClassificationPopulator(Populator<ProductModel,ProductData> classificationPopulator) -
Uses of ProductData in de.hybris.platform.sap.productconfig.facades.populator
Classes in de.hybris.platform.sap.productconfig.facades.populator with type parameters of type ProductData Modifier and Type Class Description classCPQProductBasicPopulator<SOURCE extends ProductModel,TARGET extends ProductData>For CPQ, variant base products are purchasable (if approved).classCPQProductVariantMatrixPopulator<SOURCE extends ProductModel,TARGET extends ProductData>CPQ Variant base products must not be multidimensional in the accelerator sense (as we want to configure and order them)Methods in de.hybris.platform.sap.productconfig.facades.populator that return types with arguments of type ProductData Modifier and Type Method Description Populator<ProductModel,ProductData>VariantOverviewPopulator. getClassificationPopulator()Methods in de.hybris.platform.sap.productconfig.facades.populator with parameters of type ProductData Modifier and Type Method Description java.util.List<FeatureData>FeatureProvider. getListOfFeatures(ProductData productData)voidCPQProductVariantMatrixPopulator. populate(ProductModel productModel, ProductData productData)protected voidCPQProductVariantMatrixPopulator. populateVariantAttributes(ProductData productData)Method parameters in de.hybris.platform.sap.productconfig.facades.populator with type arguments of type ProductData Modifier and Type Method Description voidVariantOverviewPopulator. setClassificationPopulator(Populator<ProductModel,ProductData> classificationPopulator) -
Uses of ProductData in de.hybris.platform.sap.productconfig.frontend.controllers
Methods in de.hybris.platform.sap.productconfig.frontend.controllers that return ProductData Modifier and Type Method Description protected ProductDataAbstractProductConfigController. getProductDataForProductCode(java.lang.String productCode)protected ProductDataAbstractProductConfigController. populateProductData(java.lang.String productCode, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request)protected ProductDataAbstractProductConfigController. populateProductDetailForDisplay(java.lang.String productCode, org.springframework.ui.Model model)Methods in de.hybris.platform.sap.productconfig.frontend.controllers with parameters of type ProductData Modifier and Type Method Description protected voidAbstractConfigurationOverviewController. addBreadCrumb(org.springframework.ui.Model model, ProductData productData, OverviewUiData overviewUiData)protected voidVariantOverviewController. addBreadCrumb(org.springframework.ui.Model model, ProductData productData, OverviewUiData overviewUiData)protected java.util.List<java.util.Map<java.lang.String,ImageData>>AbstractProductConfigController. getGalleryImages(ProductData productData)protected voidAbstractProductConfigController. populateProductData(ProductData productData, org.springframework.ui.Model model)protected voidAbstractConfigurationOverviewController. prepareOverviewUiData(OverviewUiData overviewUiData, ConfigurationOverviewData configOverviewData, ProductData productData)protected OverviewUiDataVariantOverviewController. prepareOverviewUiData(ConfigurationOverviewData configOverviewData, ProductData productData) -
Uses of ProductData in de.hybris.platform.sap.sapcarintegration.data
Methods in de.hybris.platform.sap.sapcarintegration.data that return ProductData Modifier and Type Method Description ProductDataCarOrderEntryData. getProduct()Methods in de.hybris.platform.sap.sapcarintegration.data with parameters of type ProductData Modifier and Type Method Description voidCarOrderEntryData. setProduct(ProductData product) -
Uses of ProductData in de.hybris.platform.sap.sapinvoiceaddon.document.data
Methods in de.hybris.platform.sap.sapinvoiceaddon.document.data that return ProductData Modifier and Type Method Description ProductDataInvoiceItemData. getProduct()Methods in de.hybris.platform.sap.sapinvoiceaddon.document.data with parameters of type ProductData Modifier and Type Method Description voidInvoiceItemData. setProduct(ProductData product) -
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 ProductData Modifier and Type Method Description protected Converter<ProductModel,ProductData>B2BInvoiceDocumentPopulator. getProductConverter()Method parameters in de.hybris.platform.sap.sapinvoiceaddon.document.populators with type arguments of type ProductData Modifier and Type Method Description voidB2BInvoiceDocumentPopulator. setProductConverter(Converter<ProductModel,ProductData> productConverter) -
Uses of ProductData in de.hybris.platform.sap.sapordermgmtb2bfacades
Methods in de.hybris.platform.sap.sapordermgmtb2bfacades that return types with arguments of type ProductData Modifier and Type Method Description ProductPrimaryImagePopulator<ProductModel,ProductData>ProductImageHelper. getProductPrimaryImagePopulator()Method parameters in de.hybris.platform.sap.sapordermgmtb2bfacades with type arguments of type ProductData Modifier and Type Method Description voidProductImageHelper. setProductPrimaryImagePopulator(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 ProductData Modifier and Type Method Description ProductPrimaryImagePopulator<ProductModel,ProductData>DefaultProductImageHelper. getProductPrimaryImagePopulator()Method parameters in de.hybris.platform.sap.sapordermgmtb2bfacades.impl with type arguments of type ProductData Modifier and Type Method Description voidDefaultProductImageHelper. setProductPrimaryImagePopulator(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 ProductData Modifier and Type Method Description protected java.util.List<ProductData>SapProductCarouselComponentController. collectLinkedProducts(SapProductCarouselComponentModel component)protected java.util.List<ProductData>SapProductCarouselComponentController. collectSearchProducts(SapProductCarouselComponentModel component)Methods in de.hybris.platform.sap.sappricingproductcarouseladdon.controllers.cms with parameters of type ProductData Modifier and Type Method Description protected voidSapProductCarouselComponentController. populateProductWithSapPrice(ProductModel productModel, ProductData productData, 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 ProductData Modifier and Type Method Description protected 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 ProductData Modifier and Type Method Description java.util.List<ProductData>DefaultSapRevenueCloudSubscriptionFacade. getUpsellingOptionsForSubscription(java.lang.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 ProductData Modifier and Type Method Description Populator<ProductModel,ProductData>DefaultSAPRevenueCloudBillDetailPopulator. getProductUrlPopulator()Populator<ProductModel,ProductData>DefaultSAPRevenueCloudSubscriptionDetailPopulator. getProductUrlPopulator()Populator<ProductModel,ProductData>DefaultSAPRevenueCloudSubscriptionPopulator. getProductUrlPopulator()Populator<ProductModel,ProductData>DefaultSAPRevenueCloudSubscriptionDetailPopulator. getSubscriptionProductPricePlanPopulator()Methods in de.hybris.platform.sap.saprevenuecloudorder.populators with parameters of type ProductData Modifier and Type Method Description protected voidDefaultSAPRevenueCloudSubscriptionDetailPopulator. populatePricePlan(ProductModel productModel, ProductData productData)Method parameters in de.hybris.platform.sap.saprevenuecloudorder.populators with type arguments of type ProductData Modifier and Type Method Description voidDefaultSAPRevenueCloudBillDetailPopulator. setProductUrlPopulator(Populator<ProductModel,ProductData> productUrlPopulator)voidDefaultSAPRevenueCloudSubscriptionDetailPopulator. setProductUrlPopulator(Populator<ProductModel,ProductData> productUrlPopulator)voidDefaultSAPRevenueCloudSubscriptionPopulator. setProductUrlPopulator(Populator<ProductModel,ProductData> productUrlPopulator)voidDefaultSAPRevenueCloudSubscriptionDetailPopulator. setSubscriptionProductPricePlanPopulator(Populator<ProductModel,ProductData> subscriptionProductPricePlanPopulator) -
Uses of ProductData in de.hybris.platform.selectivecartfacades.data
Methods in de.hybris.platform.selectivecartfacades.data that return ProductData Modifier and Type Method Description ProductDataWishlist2EntryData. getProduct()Methods in de.hybris.platform.selectivecartfacades.data with parameters of type ProductData Modifier and Type Method Description voidWishlist2EntryData. setProduct(ProductData product) -
Uses of ProductData in de.hybris.platform.selectivecartfacades.populators
Methods in de.hybris.platform.selectivecartfacades.populators that return types with arguments of type ProductData Modifier and Type Method Description protected Converter<ProductModel,ProductData>Wishlish2EntryModelToOrderEntryPopulator. getProductConverter()protected Converter<ProductModel,ProductData>WishlistEntryForSelectiveCartPopulator. getProductConverter()protected Converter<ProductModel,ProductData>Wishlish2EntryModelToOrderEntryPopulator. getProductPriceAndStockConverter()protected Converter<ProductModel,ProductData>WishlistEntryForSelectiveCartPopulator. getProductPriceAndStockConverter()Method parameters in de.hybris.platform.selectivecartfacades.populators with type arguments of type ProductData Modifier and Type Method Description voidWishlish2EntryModelToOrderEntryPopulator. setProductConverter(Converter<ProductModel,ProductData> productConverter)voidWishlistEntryForSelectiveCartPopulator. setProductConverter(Converter<ProductModel,ProductData> productConverter)voidWishlish2EntryModelToOrderEntryPopulator. setProductPriceAndStockConverter(Converter<ProductModel,ProductData> productPriceAndStockConverter)voidWishlistEntryForSelectiveCartPopulator. setProductPriceAndStockConverter(Converter<ProductModel,ProductData> productPriceAndStockConverter) -
Uses of ProductData in de.hybris.platform.selectivecartfacades.strategies.impl
Methods in de.hybris.platform.selectivecartfacades.strategies.impl with parameters of type ProductData Modifier and Type Method Description protected EntryGroupDataSelectiveCartEntriesOrderingStrategy. getEntryGroup(AbstractOrderData order, ProductData productData, GroupType groupType) -
Uses of ProductData in de.hybris.platform.stocknotificationfacades
Methods in de.hybris.platform.stocknotificationfacades with parameters of type ProductData Modifier and Type Method Description booleanStockNotificationFacade. isWatchingProduct(ProductData product)check if current product is watching. -
Uses of ProductData in de.hybris.platform.stocknotificationfacades.impl
Methods in de.hybris.platform.stocknotificationfacades.impl with parameters of type ProductData Modifier and Type Method Description booleanDefaultStockNotificationFacade. isWatchingProduct(ProductData product) -
Uses of ProductData in de.hybris.platform.stocknotificationfacades.process.email.context
Methods in de.hybris.platform.stocknotificationfacades.process.email.context that return ProductData Modifier and Type Method Description ProductDataBackInStockNotificationEmailContext. getProductData()Methods in de.hybris.platform.stocknotificationfacades.process.email.context that return types with arguments of type ProductData Modifier and Type Method Description java.util.List<ProductData>BackInStockNotificationEmailContext. findProductRelatedToProduct(StockNotificationProcessModel stockNotificationProcessModel)Find the reference products for the product being interested by customerConverter<ProductModel,ProductData>BackInStockNotificationEmailContext. getProductConverter()protected Converter<ProductModel,ProductData>BackInStockNotificationEmailContext. getProductPriceAndStockConverter()java.util.List<ProductData>BackInStockNotificationEmailContext. getProductReferences()Methods in de.hybris.platform.stocknotificationfacades.process.email.context with parameters of type ProductData Modifier and Type Method Description protected voidBackInStockNotificationEmailContext. updateReferenceProductName(ProductModel product, ProductData productData, java.util.Locale emailLocale)Method parameters in de.hybris.platform.stocknotificationfacades.process.email.context with type arguments of type ProductData Modifier and Type Method Description voidBackInStockNotificationEmailContext. setProductConverter(Converter<ProductModel,ProductData> productConverter)voidBackInStockNotificationEmailContext. setProductPriceAndStockConverter(Converter<ProductModel,ProductData> productPriceAndStockConverter) -
Uses of ProductData in de.hybris.platform.subscriptionfacades
Methods in de.hybris.platform.subscriptionfacades that return types with arguments of type ProductData Modifier and Type Method Description java.util.List<ProductData>SubscriptionFacade. getUpsellingOptionsForSubscription(java.lang.String productCode)Returns a list of possible upgrade options for the given subscription product.Methods in de.hybris.platform.subscriptionfacades with parameters of type ProductData Modifier and Type Method Description java.util.DateSubscriptionFacade. getSubscriptionEndDate(ProductData subscriptionProductData, java.util.Date startDate)Calculates an end date for a subscription product based on its subscription term details. -
Uses of ProductData in de.hybris.platform.subscriptionfacades.converters
Methods in de.hybris.platform.subscriptionfacades.converters that return ProductData Modifier and Type Method Description ProductDataSubscriptionXStreamAliasConverter. getSubscriptionProductDataFromXml(java.lang.String xml)Convert xml string to instance ofProductData.Methods in de.hybris.platform.subscriptionfacades.converters with parameters of type ProductData Modifier and Type Method Description java.lang.StringSubscriptionXStreamAliasConverter. getXStreamXmlFromSubscriptionProductData(ProductData productData)Convert product dto to xml string. -
Uses of ProductData in de.hybris.platform.subscriptionfacades.converters.populator
Classes in de.hybris.platform.subscriptionfacades.converters.populator with type parameters of type ProductData Modifier and Type Class Description classSearchResultSubscriptionProductPopulator<SOURCE extends SearchResultValueData,TARGET extends ProductData>SOLR Populator for subscription-capableProductModel.Methods in de.hybris.platform.subscriptionfacades.converters.populator that return types with arguments of type ProductData Modifier and Type Method Description protected Populator<ProductModel,ProductData>SearchResultSubscriptionProductPopulator. getSubscriptionPricePlanPopulator()Method parameters in de.hybris.platform.subscriptionfacades.converters.populator with type arguments of type ProductData Modifier and Type Method Description voidSearchResultSubscriptionProductPopulator. setSubscriptionPricePlanPopulator(Populator<ProductModel,ProductData> subscriptionPricePlanPopulator) -
Uses of ProductData in de.hybris.platform.subscriptionfacades.impl
Methods in de.hybris.platform.subscriptionfacades.impl that return types with arguments of type ProductData Modifier and Type Method Description java.util.List<ProductData>AbstractSubscriptionFacade. getUpsellingOptionsForSubscription(java.lang.String productCode)Methods in de.hybris.platform.subscriptionfacades.impl with parameters of type ProductData Modifier and Type Method Description java.util.DateAbstractSubscriptionFacade. getSubscriptionEndDate(ProductData subscriptionProductData, java.util.Date startDate) -
Uses of ProductData in de.hybris.platform.subscriptionfacades.product.converters.populator
Classes in de.hybris.platform.subscriptionfacades.product.converters.populator with type parameters of type ProductData Modifier and Type Class Description classSubscriptionProductBasicPopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populate the product data with the most basic product data.classSubscriptionProductPricePlanPopulator<SOURCE extends ProductModel,TARGET extends ProductData>Populate the subscription product data with the subscription price plan information. -
Uses of ProductData in de.hybris.platform.timedaccesspromotionenginefacades
Methods in de.hybris.platform.timedaccesspromotionenginefacades with parameters of type ProductData Modifier and Type Method Description java.lang.StringFlashBuyFacade. prepareFlashBuyInfo(ProductData product)Prepares flash buy information, sets product's max order quantity for product, and returns flashbuy coupon code -
Uses of ProductData in de.hybris.platform.timedaccesspromotionenginefacades.impl
Methods in de.hybris.platform.timedaccesspromotionenginefacades.impl with parameters of type ProductData Modifier and Type Method Description java.lang.StringDefaultFlashBuyFacade. prepareFlashBuyInfo(ProductData product) -
Uses of ProductData in de.hybris.platform.timedaccesspromotionenginefacades.product.converters.populator
Methods in de.hybris.platform.timedaccesspromotionenginefacades.product.converters.populator with parameters of type ProductData Modifier and Type Method Description voidTimedAccessProductPopulator. populate(ProductModel productModel, ProductData productData) -
Uses of ProductData in de.hybris.platform.yacceleratorfacades.populators
Methods in de.hybris.platform.yacceleratorfacades.populators with parameters of type ProductData Modifier and Type Method Description voidApparelProductPopulator. populate(ProductModel source, ProductData target) -
Uses of ProductData in de.hybris.platform.yacceleratorfacades.suggestion
Methods in de.hybris.platform.yacceleratorfacades.suggestion that return types with arguments of type ProductData Modifier and Type Method Description java.util.List<ProductData>SimpleSuggestionFacade. getReferencesForProducts(java.util.Set<java.lang.String> productCodes, java.util.List<ProductReferenceTypeEnum> referenceTypes, boolean excludePurchased, java.lang.Integer limit)Returns a list of referenced products for a set of productsjava.util.List<ProductData>SimpleSuggestionFacade. getReferencesForPurchasedInCategory(java.lang.String categoryCode, ProductReferenceTypeEnum referenceType, boolean excludePurchased, java.lang.Integer limit)Deprecated.Since 5.0.java.util.List<ProductData>SimpleSuggestionFacade. getReferencesForPurchasedInCategory(java.lang.String categoryCode, java.util.List<ProductReferenceTypeEnum> referenceTypes, boolean excludePurchased, java.lang.Integer limit)Returns a list of referenced products for a product purchased in a category identified by categoryCode.java.util.List<ProductData>SimpleSuggestionFacade. getSuggestionsForProductsInCart(java.util.List<ProductReferenceTypeEnum> referenceTypes, boolean excludePurchased, java.lang.Integer limit)A better impl of the intention behind the above method. -
Uses of ProductData in de.hybris.platform.yacceleratorfacades.suggestion.impl
Methods in de.hybris.platform.yacceleratorfacades.suggestion.impl that return types with arguments of type ProductData Modifier and Type Method Description protected Converter<ProductModel,ProductData>DefaultSimpleSuggestionFacade. getProductConverter()java.util.List<ProductData>DefaultSimpleSuggestionFacade. getReferencesForProducts(java.util.Set<java.lang.String> productCodes, java.util.List<ProductReferenceTypeEnum> referenceTypes, boolean excludePurchased, java.lang.Integer limit)java.util.List<ProductData>DefaultSimpleSuggestionFacade. getReferencesForPurchasedInCategory(java.lang.String categoryCode, ProductReferenceTypeEnum referenceType, boolean excludePurchased, java.lang.Integer limit)Deprecated.Since 5.0.java.util.List<ProductData>DefaultSimpleSuggestionFacade. getReferencesForPurchasedInCategory(java.lang.String categoryCode, java.util.List<ProductReferenceTypeEnum> referenceTypes, boolean excludePurchased, java.lang.Integer limit)java.util.List<ProductData>DefaultSimpleSuggestionFacade. getSuggestionsForProductsInCart(java.util.List<ProductReferenceTypeEnum> referenceTypes, boolean excludePurchased, java.lang.Integer limit)Method parameters in de.hybris.platform.yacceleratorfacades.suggestion.impl with type arguments of type ProductData Modifier and Type Method Description voidDefaultSimpleSuggestionFacade. setProductConverter(Converter<ProductModel,ProductData> productConverter) -
Uses of ProductData in de.hybris.platform.yacceleratorstorefront.controllers.cms
Methods in de.hybris.platform.yacceleratorstorefront.controllers.cms that return types with arguments of type ProductData Modifier and Type Method Description protected java.util.List<ProductData>ProductCarouselComponentController. collectLinkedProducts(ProductCarouselComponentModel component)protected java.util.List<ProductData>ProductCarouselComponentController. collectSearchProducts(ProductCarouselComponentModel component) -
Uses of ProductData in de.hybris.platform.yacceleratorstorefront.controllers.pages
Methods in de.hybris.platform.yacceleratorstorefront.controllers.pages that return types with arguments of type ProductData Modifier and Type Method Description AbstractSearchPageController.SearchResultsData<ProductData>CategoryPageController. getResults(java.lang.String categoryCode, java.lang.String searchQuery, int page, AbstractSearchPageController.ShowMode showMode, java.lang.String sortCode)AbstractSearchPageController.SearchResultsData<ProductData>SearchPageController. jsonSearchResults(java.lang.String searchQuery, int page, AbstractSearchPageController.ShowMode showMode, java.lang.String sortCode)protected ProductSearchPageData<SearchStateData,ProductData>SearchPageController. performSearch(java.lang.String searchQuery, int page, AbstractSearchPageController.ShowMode showMode, java.lang.String sortCode, int pageSize)Methods in de.hybris.platform.yacceleratorstorefront.controllers.pages with parameters of type ProductData Modifier and Type Method Description protected ProductWrapperDataQuickOrderPageController. createProductWrapperData(ProductData productData, java.lang.String errorMsg)protected StoreFinderStockSearchPageData<PointOfServiceStockData>PickupInStoreController. emptyStoreFinderResult(ProductData productData)protected java.util.List<java.util.Map<java.lang.String,ImageData>>ProductPageController. getGalleryImages(ProductData productData)protected voidProductPageController. populateProductData(ProductData productData, org.springframework.ui.Model model)protected voidProductPageController. sortVariantOptionData(ProductData productData) -
Uses of ProductData in de.hybris.platform.yacceleratorstorefront.renderer
Methods in de.hybris.platform.yacceleratorstorefront.renderer that return types with arguments of type ProductData Modifier and Type Method Description protected Converter<ProductModel,ProductData>CMSLinkComponentRenderer. getProductUrlConverter()Method parameters in de.hybris.platform.yacceleratorstorefront.renderer with type arguments of type ProductData Modifier and Type Method Description voidCMSLinkComponentRenderer. setProductUrlConverter(Converter<ProductModel,ProductData> productUrlConverter) -
Uses of ProductData in de.hybris.platform.ycommercewebservices.product.data
Methods in de.hybris.platform.ycommercewebservices.product.data that return types with arguments of type ProductData Modifier and Type Method Description java.util.List<ProductData>ProductDataList. getProducts()Method parameters in de.hybris.platform.ycommercewebservices.product.data with type arguments of type ProductData Modifier and Type Method Description voidProductDataList. setProducts(java.util.List<ProductData> products) -
Uses of ProductData in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that return ProductData Modifier and Type Method Description ProductDataProductsController. getProductByCode(java.lang.String code, java.lang.String options)Web service handler for the getProductByCode call.Methods in de.hybris.platform.ycommercewebservices.v1.controller that return types with arguments of type ProductData Modifier and Type Method Description ProductSearchPageData<SearchStateData,ProductData>ProductsController. searchProducts(java.lang.String query, int currentPage, int pageSize, java.lang.String sort)Web service handler for search.StoreFinderStockSearchPageData<ProductData>ProductsController. searchProductStockByLocation(java.lang.String code, java.lang.String location, int currentPage, int pageSize)Web service handler for searching product's stock level sorted by distance from specific location passed by the free-text parameter.StoreFinderStockSearchPageData<ProductData>ProductsController. searchProductStockByLocationGeoCode(java.lang.String code, java.lang.Double latitude, java.lang.Double longitude, int currentPage, int pageSize)Web service handler for searching product's stock level sorted by distance from specific location passed by the free-text parameter. -
Uses of ProductData in de.hybris.platform.ycommercewebservices.v2.helper
Methods in de.hybris.platform.ycommercewebservices.v2.helper that return types with arguments of type ProductData Modifier and Type Method Description ProductSearchPageData<SearchStateData,ProductData>ProductsHelper. searchProducts(java.lang.String query, int currentPage, int pageSize, java.lang.String sort)protected ProductSearchPageData<SearchStateData,ProductData>ProductsHelper. searchProducts(java.lang.String query, int currentPage, int pageSize, java.lang.String sort, SearchQueryContext searchQueryContext)
-