Class Container
java.lang.Object
org.exoplatform.portal.config.model.ModelObject
org.exoplatform.portal.config.model.Container
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
Cell,Column,FlexSection,GridSection,Page
- Author:
- Tuan Nguyen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String[]protected ApplicationBackgroundStyleprotected ArrayList<ModelObject> protected Stringstatic final Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.exoplatform.portal.config.model.ModelObject
cssClass, cssStyle, height, storageId, storageName, width -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()protected List<ComponentData> voidclone()String[]getIcon()getId()getName()getTitle()voidvoidsetAccessPermissions(String[] accessPermissions) voidsetChildren(ArrayList<ModelObject> children) voidsetDescription(String des) voidsetFactoryId(String factoryId) voidvoidvoidvoidsetProfiles(String profiles) voidsetTemplate(String template) voidMethods inherited from class org.exoplatform.portal.config.model.ModelObject
build, getStorageId, getStorageName, setStorageName
-
Field Details
-
EVERYONE
- See Also:
-
DEFAULT_ACCESS_PERMISSIONS
-
DEFAULT_MOVE_APPLICATIONS_PERMISSIONS
-
DEFAULT_MOVE_CONTAINERS_PERMISSIONS
-
id
-
name
-
icon
-
template
-
factoryId
-
title
-
description
-
profiles
-
accessPermissions
-
children
-
appBackgroundStyle
-
-
Constructor Details
-
Container
public Container() -
Container
-
Container
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getIcon
-
setIcon
-
getChildren
-
setChildren
-
getDescription
-
setDescription
-
getTitle
-
setTitle
-
getFactoryId
-
setFactoryId
-
getTemplate
-
setTemplate
-
getAccessPermissions
-
setAccessPermissions
-
getProfiles
-
setProfiles
-
build
- Specified by:
buildin classModelObject
-
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
-
buildChildren
-