Uses of Class
de.hybris.platform.cms2.model.relations.CMSRelationModel
-
Packages that use CMSRelationModel Package Description de.hybris.platform.cms2.model.relations Contains generated models for each type of de.hybris.platform.cms2.jalo.relations package.de.hybris.platform.cms2.servicelayer.daos de.hybris.platform.cms2.servicelayer.daos.impl de.hybris.platform.cms2.servicelayer.services.admin de.hybris.platform.cms2.servicelayer.services.admin.impl de.hybris.platform.cmsfacades.pagescontentslots.populator de.hybris.platform.cmsfacades.pagescontentslots.service de.hybris.platform.cmsfacades.pagescontentslots.service.impl -
-
Uses of CMSRelationModel in de.hybris.platform.cms2.model.relations
Subclasses of CMSRelationModel in de.hybris.platform.cms2.model.relations Modifier and Type Class Description classContentSlotForPageModelGenerated model class for type ContentSlotForPage first defined at extension cms2.classContentSlotForTemplateModelGenerated model class for type ContentSlotForTemplate first defined at extension cms2. -
Uses of CMSRelationModel in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos that return types with arguments of type CMSRelationModel Modifier and Type Method Description java.util.Collection<CMSRelationModel>CMSContentSlotDao. findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot)Find all content slot relations by content slot.java.util.Collection<CMSRelationModel>CMSContentSlotDao. findOnlyContentSlotRelationsByContentSlot(ContentSlotModel contentSlot)Find only content slot relations not content slot template relations of given content slot. -
Uses of CMSRelationModel in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return types with arguments of type CMSRelationModel Modifier and Type Method Description java.util.Collection<CMSRelationModel>DefaultCMSContenSlotDao. findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot)Find all content slot relations by content slot.java.util.Collection<CMSRelationModel>DefaultCMSContenSlotDao. findOnlyContentSlotRelationsByContentSlot(ContentSlotModel contentSlot)Find only content slot relations not content slot template relations of given content slot.Methods in de.hybris.platform.cms2.servicelayer.daos.impl with parameters of type CMSRelationModel Modifier and Type Method Description protected voidDefaultCMSPageDaoTest. setCMSRelationModel(CMSRelationModel rel, java.lang.String id) -
Uses of CMSRelationModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return types with arguments of type CMSRelationModel Modifier and Type Method Description java.util.Collection<CMSRelationModel>CMSAdminContentSlotService. getAllRelationsForSlot(ContentSlotModel contentSlot)Returns all page and template relations with references to this content slotjava.util.Collection<CMSRelationModel>CMSAdminContentSlotService. getOnlyContentSlotRelationsForSlot(ContentSlotModel contentSlot)Returns only page relations with references to this content slot. -
Uses of CMSRelationModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return types with arguments of type CMSRelationModel Modifier and Type Method Description java.util.Collection<CMSRelationModel>DefaultCMSAdminContentSlotService. getAllRelationsForSlot(ContentSlotModel contentSlot)Returns all page and template relations with references to this content slotjava.util.Collection<CMSRelationModel>DefaultCMSAdminContentSlotService. getOnlyContentSlotRelationsForSlot(ContentSlotModel contentSlot)Returns only page relations with references to this content slot. -
Uses of CMSRelationModel in de.hybris.platform.cmsfacades.pagescontentslots.populator
Methods in de.hybris.platform.cmsfacades.pagescontentslots.populator with parameters of type CMSRelationModel Modifier and Type Method Description voidContentSlotForPageModelPopulator. populate(CMSRelationModel source, PageContentSlotData target)voidContentSlotForTemplateModelPopulator. populate(CMSRelationModel source, PageContentSlotData target) -
Uses of CMSRelationModel in de.hybris.platform.cmsfacades.pagescontentslots.service
Methods in de.hybris.platform.cmsfacades.pagescontentslots.service that return types with arguments of type CMSRelationModel Modifier and Type Method Description java.lang.Class<? extends CMSRelationModel>PageContentSlotConverterType. getClassType()AbstractPopulatingConverter<CMSRelationModel,PageContentSlotData>PageContentSlotConverterType. getConverter()Method parameters in de.hybris.platform.cmsfacades.pagescontentslots.service with type arguments of type CMSRelationModel Modifier and Type Method Description java.util.Optional<PageContentSlotConverterType>PageContentSlotConverterRegistry. getPageContentSlotConverterType(java.lang.Class<? extends CMSRelationModel> classType)Get a specificPageContentSlotConverterTypeby class type.voidPageContentSlotConverterType. setClassType(java.lang.Class<? extends CMSRelationModel> classType)voidPageContentSlotConverterType. setConverter(AbstractPopulatingConverter<CMSRelationModel,PageContentSlotData> converter) -
Uses of CMSRelationModel in de.hybris.platform.cmsfacades.pagescontentslots.service.impl
Methods in de.hybris.platform.cmsfacades.pagescontentslots.service.impl that return types with arguments of type CMSRelationModel Modifier and Type Method Description java.lang.Class<? extends CMSRelationModel>DefaultPageContentSlotConverterType. getClassType()AbstractPopulatingConverter<CMSRelationModel,PageContentSlotData>DefaultPageContentSlotConverterType. getConverter()Method parameters in de.hybris.platform.cmsfacades.pagescontentslots.service.impl with type arguments of type CMSRelationModel Modifier and Type Method Description java.util.Optional<PageContentSlotConverterType>DefaultPageContentSlotConverterRegistry. getPageContentSlotConverterType(java.lang.Class<? extends CMSRelationModel> classType)voidDefaultPageContentSlotConverterType. setClassType(java.lang.Class<? extends CMSRelationModel> classType)voidDefaultPageContentSlotConverterType. setConverter(AbstractPopulatingConverter<CMSRelationModel,PageContentSlotData> converter)
-