Package org.exoplatform.portal.pom.data
Class ApplicationData
java.lang.Object
org.exoplatform.portal.pom.data.ModelData
org.exoplatform.portal.pom.data.ComponentData
org.exoplatform.portal.pom.data.ApplicationData
- All Implemented Interfaces:
Serializable
- Version:
- $Revision$
- Author:
- Julien Viet
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationData(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) -
Method Summary
Methods inherited from class org.exoplatform.portal.pom.data.ModelData
getStorageId, getStorageName
-
Constructor Details
-
ApplicationData
public ApplicationData(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)
-