Uses of Class
org.exoplatform.portal.config.model.ApplicationState
Packages that use ApplicationState
Package
Description
-
Uses of ApplicationState in org.exoplatform.portal.config
Methods in org.exoplatform.portal.config that return ApplicationStateModifier and TypeMethodDescription<S> ApplicationState<S> DataStorage.save(ApplicationState<S> state, S preferences) Deprecated, for removal: This API element is subject to removal in a future version.Save content stateMethods in org.exoplatform.portal.config with parameters of type ApplicationStateModifier and TypeMethodDescription<S> StringDataStorage.getId(ApplicationState<S> state) Deprecated, for removal: This API element is subject to removal in a future version.Return contentId according to each state (transient, persistent, clone)<S> SDataStorage.load(ApplicationState<S> state, ApplicationType<S> type) Deprecated, for removal: This API element is subject to removal in a future version.Return content state.<S> ApplicationState<S> DataStorage.save(ApplicationState<S> state, S preferences) Deprecated, for removal: This API element is subject to removal in a future version.Save content state -
Uses of ApplicationState in org.exoplatform.portal.config.model
Subclasses of ApplicationState in org.exoplatform.portal.config.modelModifier and TypeClassDescriptionclassclassRepresents the state of the application when it is bound to the database.classThe transient state of an application when it has not yet been stored in the database.Methods in org.exoplatform.portal.config.model that return ApplicationStateMethods in org.exoplatform.portal.config.model with parameters of type ApplicationState -
Uses of ApplicationState in org.exoplatform.portal.mop.service
Methods in org.exoplatform.portal.mop.service that return ApplicationStateModifier and TypeMethodDescription<S> ApplicationState<S> LayoutService.save(ApplicationState<S> state, S preferences) Save content stateMethods in org.exoplatform.portal.mop.service with parameters of type ApplicationStateModifier and TypeMethodDescription<S> StringLayoutService.getId(ApplicationState<S> state) Return contentId according to each state (transient, persistent, clone)<S> SLayoutService.load(ApplicationState<S> state, ApplicationType<S> type) Return content state.<S> ApplicationState<S> LayoutService.save(ApplicationState<S> state, S preferences) Save content state -
Uses of ApplicationState in org.exoplatform.portal.pom.data
Constructors in org.exoplatform.portal.pom.data with parameters of type ApplicationStateModifierConstructorDescriptionApplicationData(String storageId, String storageName, ApplicationType<S> type, ApplicationState<S> state, String id, String title, String icon, String description, boolean showInfoBar, boolean showApplicationState, boolean showApplicationMode, String theme, String width, String height, String cssClass, ModelStyle cssStyle, Map<String, String> properties, List<String> accessPermissions)