public class PreviewTicketPopulator extends java.lang.Object implements Populator<CMSPreviewTicketModel,PreviewTicketWsDTO>
| Constructor and Description |
|---|
PreviewTicketPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected CatalogVersionWsDTO |
buildCatalogVersionWsDTO(CatalogVersionModel catalogVersion) |
protected LocalViewExecutor |
getLocalViewExecutor() |
void |
populate(CMSPreviewTicketModel source,
PreviewTicketWsDTO target)
Populate the target instance with values from the source instance.
|
void |
setLocalViewExecutor(LocalViewExecutor localViewExecutor) |
public void populate(CMSPreviewTicketModel source, PreviewTicketWsDTO target)
Populatorpopulate in interface Populator<CMSPreviewTicketModel,PreviewTicketWsDTO>source - the source objecttarget - the target to fillConversionException - if there is any conversion errorprotected CatalogVersionWsDTO buildCatalogVersionWsDTO(CatalogVersionModel catalogVersion)
protected LocalViewExecutor getLocalViewExecutor()
public void setLocalViewExecutor(LocalViewExecutor localViewExecutor)
Copyright © 2018 SAP SE. All Rights Reserved.