Uses of Interface
org.exoplatform.portal.config.model.ApplicationState
Packages that use ApplicationState
Package
Description
-
Uses of ApplicationState in org.exoplatform.portal.config.model
Classes in org.exoplatform.portal.config.model that implement ApplicationStateModifier 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. -
Uses of ApplicationState in org.exoplatform.portal.mop.service
Methods in org.exoplatform.portal.mop.service that return ApplicationStateModifier and TypeMethodDescriptionLayoutService.save(ApplicationState state, Portlet preferences) Save content stateMethods in org.exoplatform.portal.mop.service with parameters of type ApplicationStateModifier and TypeMethodDescriptionLayoutService.getId(ApplicationState state) Return contentId according to each state (transient, persistent, clone)LayoutService.load(ApplicationState state) Return content state.LayoutService.save(ApplicationState state, Portlet 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, ApplicationState 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)