Class SectionTemplateStorage

java.lang.Object
io.meeds.layout.storage.SectionTemplateStorage

@Component public class SectionTemplateStorage extends Object
  • Constructor Details

    • SectionTemplateStorage

      public SectionTemplateStorage()
  • Method Details

    • getSectionTemplates

      public List<SectionTemplate> getSectionTemplates()
    • getSectionTemplate

      public SectionTemplate getSectionTemplate(long id)
    • createSectionTemplate

      public SectionTemplate createSectionTemplate(SectionTemplate sectionTemplate)
    • updateSectionTemplate

      public SectionTemplate updateSectionTemplate(SectionTemplate sectionTemplate) throws org.exoplatform.commons.exception.ObjectNotFoundException
      Throws:
      org.exoplatform.commons.exception.ObjectNotFoundException
    • deleteSectionTemplate

      public void deleteSectionTemplate(long id) throws org.exoplatform.commons.exception.ObjectNotFoundException
      Throws:
      org.exoplatform.commons.exception.ObjectNotFoundException