Uses of Class
de.hybris.platform.cmsfacades.data.ProductData
-
-
Uses of ProductData in de.hybris.platform.cmsfacades.products
Methods in de.hybris.platform.cmsfacades.products that return ProductData Modifier and Type Method Description ProductDataProductSearchFacade. getProductByCode(java.lang.String code)Method to get a product by its product code.Methods in de.hybris.platform.cmsfacades.products that return types with arguments of type ProductData Modifier and Type Method Description SearchResult<ProductData>ProductSearchFacade. findProducts(java.lang.String text, PageableData pageableData)Method to find products using a free-text form. -
Uses of ProductData in de.hybris.platform.cmsfacades.products.impl
Methods in de.hybris.platform.cmsfacades.products.impl that return ProductData Modifier and Type Method Description ProductDataDefaultProductSearchFacade. getProductByCode(java.lang.String code)Methods in de.hybris.platform.cmsfacades.products.impl that return types with arguments of type ProductData Modifier and Type Method Description SearchResult<ProductData>DefaultProductSearchFacade. findProducts(java.lang.String text, PageableData pageableData)protected Converter<ProductModel,ProductData>DefaultProductSearchFacade. getProductDataConverter()Method parameters in de.hybris.platform.cmsfacades.products.impl with type arguments of type ProductData Modifier and Type Method Description voidDefaultProductSearchFacade. setProductDataConverter(Converter<ProductModel,ProductData> productDataConverter) -
Uses of ProductData in de.hybris.platform.cmsfacades.products.populator
Methods in de.hybris.platform.cmsfacades.products.populator with parameters of type ProductData Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.String>ProductDataPopulator. getNewDescriptionMap(ProductData target)protected java.util.Map<java.lang.String,java.lang.String>ProductDataPopulator. getNewNameMap(ProductData target)voidProductDataPopulator. populate(ProductModel source, ProductData target) -
Uses of ProductData in de.hybris.platform.cmssmarteditwebservices.products.facade.impl
Methods in de.hybris.platform.cmssmarteditwebservices.products.facade.impl that return types with arguments of type ProductData Modifier and Type Method Description 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)
-