Uses of Class
de.hybris.platform.cmsfacades.data.OptionData
-
-
Uses of OptionData in com.hybris.ymkt.recommendationwebservices.facades
Methods in com.hybris.ymkt.recommendationwebservices.facades that return OptionData Modifier and Type Method Description protected OptionData
OfferRecommendationPopulatorFacade. createOptionData(SAPOfferContentPosition contentPosition)
protected OptionData
OfferRecommendationPopulatorFacade. createOptionData(SAPRecommendationItemDataSourceType source)
protected OptionData
OfferRecommendationPopulatorFacade. createOptionData(java.lang.String idAndLabel)
protected OptionData
OfferRecommendationPopulatorFacade. createOptionData(java.lang.String id, java.lang.String label)
protected OptionData
RecommendationPopulatorFacade. createOptionData(SAPRecommendationItemDataSourceType source)
protected OptionData
RecommendationPopulatorFacade. createOptionData(java.lang.String idAndLabel)
protected OptionData
RecommendationPopulatorFacade. createOptionData(java.lang.String id, java.lang.String label)
Methods in com.hybris.ymkt.recommendationwebservices.facades that return types with arguments of type OptionData Modifier and Type Method Description protected java.util.List<OptionData>
OfferRecommendationPopulatorFacade. getContentPositionValues()
protected java.util.List<OptionData>
OfferRecommendationPopulatorFacade. getItemDataSourceTypes()
protected java.util.List<OptionData>
RecommendationPopulatorFacade. getItemDataSourceTypes()
protected java.util.List<OptionData>
OfferRecommendationPopulatorFacade. getLeadingItemTypes()
protected java.util.List<OptionData>
RecommendationPopulatorFacade. getLeadingItemTypes()
protected java.util.List<OptionData>
OfferRecommendationPopulatorFacade. getRecommendationTypes()
protected java.util.List<OptionData>
RecommendationPopulatorFacade. getRecommendationTypes()
java.util.List<OptionData>
OfferRecommendationPopulatorFacade. populateDropDown(java.lang.String sourceField)
Call method to fill the appropriate dropdown.java.util.List<OptionData>
RecommendationPopulatorFacade. populateDropDown(java.lang.String sourceField)
Call method to fill the appropriate dropdown. -
Uses of OptionData in com.hybris.ymkt.segmentation.facades
Methods in com.hybris.ymkt.segmentation.facades that return OptionData Modifier and Type Method Description protected OptionData
CampaignRestrictionPopulatorFacade. createOptionData(SAPInitiative initiative)
OptionData
CampaignRestrictionPopulatorFacade. getCampaignById(java.lang.String campaignId)
Get and return one campaignMethods in com.hybris.ymkt.segmentation.facades that return types with arguments of type OptionData Modifier and Type Method Description java.util.List<OptionData>
CampaignRestrictionPopulatorFacade. getCampaigns(java.lang.String searchTerm, java.lang.String skip, java.lang.String top)
Get and return campaigns from backend -
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 DisplayConditionData
DefaultPageDisplayConditionService. 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 void
CmsStructureEnumTypeComponentTypeAttributePopulatorTest. 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 void
ComponentTypeAttributeData. setOptions(java.util.List<OptionData> options)
void
DisplayConditionData. 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 void
ContentPageVariationResolver. createOptionData(java.lang.String id, java.lang.String label, java.util.List<OptionData> options)
protected void
DefaultPageVariationResolver. 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 OptionData
DropdownOptionsTypeAttributePopulator. createOptionData(java.lang.String optionId, java.lang.String qualifier)
-
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 void
StructureAttributeWsDTO. 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 void
ComponentTypeAttributeData. setOptions(java.util.List<OptionData> options)
-