Uses of Class
de.hybris.platform.cmssmarteditwebservices.data.ProductData
-
-
Uses of ProductData in de.hybris.platform.cmssmarteditwebservices.products.facade
Methods in de.hybris.platform.cmssmarteditwebservices.products.facade that return ProductData Modifier and Type Method Description ProductDataProductSearchFacade. getProductByUid(java.lang.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 ProductData Modifier and Type Method Description SearchResult<ProductData>ProductSearchFacade. findProducts(java.lang.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)default SearchResult<ProductData>ProductSearchFacade. findProducts(java.lang.String text, PageableData pageableData, java.lang.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 ProductData Modifier and Type Method Description ProductDataDefaultProductSearchFacade. getProductByUid(java.lang.String uid)Methods in de.hybris.platform.cmssmarteditwebservices.products.facade.impl that return types with arguments of type ProductData Modifier and Type Method Description SearchResult<ProductData>DefaultProductSearchFacade. findProducts(java.lang.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)SearchResult<ProductData>DefaultProductSearchFacade. findProducts(java.lang.String text, PageableData pageableData, java.lang.String langIsoCode)protected Converter<ProductData,ProductData>DefaultProductSearchFacade. getProductDataConverter()Method parameters in de.hybris.platform.cmssmarteditwebservices.products.facade.impl with type arguments of type ProductData Modifier and Type Method Description voidDefaultProductSearchFacade. 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 ProductData Modifier and Type Method Description voidProductDataPopulator. populate(ProductData source, ProductData target)voidProductMediaDataPopulator. populate(ProductData source, ProductData target)protected voidProductMediaDataPopulator. setThumbnail(ProductData productData, java.lang.String mediaCode)
-