Uses of Interface
de.espirit.firstspirit.access.store.Store
Packages that use Store
Package
Description
-
Uses of Store in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access that return StoreModifier 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
Methods in de.espirit.firstspirit.access.store that return Store -
Uses of Store in de.espirit.firstspirit.access.store.contentstore
Subinterfaces of Store in de.espirit.firstspirit.access.store.contentstoreModifier 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
Subinterfaces of Store in de.espirit.firstspirit.access.store.globalstoreModifier 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
Subinterfaces of Store in de.espirit.firstspirit.access.store.mediastoreModifier and TypeInterfaceDescriptioninterface
This interface provides methods to handle the MediaStore-Root -
Uses of Store in de.espirit.firstspirit.access.store.pagestore
Subinterfaces of Store in de.espirit.firstspirit.access.store.pagestoreModifier and TypeInterfaceDescriptioninterface
This interface represents the PageStore-Root node. -
Uses of Store in de.espirit.firstspirit.access.store.sitestore
Subinterfaces of Store in de.espirit.firstspirit.access.store.sitestoreModifier and TypeInterfaceDescriptioninterface
This interface provides methods to handle the SiteStore-RootMethods in de.espirit.firstspirit.access.store.sitestore with parameters of type StoreModifier and TypeMethodDescriptionProvides the target element. -
Uses of Store in de.espirit.firstspirit.access.store.templatestore
Subinterfaces of Store in de.espirit.firstspirit.access.store.templatestoreModifier 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
Methods in de.espirit.firstspirit.agency that return StoreModifier 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.Methods in de.espirit.firstspirit.agency with parameters of type StoreModifier and TypeMethodDescriptionUIAgent.getHeadline
(@NotNull Store store) Determines a headline to be used for the given store.