Uses of Class
de.hybris.platform.cmssmarteditwebservices.data.ProductData
Packages that use ProductData
Package
Description
-
Uses of ProductData in de.hybris.platform.cmssmarteditwebservices.products.facade
Methods in de.hybris.platform.cmssmarteditwebservices.products.facade that return ProductDataModifier and TypeMethodDescriptionProductSearchFacade.getProductByUid(String uid) Method to get a product by its product uid.Methods in de.hybris.platform.cmssmarteditwebservices.products.facade that return types with arguments of type ProductDataModifier and TypeMethodDescriptionProductSearchFacade.findProducts(String text, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.default SearchResult<ProductData>ProductSearchFacade.findProducts(String text, PageableData pageableData, String langIsoCode) Method to find products using a free-text form. -
Uses of ProductData in de.hybris.platform.cmssmarteditwebservices.products.facade.impl
Methods in de.hybris.platform.cmssmarteditwebservices.products.facade.impl that return ProductDataMethods in de.hybris.platform.cmssmarteditwebservices.products.facade.impl that return types with arguments of type ProductDataModifier and TypeMethodDescriptionDefaultProductSearchFacade.findProducts(String text, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.since 2005, please useProductSearchFacade.findProducts(String, PageableData, String)DefaultProductSearchFacade.findProducts(String text, PageableData pageableData, String langIsoCode) protected Converter<ProductData,ProductData> DefaultProductSearchFacade.getProductDataConverter()Method parameters in de.hybris.platform.cmssmarteditwebservices.products.facade.impl with type arguments of type ProductDataModifier and TypeMethodDescriptionvoidDefaultProductSearchFacade.setProductDataConverter(Converter<ProductData, ProductData> productDataConverter) -
Uses of ProductData in de.hybris.platform.cmssmarteditwebservices.products.facade.populator
Methods in de.hybris.platform.cmssmarteditwebservices.products.facade.populator with parameters of type ProductDataModifier and TypeMethodDescriptionvoidProductDataPopulator.populate(ProductData source, ProductData target) voidProductMediaDataPopulator.populate(ProductData source, ProductData target) protected voidProductMediaDataPopulator.setThumbnail(ProductData productData, String mediaCode)
ProductSearchFacade.findProducts(String, PageableData, String)