Class Application<S>
java.lang.Object
org.exoplatform.portal.config.model.ModelObject
org.exoplatform.portal.config.model.Application<S>
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
PortletApplication
May 13, 2004
- Version:
- $Id: Portlet.java,v 1.7 2004/09/30 01:00:05 tuan08 Exp $
- Author:
- Tuan Nguyen
-
Field Summary
Fields inherited from class org.exoplatform.portal.config.model.ModelObject
cssClass, cssStyle, height, storageId, storageName, width -
Constructor Summary
ConstructorsConstructorDescriptionApplication(ApplicationType<S> type) Application(ApplicationType<S> type, String storageId) Application(ApplicationData<S> data) -
Method Summary
Modifier and TypeMethodDescriptionbuild()voidclone()static Application<Portlet> static Application<Portlet> createPortletApplication(String storageId) static Application<Portlet> String[]getIcon()getId()booleanbooleanbooleangetState()getTheme()getTitle()getType()getWidth()booleanvoidvoidsetAccessPermissions(String[] accessPermissions) voidsetDescription(String des) voidvoidvoidvoidsetModifiable(boolean modifiable) voidsetProperties(Properties properties) voidsetShowApplicationMode(boolean b) voidsetShowApplicationState(boolean b) voidsetShowInfoBar(boolean b) voidsetState(ApplicationState<S> value) voidvoidvoidMethods inherited from class org.exoplatform.portal.config.model.ModelObject
build, getStorageId, getStorageName, setStorageName
-
Constructor Details
-
Application
-
Application
-
Application
-
-
Method Details
-
getType
-
getWidth
-
setWidth
-
getHeight
-
getProfiles
-
setHeight
-
getId
-
setId
-
getAccessPermissions
-
setAccessPermissions
-
isModifiable
public boolean isModifiable() -
setModifiable
public void setModifiable(boolean modifiable) -
getState
-
setState
-
getShowInfoBar
public boolean getShowInfoBar() -
setShowInfoBar
public void setShowInfoBar(boolean b) -
getShowApplicationState
public boolean getShowApplicationState() -
setShowApplicationState
public void setShowApplicationState(boolean b) -
getShowApplicationMode
public boolean getShowApplicationMode() -
setShowApplicationMode
public void setShowApplicationMode(boolean b) -
getIcon
-
setIcon
-
getDescription
-
setDescription
-
getTitle
-
setTitle
-
getProperties
-
setProperties
-
getTheme
-
setTheme
-
getCssClass
-
build
- Specified by:
buildin classModelObject
-
createPortletApplication
-
createPortletApplication
-
createPortletApplication
-
checkStorage
public void checkStorage() throws org.exoplatform.commons.exception.ObjectNotFoundException- Overrides:
checkStoragein classModelObject- Throws:
org.exoplatform.commons.exception.ObjectNotFoundException
-
resetStorage
public void resetStorage() throws org.exoplatform.commons.exception.ObjectNotFoundException- Overrides:
resetStoragein classModelObject- Throws:
org.exoplatform.commons.exception.ObjectNotFoundException
-
clone
-