Class CatalogVersionModelPopulator
java.lang.Object
de.hybris.platform.cmsfacades.catalogversions.populator.CatalogVersionModelPopulator
- All Implemented Interfaces:
Populator<CatalogVersionModel,CatalogVersionData>
public class CatalogVersionModelPopulator
extends Object
implements Populator<CatalogVersionModel,CatalogVersionData>
Populates a dto from a item
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LocalizedPopulatorprotected UniqueItemIdentifierServicevoidpopulate(CatalogVersionModel source, CatalogVersionData target) Populate the target instance with values from the source instance.voidsetLocalizedPopulator(LocalizedPopulator localizedPopulator) voidsetUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService)
-
Constructor Details
-
CatalogVersionModelPopulator
public CatalogVersionModelPopulator()
-
-
Method Details
-
populate
public void populate(CatalogVersionModel source, CatalogVersionData target) throws ConversionException Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CatalogVersionModel,CatalogVersionData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getUniqueItemIdentifierService
-
setUniqueItemIdentifierService
-
getLocalizedPopulator
-
setLocalizedPopulator
-