Uses of Class
de.hybris.platform.cmsfacades.cmsitems.attributeconverters.UniqueIdentifierAttributeToDataContentConverter
-
Packages that use UniqueIdentifierAttributeToDataContentConverter Package Description de.hybris.platform.cmsfacades.rendering.populators de.hybris.platform.cmsfacades.workflow.impl -
-
Uses of UniqueIdentifierAttributeToDataContentConverter in de.hybris.platform.cmsfacades.rendering.populators
Methods in de.hybris.platform.cmsfacades.rendering.populators that return UniqueIdentifierAttributeToDataContentConverter Modifier and Type Method Description protected UniqueIdentifierAttributeToDataContentConverter<ItemModel>CMSComponentModelToDataRenderingPopulator. getUniqueIdentifierAttributeToDataContentConverter()protected UniqueIdentifierAttributeToDataContentConverter<ItemModel>ContentSlotModelToDataRenderingPopulator. getUniqueIdentifierAttributeToDataContentConverter()protected UniqueIdentifierAttributeToDataContentConverter<ItemModel>NavigationNodeModelToDataRenderingPopulator. getUniqueIdentifierAttributeToDataContentConverter()protected UniqueIdentifierAttributeToDataContentConverter<ItemModel>PageModelToDataRenderingPopulator. getUniqueIdentifierAttributeToDataContentConverter()Methods in de.hybris.platform.cmsfacades.rendering.populators with parameters of type UniqueIdentifierAttributeToDataContentConverter Modifier and Type Method Description voidCMSComponentModelToDataRenderingPopulator. setUniqueIdentifierAttributeToDataContentConverter(UniqueIdentifierAttributeToDataContentConverter<ItemModel> uniqueIdentifierAttributeToDataContentConverter)voidContentSlotModelToDataRenderingPopulator. setUniqueIdentifierAttributeToDataContentConverter(UniqueIdentifierAttributeToDataContentConverter<ItemModel> uniqueIdentifierAttributeToDataContentConverter)voidNavigationNodeModelToDataRenderingPopulator. setUniqueIdentifierAttributeToDataContentConverter(UniqueIdentifierAttributeToDataContentConverter<ItemModel> uniqueIdentifierAttributeToDataContentConverter)voidPageModelToDataRenderingPopulator. setUniqueIdentifierAttributeToDataContentConverter(UniqueIdentifierAttributeToDataContentConverter<ItemModel> uniqueIdentifierAttributeToDataContentConverter) -
Uses of UniqueIdentifierAttributeToDataContentConverter in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl that return UniqueIdentifierAttributeToDataContentConverter Modifier and Type Method Description protected UniqueIdentifierAttributeToDataContentConverter<ItemModel>DefaultCMSWorkflowFacade. getUniqueIdentifierAttributeToDataContentConverter()Methods in de.hybris.platform.cmsfacades.workflow.impl with parameters of type UniqueIdentifierAttributeToDataContentConverter Modifier and Type Method Description voidDefaultCMSWorkflowFacade. setUniqueIdentifierAttributeToDataContentConverter(UniqueIdentifierAttributeToDataContentConverter<ItemModel> uniqueIdentifierAttributeToDataContentConverter)
-