Uses of Interface
de.espirit.firstspirit.access.store.templatestore.Template
Package
Description
-
Uses of Template in de.espirit.firstspirit.access.editor.fslist
Modifier and TypeMethodDescription@Nullable Template
IdProvidingFormData.getTemplate()
Returns the template for this form data instance if any. -
Uses of Template in de.espirit.firstspirit.access.editor.value
Modifier and TypeMethodDescriptionSectionList.DataSheet.getTemplate()
Deprecated.since 5.2.21 - see type -
Uses of Template in de.espirit.firstspirit.access.project
Modifier and TypeMethodDescriptionvoid
Project.setMetadataTemplate
(Template metadataTemplate) Defines the metadata template for this project. -
Uses of Template in de.espirit.firstspirit.access.store.globalstore
Modifier and TypeMethodDescriptionGCAFolder.createGCAPage
(String uidSuggestion, Template pageTemplate) Create a new Page in the current GCA-folder based on the givenPageTemplate
GCAFolder.createGCAPage
(String uidSuggestion, Template pageTemplate, boolean unifyUid) Create a new Page in the current GCA-Folder based on the givenPageTemplate
GCAFolder.createGCAPage
(String uidSuggestion, Template pageTemplate, boolean unifyUid, Map<Language, String> lang2DisplayName) Create a new Page in the current GCA-Folder based on the givenPageTemplate
GCABody.createSection
(String name, Template template) Create a new GCASection for this body with given name and Section-Template -
Uses of Template in de.espirit.firstspirit.access.store.pagestore
Modifier and TypeMethodDescriptionPageFolder.createPage
(String name, Template pageTemplate) Create a new Page in the current PageStore-folder based on the given PageTemplate.PageFolder.createPage
(String uid, Template pageTemplate, boolean ensureUnique) Create a new page in this folder with the given uid and template.PageFolder.createPage
(String uid, Template pageTemplate, boolean ensureUnique, Map<Language, String> lang2DisplayName) Create a new page in this folder with the given uid and template.Body.createSection
(String name, Template template) Create a new section with the given name and template. -
Uses of Template in de.espirit.firstspirit.access.store.templatestore
Modifier and TypeInterfaceDescriptioninterface
TemplateContainer<T extends Template>
Interface providing methods for elements which can havetemplates
as children.interface
TemplateFolder<T extends Template>
This interface provides methods to handle the TemplateStore-folder likesetting the name
,creating sub folders
, andcreating templates
.interface
TemplateProvider<T extends Template>
This interface is implemented by allelements
which have a template.Modifier and TypeInterfaceDescriptioninterface
A link template is a container for the rendering template for links.interface
interface
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.Modifier and TypeMethodDescriptionAllowed.getTemplate()
Returns the belonging template of this allowed node.Modifier and TypeMethodDescriptionPageTemplate.getAllowedTemplates
(String bodyName) Get the list of section or table templates which are allowed for this template for a given bodyModifier and TypeMethodDescriptionPageTemplate.createAllowed
(@NotNull String bodyName, @NotNull Template template) Set a section or table template which should be allowed for this template for a given body -
Uses of Template in de.espirit.firstspirit.access.store.templatestore.gom.lists
Modifier and TypeMethodDescriptionGomTypeRestrictedTemplates.TemplateType.getObjectType()
Provides the object type of this template type. -
Uses of Template in de.espirit.firstspirit.agency
Modifier and TypeMethodDescription@NotNull Template
ProjectAgent.getMetaDataTemplate()
Provides the meta data template.Modifier and TypeMethodDescription@NotNull Collection<RuleValidationFailure>
RuleValidationAgent.validateRules
(@NotNull Template template) Validates the given rule definition by parsing the rule definition of the given template. -
Uses of Template in de.espirit.firstspirit.client.access.editor.lists
Modifier and TypeMethodDescription@NotNull Template
Catalog.Card.getTemplate()
Provides the template this card's item is based upon.Modifier and TypeMethodDescription@NotNull Catalog.Card
Factory method to create a new card based on the given template and form data.