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 theMediaModel
with the information provided by theMediaFileDto
-
-
Constructor Summary
Constructors Constructor Description CreateMediaFilePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
populate(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:Populator
Populate the target instance with values from the source instance.- Specified by:
populate
in interfacePopulator<MediaFileDto,MediaModel>
- Parameters:
source
- the source objecttarget
- the target to fill- Throws:
ConversionException
- if an error occurs
-
-