Class CreateMediaFilePopulator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.media.populator.CreateMediaFilePopulator
-
- All Implemented Interfaces:
Populator<MediaFileDto,MediaModel>
public class CreateMediaFilePopulator extends java.lang.Object implements Populator<MediaFileDto,MediaModel>
This populator will populate theMediaModelwith the information provided by theMediaFileDto
-
-
Constructor Summary
Constructors Constructor Description CreateMediaFilePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(MediaFileDto source, MediaModel target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(MediaFileDto source, MediaModel target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<MediaFileDto,MediaModel>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-