Uses of Interface
de.hybris.platform.cmsfacades.cmsitems.properties.CMSItemPropertiesSupplier
-
-
Uses of CMSItemPropertiesSupplier in de.hybris.platform.cmsfacades.cmsitems.properties
Methods in de.hybris.platform.cmsfacades.cmsitems.properties that return types with arguments of type CMSItemPropertiesSupplier Modifier and Type Method Description java.util.List<CMSItemPropertiesSupplier>CMSItemPropertiesSupplierProvider. getSuppliers(CMSItemModel itemModel)Returns the list ofCMSItemPropertiesSupplierfor providedCMSItemModel. -
Uses of CMSItemPropertiesSupplier in de.hybris.platform.cmsfacades.cmsitems.properties.impl
Methods in de.hybris.platform.cmsfacades.cmsitems.properties.impl that return types with arguments of type CMSItemPropertiesSupplier Modifier and Type Method Description protected java.util.List<CMSItemPropertiesSupplier>DefaultCMSItemPropertiesSupplierProvider. getCmsItemPropertiesSuppliers()java.util.List<CMSItemPropertiesSupplier>DefaultCMSItemPropertiesSupplierProvider. getSuppliers(CMSItemModel itemModel)Method parameters in de.hybris.platform.cmsfacades.cmsitems.properties.impl with type arguments of type CMSItemPropertiesSupplier Modifier and Type Method Description voidDefaultCMSItemPropertiesSupplierProvider. setCmsItemPropertiesSuppliers(java.util.List<CMSItemPropertiesSupplier> cmsItemPropertiesSuppliers) -
Uses of CMSItemPropertiesSupplier in de.hybris.platform.cmsfacades.rendering.populators
Methods in de.hybris.platform.cmsfacades.rendering.populators with parameters of type CMSItemPropertiesSupplier Modifier and Type Method Description protected java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>>CMSItemsPropertiesModelToDataRenderingPopulator. getGroupProperties(CMSItemPropertiesSupplier supplier, CMSItemModel itemModel)Returns aMapof group name as a key and a Map of properties as a value.Method parameters in de.hybris.platform.cmsfacades.rendering.populators with type arguments of type CMSItemPropertiesSupplier Modifier and Type Method Description protected java.util.List<java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>>>CMSItemsPropertiesModelToDataRenderingPopulator. getProperties(java.util.List<CMSItemPropertiesSupplier> suppliers, CMSItemModel itemModel)Returns the list of properties provided by suppliers. -
Uses of CMSItemPropertiesSupplier in de.hybris.platform.cmsocc.properties.suppliers
Classes in de.hybris.platform.cmsocc.properties.suppliers that implement CMSItemPropertiesSupplier Modifier and Type Class Description classAbstractSmarteditItemPropertiesSupplierAbstract class contains default implementation forCMSItemPropertiesSupplier.classSmartEditComponentPropertiesSupplierDefault implementation ofCMSItemPropertiesSupplierto handleAbstractCMSComponentModel.classSmartEditContentSlotPropertiesSupplierDefault implementation ofCMSItemPropertiesSupplierto handleContentSlotModel.classSmartEditPagePropertiesSupplierDefault implementation ofCMSItemPropertiesSupplierto handleAbstractPageModel. -
Uses of CMSItemPropertiesSupplier in de.hybris.platform.cmsoccaddon.properties.suppliers
Classes in de.hybris.platform.cmsoccaddon.properties.suppliers that implement CMSItemPropertiesSupplier Modifier and Type Class Description classAbstractSmarteditItemPropertiesSupplierAbstract class contains default implementation forCMSItemPropertiesSupplier.classSmartEditComponentPropertiesSupplierDefault implementation ofCMSItemPropertiesSupplierto handleAbstractCMSComponentModel.classSmartEditContentSlotPropertiesSupplierDefault implementation ofCMSItemPropertiesSupplierto handleContentSlotModel.classSmartEditPagePropertiesSupplierDefault implementation ofCMSItemPropertiesSupplierto handleAbstractPageModel. -
Uses of CMSItemPropertiesSupplier in de.hybris.platform.personalizationaddon.properties
Classes in de.hybris.platform.personalizationaddon.properties that implement CMSItemPropertiesSupplier Modifier and Type Class Description classCxScriptPropertiesSupplier -
Uses of CMSItemPropertiesSupplier in de.hybris.platform.personalizationcms.service
Classes in de.hybris.platform.personalizationcms.service that implement CMSItemPropertiesSupplier Modifier and Type Class Description classCxCMSDynamicAttributeServiceCxCMS service extending theDefaultCMSDynamicAttributeService.
-