Class SpaceApplicationConfigPlugin.SpaceApplication
java.lang.Object
org.exoplatform.social.core.space.SpaceApplicationConfigPlugin.SpaceApplication
- Enclosing class:
SpaceApplicationConfigPlugin
The space application model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets appTitle to be displayed on space's navigation.getIcon()Gets the icon class for the application page node.intgetOrder()Gets the order in the space's navigation.Gets the portletApp.Gets portletName.Gets preferences for this application when installed.getUri()Gets the uri of the application page node.booleanChecks if this application is removable for not.voidisRemovable(boolean isRemovable) Indicates if this application is removable or not.voidsetAppTitle(String appTitle) Sets appTitle to be displayed on space's navigation.voidSets the icon class for the application page node.voidsetOrder(int order) Sets the order in the space's navigation.voidsetPortletApp(String portletApp) Sets the portletApp - the war name file which has that portlet.voidsetPortletName(String portletName) Sets portletName.voidsetPreferences(Map<String, String> preferences) Sets preferences for this application when installed.voidSets the uri of this application page node.
-
Constructor Details
-
SpaceApplication
public SpaceApplication()
-
-
Method Details
-
setPortletApp
Sets the portletApp - the war name file which has that portlet.- Parameters:
portletApp-
-
getPortletApp
Gets the portletApp.- Returns:
-
setPortletName
Sets portletName.- Parameters:
portletName-
-
getPortletName
Gets portletName.- Returns:
-
setAppTitle
Sets appTitle to be displayed on space's navigation.- Parameters:
appTitle-
-
getAppTitle
Gets appTitle to be displayed on space's navigation.- Returns:
-
isRemovable
public void isRemovable(boolean isRemovable) Indicates if this application is removable or not.- Parameters:
isRemovable-
-
isRemovable
public boolean isRemovable()Checks if this application is removable for not.- Returns:
-
setOrder
public void setOrder(int order) Sets the order in the space's navigation.- Parameters:
order-
-
getOrder
public int getOrder()Gets the order in the space's navigation.- Returns:
-
setUri
Sets the uri of this application page node.- Parameters:
uri-
-
getUri
Gets the uri of the application page node.- Returns:
-
setIcon
Sets the icon class for the application page node.- Parameters:
icon-
-
getIcon
Gets the icon class for the application page node.- Returns:
-
setPreferences
Sets preferences for this application when installed.- Parameters:
preferences-
-
getPreferences
Gets preferences for this application when installed.- Returns:
-