Uses of Class
de.hybris.platform.cmsfacades.data.ProductData
Packages that use ProductData
Package
Description
-
Uses of ProductData in de.hybris.platform.cmsfacades.products
Methods in de.hybris.platform.cmsfacades.products that return ProductDataModifier and TypeMethodDescriptionProductSearchFacade.getProductByCode(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 ProductDataModifier and TypeMethodDescriptionProductSearchFacade.findProducts(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 ProductDataMethods in de.hybris.platform.cmsfacades.products.impl that return types with arguments of type ProductDataModifier and TypeMethodDescriptionDefaultProductSearchFacade.findProducts(String text, PageableData pageableData) protected Converter<ProductModel,ProductData> DefaultProductSearchFacade.getProductDataConverter()Method parameters in de.hybris.platform.cmsfacades.products.impl with type arguments of type ProductDataModifier and TypeMethodDescriptionvoidDefaultProductSearchFacade.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 ProductDataModifier and TypeMethodDescriptionProductDataPopulator.getNewDescriptionMap(ProductData target) 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 ProductDataModifier and TypeMethodDescriptionprotected 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)