public class PersonalizationPreviewTicketReversePopulator extends java.lang.Object implements Populator<PreviewTicketWsDTO,PreviewDataModel>
| Constructor and Description |
|---|
PersonalizationPreviewTicketReversePopulator() |
public PersonalizationPreviewTicketReversePopulator()
public void populate(PreviewTicketWsDTO source, PreviewDataModel target)
Populatorpopulate in interface Populator<PreviewTicketWsDTO,PreviewDataModel>source - the source objecttarget - the target to fillprotected void setVariations(PreviewTicketWsDTO source, PreviewDataModel target)
protected java.util.Collection<CxVariationModel> findExistingVariations(PreviewTicketWsDTO source)
protected java.util.Collection<CatalogVersionModel> findCxCatalogVersions(PreviewTicketWsDTO source)
protected void setSegments(PreviewTicketWsDTO source, PreviewDataModel target)
public void validateVariations(java.util.Collection<CxVariationKey> inputVariationCodes, java.util.Collection<CxVariationModel> existingVariations)
public void validateSegments(java.util.Collection<java.lang.String> inputSegmentsCode,
java.util.Collection<CxSegmentModel> existingSegments)
protected CxVariationKey createKey(CxVariationModel variation)
protected java.lang.String createErrorMessageForVariationKeys(java.util.Collection<CxVariationKey> keys)
protected java.lang.String createErrorMessageForCodes(java.util.Collection<java.lang.String> codes)
public CxVariationService getCxVariationService()
public void setCxVariationService(CxVariationService cxVariationService)
public CatalogVersionService getCatalogVersionService()
public void setCatalogVersionService(CatalogVersionService catalogVersionService)
public CxSegmentService getCxSegmentService()
public void setCxSegmentService(CxSegmentService cxSegmentService)
public void setLocalViewExecutor(LocalViewExecutor localViewExecutor)
public LocalViewExecutor getLocalViewExecutor()
public void setCxService(CxService cxService)
public CxService getCxService()
Copyright © 2017 SAP SE. All Rights Reserved.