Class ProductDataPopulator
java.lang.Object
de.hybris.platform.cmssmarteditwebservices.products.facade.populator.ProductDataPopulator
- All Implemented Interfaces:
Populator<ProductData,ProductData>
Basic class for populating
ProductData from ProductData data.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CatalogVersionServiceprotected ProductServiceprotected UniqueItemIdentifierServicevoidpopulate(ProductData source, ProductData target) Populate the target instance with values from the source instance.voidsetCatalogVersionService(CatalogVersionService catalogVersionService) voidsetProductService(ProductService productService) voidsetUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService)
-
Constructor Details
-
ProductDataPopulator
public ProductDataPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ProductData,ProductData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getUniqueItemIdentifierService
-
setUniqueItemIdentifierService
-
getCatalogVersionService
-
setCatalogVersionService
-
getProductService
-
setProductService
-