Uses of Interface
de.espirit.firstspirit.access.store.Store
Package
Description
-
Uses of Store in de.espirit.firstspirit.access
Modifier and TypeMethodDescription@NotNull Store
UserService.getStore
(Store.Type storeType, boolean release) @NotNull Store
UserService.getStore
(Store.Type storeType, boolean forceRefresh, boolean release) Returns the store with the given type belonging to this userservice. -
Uses of Store in de.espirit.firstspirit.access.store
-
Uses of Store in de.espirit.firstspirit.access.store.contentstore
Modifier and TypeInterfaceDescriptioninterface
This interface provides method to get ContentStore-table object for given ContentStore-table name -
Uses of Store in de.espirit.firstspirit.access.store.globalstore
Modifier and TypeInterfaceDescriptioninterface
Interface providing methods to handle global store root and short access to specific children (e.g. -
Uses of Store in de.espirit.firstspirit.access.store.mediastore
Modifier and TypeInterfaceDescriptioninterface
This interface provides methods to handle the MediaStore-Root -
Uses of Store in de.espirit.firstspirit.access.store.pagestore
Modifier and TypeInterfaceDescriptioninterface
This interface represents the PageStore-Root node. -
Uses of Store in de.espirit.firstspirit.access.store.sitestore
Modifier and TypeInterfaceDescriptioninterface
This interface provides methods to handle the SiteStore-RootModifier and TypeMethodDescriptionProvides the target element. -
Uses of Store in de.espirit.firstspirit.access.store.templatestore
Modifier and TypeInterfaceDescriptioninterface
This interface provides methods for the TemplateStore root node, i.e. access to the sub root nodes, getting a template by its 'template id' (TemplateStoreRoot.getTemplateById(long)
, and getting a workflow by its 'workflow id' (TemplateStoreRoot.getWorkflowById(long)
). -
Uses of Store in de.espirit.firstspirit.agency
Modifier and TypeMethodDescription@NotNull Store
StoreAgent.getStore
(Store.Type type) Get the store of the requested type on elements in current state.@NotNull Store
StoreAgent.getStore
(Store.Type type, boolean release) Get the store of the requested type.Modifier and TypeMethodDescriptionUIAgent.getHeadline
(@NotNull Store store) Determines a headline to be used for the given store.