Uses of Class
io.meeds.layout.model.SectionTemplate
Packages that use SectionTemplate
Package
Description
-
Uses of SectionTemplate in io.meeds.layout.model
Subclasses of SectionTemplate in io.meeds.layout.modelConstructors in io.meeds.layout.model with parameters of type SectionTemplate -
Uses of SectionTemplate in io.meeds.layout.rest
Methods in io.meeds.layout.rest that return SectionTemplateModifier and TypeMethodDescriptionSectionTemplateRest.createSectionTemplate(jakarta.servlet.http.HttpServletRequest request, SectionTemplate sectionTemplate) SectionTemplateRest.saveAsSectionTemplate(jakarta.servlet.http.HttpServletRequest request, long containerId, String pageRef) Methods in io.meeds.layout.rest with parameters of type SectionTemplateModifier and TypeMethodDescriptionSectionTemplateRest.createSectionTemplate(jakarta.servlet.http.HttpServletRequest request, SectionTemplate sectionTemplate) voidSectionTemplateRest.updateSectionTemplate(jakarta.servlet.http.HttpServletRequest request, long id, SectionTemplate sectionTemplate) -
Uses of SectionTemplate in io.meeds.layout.service
Methods in io.meeds.layout.service that return SectionTemplateModifier and TypeMethodDescriptionSectionTemplateService.createSectionTemplate(SectionTemplate sectionTemplate) SectionTemplateService.createSectionTemplate(SectionTemplate sectionTemplate, String username) SectionTemplateService.getSectionTemplate(long id) SectionTemplateService.saveAsSectionTemplate(org.exoplatform.portal.mop.page.PageKey pageKey, long containerId, String username) SectionTemplateService.updateSectionTemplate(SectionTemplate sectionTemplate) SectionTemplateService.updateSectionTemplate(SectionTemplate sectionTemplate, String username) Methods in io.meeds.layout.service that return types with arguments of type SectionTemplateMethods in io.meeds.layout.service with parameters of type SectionTemplateModifier and TypeMethodDescriptionSectionTemplateService.createSectionTemplate(SectionTemplate sectionTemplate) SectionTemplateService.createSectionTemplate(SectionTemplate sectionTemplate, String username) SectionTemplateService.updateSectionTemplate(SectionTemplate sectionTemplate) SectionTemplateService.updateSectionTemplate(SectionTemplate sectionTemplate, String username) -
Uses of SectionTemplate in io.meeds.layout.service.injection
Methods in io.meeds.layout.service.injection that return SectionTemplateModifier and TypeMethodDescriptionprotected SectionTemplateSectionTemplateImportService.saveSectionTemplate(SectionTemplateDescriptor d, long oldId) Methods in io.meeds.layout.service.injection with parameters of type SectionTemplateModifier and TypeMethodDescriptionprotected voidSectionTemplateImportService.saveDescriptions(SectionTemplateDescriptor d, SectionTemplate sectionTemplate) protected voidSectionTemplateImportService.saveNames(SectionTemplateDescriptor d, SectionTemplate sectionTemplate) -
Uses of SectionTemplate in io.meeds.layout.storage
Methods in io.meeds.layout.storage that return SectionTemplateModifier and TypeMethodDescriptionSectionTemplateStorage.createSectionTemplate(SectionTemplate sectionTemplate) SectionTemplateStorage.getSectionTemplate(long id) SectionTemplateStorage.updateSectionTemplate(SectionTemplate sectionTemplate) Methods in io.meeds.layout.storage that return types with arguments of type SectionTemplateMethods in io.meeds.layout.storage with parameters of type SectionTemplateModifier and TypeMethodDescriptionSectionTemplateStorage.createSectionTemplate(SectionTemplate sectionTemplate) SectionTemplateLayoutStorage.generateSectionTemplateContent(SectionTemplate sectionTemplate, String username) SectionTemplateLayoutStorage.generateSectionTemplateContent(SectionTemplate sectionTemplate, org.exoplatform.portal.config.model.Container section, String username) org.exoplatform.portal.mop.navigation.NodeDataSectionTemplateLayoutStorage.generateSectionTemplateNodeId(SectionTemplate sectionTemplate, String username) SectionTemplateStorage.updateSectionTemplate(SectionTemplate sectionTemplate) -
Uses of SectionTemplate in io.meeds.layout.util
Methods in io.meeds.layout.util that return SectionTemplateModifier and TypeMethodDescriptionstatic SectionTemplateEntityMapper.fromEntity(SectionTemplateEntity entity) Methods in io.meeds.layout.util with parameters of type SectionTemplateModifier and TypeMethodDescriptionstatic SectionTemplateEntityEntityMapper.toEntity(SectionTemplate sectionTemplate)