Uses of Class
de.hybris.platform.cms2.model.relations.CMSRelationModel
Packages that use CMSRelationModel
Package
Description
Contains generated models for each type of de.hybris.platform.cms2.jalo.relations package.
-
Uses of CMSRelationModel in de.hybris.platform.cms2.model.relations
Subclasses of CMSRelationModel in de.hybris.platform.cms2.model.relationsModifier and TypeClassDescriptionclassGenerated model class for type ContentSlotForPage first defined at extension cms2.classGenerated 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 CMSRelationModelModifier and TypeMethodDescriptionCMSContentSlotDao.findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot) Find all content slot relations by content slot.CMSContentSlotDao.findOnlyContentSlotRelationsByContentSlot(ContentSlotModel contentSlot) Find only content slot relations not content slot template relations of given content slot.default List<CMSRelationModel>CMSContentSlotDao.getAllDeletedRelationsForPage(CatalogVersionModel targetCatalogVersion, AbstractPageModel sourcePage) Retrieves the list of relations (ContentSlotForPageModelandContentSlotForTemplateModel) that does not exist (was removed) in source catalog version (based on page) and exists in target catalog version. -
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 CMSRelationModelModifier and TypeMethodDescriptionDefaultCMSContenSlotDao.findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot) Find all content slot relations by content slot.DefaultCMSContenSlotDao.findOnlyContentSlotRelationsByContentSlot(ContentSlotModel contentSlot) Find only content slot relations not content slot template relations of given content slot.DefaultCMSContenSlotDao.getAllDeletedRelationsForPage(CatalogVersionModel targetCatalogVersion, AbstractPageModel sourcePage) Methods in de.hybris.platform.cms2.servicelayer.daos.impl with parameters of type CMSRelationModelModifier and TypeMethodDescriptionprotected voidDefaultCMSPageDaoTest.setCMSRelationModel(CMSRelationModel rel, 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 CMSRelationModelModifier and TypeMethodDescriptiondefault List<CMSRelationModel>CMSAdminContentSlotService.getAllDeletedRelationsForPage(CatalogVersionModel targetCatalogVersion, AbstractPageModel sourcePage) Retrieves the list of relations (ContentSlotForPageModelandContentSlotForTemplateModel) that does not exist (was removed) in source catalog version (based on page) and exists in target catalog version.CMSAdminContentSlotService.getAllRelationsForSlot(ContentSlotModel contentSlot) Returns all page and template relations with references to this content slotCMSAdminContentSlotService.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 CMSRelationModelModifier and TypeMethodDescriptionDefaultCMSAdminContentSlotService.getAllDeletedRelationsForPage(CatalogVersionModel targetCatalogVersion, AbstractPageModel sourcePage) DefaultCMSAdminContentSlotService.getAllRelationsForSlot(ContentSlotModel contentSlot) Returns all page and template relations with references to this content slotDefaultCMSAdminContentSlotService.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 CMSRelationModelModifier and TypeMethodDescriptionvoidContentSlotForPageModelPopulator.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 CMSRelationModelModifier and TypeMethodDescriptionClass<? extends CMSRelationModel>PageContentSlotConverterType.getClassType()PageContentSlotConverterType.getConverter()Method parameters in de.hybris.platform.cmsfacades.pagescontentslots.service with type arguments of type CMSRelationModelModifier and TypeMethodDescriptionPageContentSlotConverterRegistry.getPageContentSlotConverterType(Class<? extends CMSRelationModel> classType) Get a specificPageContentSlotConverterTypeby class type.voidPageContentSlotConverterType.setClassType(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 CMSRelationModelModifier and TypeMethodDescriptionClass<? extends CMSRelationModel>DefaultPageContentSlotConverterType.getClassType()DefaultPageContentSlotConverterType.getConverter()Method parameters in de.hybris.platform.cmsfacades.pagescontentslots.service.impl with type arguments of type CMSRelationModelModifier and TypeMethodDescriptionDefaultPageContentSlotConverterRegistry.getPageContentSlotConverterType(Class<? extends CMSRelationModel> classType) voidDefaultPageContentSlotConverterType.setClassType(Class<? extends CMSRelationModel> classType) voidDefaultPageContentSlotConverterType.setConverter(AbstractPopulatingConverter<CMSRelationModel, PageContentSlotData> converter)