Uses of Interface
de.espirit.firstspirit.access.store.pagestore.Page
Package
Description
-
Uses of Page in de.espirit.firstspirit.access
-
Uses of Page in de.espirit.firstspirit.access.editor.value
Modifier and TypeMethodDescription@Nullable Page
TargetReference.getPage()
Returns a set page or null if referenced element is not type ofPage
.Modifier and TypeMethodDescription@Nullable Section<?>
TargetReference.loadSection
(@NotNull Page page, String sectionName) Load a section of the given referenced page identified by its section name. -
Uses of Page in de.espirit.firstspirit.access.store.globalstore
Modifier and TypeInterfaceDescriptioninterface
Interface providing means to operate on global store pages. -
Uses of Page 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. -
Uses of Page in de.espirit.firstspirit.access.store.sitestore
Modifier and TypeMethodDescriptionContent2Params.getEmptyPage()
Provides the empty page.@Nullable Page
AltPageRef.getPage()
Get the page from PageStore that is alternative page for an pagereference@Nullable Page
PageRef.getPage()
Get the page from Page-Store of the current pagereference as objectModifier and TypeMethodDescriptionSiteStoreFolder.createPageRef
(String uid, Page page) Create a new page reference entry.SiteStoreFolder.createPageRef
(String uid, Page page, boolean unifyNameOnServer) Creates a new page reference in this folder.SiteStoreFolder.createPageRef
(String uid, Page page, Map<Language, String> lang2DisplayName, boolean unifyNameOnServer) Creates a new page reference in this folder.
The given uid is used as suggestion.@NotNull de.espirit.firstspirit.store.access.sitestore.AltPageRefImpl
PageLangSpec.createScheduledPageRef
(@NotNull Page page, @NotNull Date validFrom) Creates and adds a scheduled page-ref.void
Content2Params.setEmptyPage
(Page value) Defines the empty page.void
Set the page from PageStore that will be alternative page for an pagereferencevoid
Set the page of the pagereference -
Uses of Page in de.espirit.firstspirit.store.operations
Modifier and TypeMethodDescription@NotNull Collection<Page>
SynchronizeTemplateBodiesOperation.Result.getModifiedPages()
Thepages
that were altered during the synchronization.