Uses of Interface
de.espirit.firstspirit.access.store.templatestore.MasterTemplate
Packages that use MasterTemplate
-
Uses of MasterTemplate in de.espirit.firstspirit.access.store.templatestore
Subinterfaces of MasterTemplate in de.espirit.firstspirit.access.store.templatestoreModifier and TypeInterfaceDescriptioninterfaceInterface providing means to operate on page templates.interfaceInterface providing means to operate on section templates.interfaceInterface for templates defining GUI for content store.Methods in de.espirit.firstspirit.access.store.templatestore that return MasterTemplateModifier and TypeMethodDescription@Nullable MasterTemplateTemplateStoreRoot.getTemplateById(long templateId) Get the template by giventemplate idornullif no template exists with the given template id.Methods in de.espirit.firstspirit.access.store.templatestore that return types with arguments of type MasterTemplateModifier and TypeMethodDescriptionPageTemplate.getAllowedTemplates(@NotNull TemplateBody templateBody) Get the list ofsection-ortable templateswhich are allowed for this page template for the given template body.
Note: If there aren't any allowed definitions for this pagetemplate, all existingsection-andtable templateswill be returned.Methods in de.espirit.firstspirit.access.store.templatestore with parameters of type MasterTemplateModifier and TypeMethodDescriptionPageTemplate.createAllowed(@NotNull TemplateBody body, @NotNull MasterTemplate template) Creates a new allowed node for the given section- or table template which should be allowed for the given bodybooleanPageTemplate.isTemplateAllowed(@NotNull TemplateBody templateBody, @NotNull MasterTemplate template) Indicates whether the given template is allowed for the givenbodyor not.