Class Application
java.lang.Object
org.exoplatform.portal.config.model.ModelObject
org.exoplatform.portal.config.model.Application
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()voidclone()static Applicationstatic ApplicationcreatePortletApplication(String storageId) static ApplicationbooleanbooleanbooleanvoidvoidsetShowApplicationMode(boolean b) voidsetShowApplicationState(boolean b) voidsetShowInfoBar(boolean b) Methods inherited from class org.exoplatform.portal.config.model.ModelObject
build
-
Constructor Details
-
Application
-
Application
-
-
Method Details
-
getProfiles
-
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) -
getProperties
-
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
-