Package io.meeds.layout.storage
Class SectionTemplateStorage
java.lang.Object
io.meeds.layout.storage.SectionTemplateStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSectionTemplate(SectionTemplate sectionTemplate) voiddeleteSectionTemplate(long id) getSectionTemplate(long id) updateSectionTemplate(SectionTemplate sectionTemplate)
-
Constructor Details
-
SectionTemplateStorage
public SectionTemplateStorage()
-
-
Method Details
-
getSectionTemplates
-
getSectionTemplate
-
createSectionTemplate
-
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
-