Uses of Class
de.hybris.platform.cmsfacades.data.OptionData
-
-
Uses of OptionData in de.hybris.platform.acceleratorfacades.pages.services
Methods in de.hybris.platform.acceleratorfacades.pages.services that return types with arguments of type OptionData Modifier and Type Method Description java.util.List<OptionData>EmailPageVariationResolver. findDisplayConditions(java.lang.String typeCode) -
Uses of OptionData in de.hybris.platform.cmsfacades.catalogversions.service.impl
Methods in de.hybris.platform.cmsfacades.catalogversions.service.impl that return types with arguments of type OptionData Modifier and Type Method Description protected java.util.List<OptionData>DefaultPageDisplayConditionService. getDisplayCondition(java.lang.String typecode)Method parameters in de.hybris.platform.cmsfacades.catalogversions.service.impl with type arguments of type OptionData Modifier and Type Method Description protected DisplayConditionDataDefaultPageDisplayConditionService. convertToDisplayConditionData(java.util.Map.Entry<java.lang.String,java.util.List<OptionData>> optionEntry) -
Uses of OptionData in de.hybris.platform.cmsfacades.cmsitems.populators
Methods in de.hybris.platform.cmsfacades.cmsitems.populators with parameters of type OptionData Modifier and Type Method Description protected voidCmsStructureEnumTypeComponentTypeAttributePopulatorTest. assertOptionHasRightData(OptionData optionData, java.lang.String expectedKey, java.lang.String expectedLabel) -
Uses of OptionData in de.hybris.platform.cmsfacades.data
Methods in de.hybris.platform.cmsfacades.data that return types with arguments of type OptionData Modifier and Type Method Description java.util.List<OptionData>ComponentTypeAttributeData. getOptions()java.util.List<OptionData>DisplayConditionData. getOptions()Method parameters in de.hybris.platform.cmsfacades.data with type arguments of type OptionData Modifier and Type Method Description voidComponentTypeAttributeData. setOptions(java.util.List<OptionData> options)voidDisplayConditionData. setOptions(java.util.List<OptionData> options) -
Uses of OptionData in de.hybris.platform.cmsfacades.pages.service
Methods in de.hybris.platform.cmsfacades.pages.service that return types with arguments of type OptionData Modifier and Type Method Description java.util.List<OptionData>PageVariationResolver. findDisplayConditions(java.lang.String typeCode)Finds all display conditions available for a given page type. -
Uses of OptionData in de.hybris.platform.cmsfacades.pages.service.impl
Methods in de.hybris.platform.cmsfacades.pages.service.impl that return types with arguments of type OptionData Modifier and Type Method Description java.util.List<OptionData>ContentPageVariationResolver. findDisplayConditions(java.lang.String typeCode)java.util.List<OptionData>DefaultPageVariationResolver. findDisplayConditions(java.lang.String typeCode)Method parameters in de.hybris.platform.cmsfacades.pages.service.impl with type arguments of type OptionData Modifier and Type Method Description protected voidContentPageVariationResolver. createOptionData(java.lang.String id, java.lang.String label, java.util.List<OptionData> options)protected voidDefaultPageVariationResolver. createOptionData(java.lang.String id, java.lang.String label, java.util.List<OptionData> options) -
Uses of OptionData in de.hybris.platform.cmsfacades.types.populator
Methods in de.hybris.platform.cmsfacades.types.populator that return OptionData Modifier and Type Method Description protected OptionDataDropdownOptionsTypeAttributePopulator. createOptionData(java.lang.String optionId, java.lang.String qualifier) -
Uses of OptionData in de.hybris.platform.cmssmarteditwebservices.data
Methods in de.hybris.platform.cmssmarteditwebservices.data that return types with arguments of type OptionData Modifier and Type Method Description java.util.List<OptionData>ComponentTypeAttributeData. getOptions()Method parameters in de.hybris.platform.cmssmarteditwebservices.data with type arguments of type OptionData Modifier and Type Method Description voidComponentTypeAttributeData. setOptions(java.util.List<OptionData> options) -
Uses of OptionData in de.hybris.platform.cmssmarteditwebservices.dto
Methods in de.hybris.platform.cmssmarteditwebservices.dto that return types with arguments of type OptionData Modifier and Type Method Description java.util.List<OptionData>StructureAttributeWsDTO. getOptions()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.cmssmarteditwebservices.dto with type arguments of type OptionData Modifier and Type Method Description voidStructureAttributeWsDTO. setOptions(java.util.List<OptionData> options)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OptionData in de.hybris.platform.cmswebservices.data
Methods in de.hybris.platform.cmswebservices.data that return types with arguments of type OptionData Modifier and Type Method Description java.util.List<OptionData>ComponentTypeAttributeData. getOptions()Method parameters in de.hybris.platform.cmswebservices.data with type arguments of type OptionData Modifier and Type Method Description voidComponentTypeAttributeData. setOptions(java.util.List<OptionData> options)
-