public class CreateMediaPopulator extends java.lang.Object implements Populator<MediaData,MediaModel>
MediaModel from the MediaData .| Constructor and Description |
|---|
CreateMediaPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected CatalogVersionService |
getCatalogVersionService() |
void |
populate(MediaData source,
MediaModel target)
Populate the target instance with values from the source instance.
|
void |
setCatalogVersionService(CatalogVersionService catalogVersionService) |
public void populate(MediaData source, MediaModel target) throws ConversionException
Populatorpopulate in interface Populator<MediaData,MediaModel>source - the source objecttarget - the target to fillConversionException - if an error occursprotected CatalogVersionService getCatalogVersionService()
public void setCatalogVersionService(CatalogVersionService catalogVersionService)
Copyright © 2018 SAP SE. All Rights Reserved.