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 TypeInterfaceDescriptioninterface
Interface providing means to operate on page templates.interface
Interface providing means to operate on section templates.interface
Interface for templates defining GUI for content store.Methods in de.espirit.firstspirit.access.store.templatestore that return MasterTemplateModifier and TypeMethodDescription@Nullable MasterTemplate
TemplateStoreRoot.getTemplateById
(long templateId) Get the template by giventemplate id
ornull
if 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 templates
which 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 templates
will 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 bodyboolean
PageTemplate.isTemplateAllowed
(@NotNull TemplateBody templateBody, @NotNull MasterTemplate template) Indicates whether the given template is allowed for the givenbody
or not.