public class ContentSlotModelToDataRenderingPopulator extends java.lang.Object implements Populator<ContentSlotData,PageContentSlotData>
| Constructor and Description |
|---|
ContentSlotModelToDataRenderingPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<AbstractCMSComponentModel,AbstractCMSComponentData> |
getCmsComponentModelToDataRenderingConverter() |
protected RenderingVisibilityService |
getRenderingVisibilityService() |
protected UniqueIdentifierAttributeToDataContentConverter<CatalogVersionModel> |
getUniqueIdentifierAttributeToDataContentConverter() |
void |
populate(ContentSlotData contentSlotData,
PageContentSlotData targetData)
Populate the target instance with values from the source instance.
|
void |
setCmsComponentModelToDataRenderingConverter(Converter<AbstractCMSComponentModel,AbstractCMSComponentData> cmsComponentModelToDataRenderingConverter) |
void |
setRenderingVisibilityService(RenderingVisibilityService renderingVisibilityService) |
void |
setUniqueIdentifierAttributeToDataContentConverter(UniqueIdentifierAttributeToDataContentConverter<CatalogVersionModel> uniqueIdentifierAttributeToDataContentConverter) |
public ContentSlotModelToDataRenderingPopulator()
public void populate(ContentSlotData contentSlotData, PageContentSlotData targetData)
Populatorpopulate in interface Populator<ContentSlotData,PageContentSlotData>contentSlotData - the source objecttargetData - the target to fillprotected Converter<AbstractCMSComponentModel,AbstractCMSComponentData> getCmsComponentModelToDataRenderingConverter()
public void setCmsComponentModelToDataRenderingConverter(Converter<AbstractCMSComponentModel,AbstractCMSComponentData> cmsComponentModelToDataRenderingConverter)
protected UniqueIdentifierAttributeToDataContentConverter<CatalogVersionModel> getUniqueIdentifierAttributeToDataContentConverter()
public void setUniqueIdentifierAttributeToDataContentConverter(UniqueIdentifierAttributeToDataContentConverter<CatalogVersionModel> uniqueIdentifierAttributeToDataContentConverter)
protected RenderingVisibilityService getRenderingVisibilityService()
public void setRenderingVisibilityService(RenderingVisibilityService renderingVisibilityService)
Copyright © 2018 SAP SE. All Rights Reserved.