Class PreviewTicketPopulator
- java.lang.Object
-
- de.hybris.platform.previewwebservices.populators.PreviewTicketPopulator
-
- All Implemented Interfaces:
Populator<CMSPreviewTicketModel,PreviewTicketWsDTO>
public class PreviewTicketPopulator extends java.lang.Object implements Populator<CMSPreviewTicketModel,PreviewTicketWsDTO>
-
-
Constructor Summary
Constructors Constructor Description PreviewTicketPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CatalogVersionWsDTObuildCatalogVersionWsDTO(CatalogVersionModel catalogVersion)protected LocalViewExecutorgetLocalViewExecutor()voidpopulate(CMSPreviewTicketModel source, PreviewTicketWsDTO target)Populate the target instance with values from the source instance.voidsetLocalViewExecutor(LocalViewExecutor localViewExecutor)
-
-
-
Method Detail
-
populate
public void populate(CMSPreviewTicketModel source, PreviewTicketWsDTO target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CMSPreviewTicketModel,PreviewTicketWsDTO>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if there is any conversion error
-
buildCatalogVersionWsDTO
protected CatalogVersionWsDTO buildCatalogVersionWsDTO(CatalogVersionModel catalogVersion)
-
getLocalViewExecutor
protected LocalViewExecutor getLocalViewExecutor()
-
setLocalViewExecutor
public void setLocalViewExecutor(LocalViewExecutor localViewExecutor)
-
-