Class CreateMediaPopulator
java.lang.Object
de.hybris.platform.cmsfacades.media.populator.CreateMediaPopulator
- All Implemented Interfaces:
Populator<MediaData,MediaModel>
This populator will populate the
MediaModel from the MediaData .-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CatalogVersionServicevoidpopulate(MediaData source, MediaModel target) Populate the target instance with values from the source instance.voidsetCatalogVersionService(CatalogVersionService catalogVersionService)
-
Constructor Details
-
CreateMediaPopulator
public CreateMediaPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<MediaData,MediaModel> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getCatalogVersionService
-
setCatalogVersionService
-