Uses of Interface
de.espirit.firstspirit.access.store.templatestore.Template
Packages that use Template
Package
Description
-
Uses of Template in de.espirit.firstspirit.access.editor.fslist
Methods in de.espirit.firstspirit.access.editor.fslist that return TemplateModifier 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
Methods in de.espirit.firstspirit.access.editor.value that return TemplateModifier and TypeMethodDescriptionSectionList.DataSheet.getTemplate()
Deprecated.since 5.2.21 - see typeMethods in de.espirit.firstspirit.access.editor.value with parameters of type Template -
Uses of Template in de.espirit.firstspirit.access.project
Methods in de.espirit.firstspirit.access.project with parameters of type TemplateModifier and TypeMethodDescriptionvoid
Project.setMetadataTemplate
(Template metadataTemplate) Defines the metadata template for this project. -
Uses of Template in de.espirit.firstspirit.access.store.globalstore
Methods in de.espirit.firstspirit.access.store.globalstore with parameters of type TemplateModifier 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
Methods in de.espirit.firstspirit.access.store.pagestore with parameters of type TemplateModifier 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
Classes in de.espirit.firstspirit.access.store.templatestore with type parameters of type TemplateModifier 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.Subinterfaces of Template in de.espirit.firstspirit.access.store.templatestoreModifier 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.Methods in de.espirit.firstspirit.access.store.templatestore that return TemplateModifier and TypeMethodDescriptionAllowed.getTemplate()
Returns the belonging template of this allowed node.Methods in de.espirit.firstspirit.access.store.templatestore that return types with arguments of type TemplateModifier and TypeMethodDescriptionPageTemplate.getAllowedTemplates
(String bodyName) Get the list of section or table templates which are allowed for this template for a given bodyMethods in de.espirit.firstspirit.access.store.templatestore with parameters of type TemplateModifier 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
Methods in de.espirit.firstspirit.access.store.templatestore.gom.lists that return types with arguments of type TemplateModifier and TypeMethodDescriptionGomTypeRestrictedTemplates.TemplateType.getObjectType()
Provides the object type of this template type.Methods in de.espirit.firstspirit.access.store.templatestore.gom.lists with parameters of type Template -
Uses of Template in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency that return TemplateModifier and TypeMethodDescription@NotNull Template
ProjectAgent.getMetaDataTemplate()
Provides the meta data template.Methods in de.espirit.firstspirit.agency with parameters of type TemplateModifier 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
Methods in de.espirit.firstspirit.client.access.editor.lists that return TemplateModifier and TypeMethodDescription@NotNull Template
Catalog.Card.getTemplate()
Provides the template this card's item is based upon.Methods in de.espirit.firstspirit.client.access.editor.lists with parameters of type TemplateModifier and TypeMethodDescription@NotNull Catalog.Card
Factory method to create a new card based on the given template and form data.