Class CSControllerBase
- java.lang.Object
-
- org.exoplatform.cs.portlet.common.CSControllerBase
-
- Direct Known Subclasses:
EnvironmentController,QuickTicketController,SettingsController,SpaceController,TicketAdministrationController,TicketChartsController,TicketController,TicketMenuController
public abstract class CSControllerBase extends Object
-
-
Constructor Summary
Constructors Constructor Description CSControllerBase()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description juzu.ResponsegetBundle(Locale locale)StringgetCurrentSpaceId()protected org.exoplatform.services.organization.UsergetCurrentUser()abstract org.exoplatform.services.log.LoggetLogger()protected ResourceBundlegetResourceBundle()protected ResourceBundlegetResourceBundle(Locale locale)protected booleanisCSManager()Checks if the current user is a customer spaces manager
-
-
-
Method Detail
-
getBundle
public juzu.Response getBundle(Locale locale)
-
getCurrentSpaceId
public String getCurrentSpaceId()
-
getLogger
public abstract org.exoplatform.services.log.Log getLogger()
-
getCurrentUser
protected org.exoplatform.services.organization.User getCurrentUser() throws Exception- Throws:
Exception
-
isCSManager
protected boolean isCSManager()
Checks if the current user is a customer spaces manager- Returns:
- boolean
-
getResourceBundle
protected ResourceBundle getResourceBundle(Locale locale)
-
getResourceBundle
protected ResourceBundle getResourceBundle()
-
-