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