Class SettingsController
- java.lang.Object
-
- org.exoplatform.cs.portlet.common.CSControllerBase
-
- org.exoplatform.cs.portlet.settings.SettingsController
-
public class SettingsController extends CSControllerBase
-
-
Constructor Summary
Constructors Constructor Description SettingsController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteType(org.exoplatform.cs.dto.TypeDTO typeDTO)juzu.ResponsegetBundle(String locale)org.exoplatform.services.log.LoggetLogger()Map<String,List<org.exoplatform.cs.dto.TypeDTO>>getTypes()juzu.Response.Contentindex()List<org.exoplatform.cs.dto.EnvironmentDTO>loadAllEnvironments()org.exoplatform.cs.dto.TypeDTOsaveType(org.exoplatform.cs.dto.TypeDTO typeDTO)-
Methods inherited from class org.exoplatform.cs.portlet.common.CSControllerBase
getBundle, getCurrentSpaceId, getCurrentUser, getResourceBundle, getResourceBundle, isCSManager
-
-
-
-
Method Detail
-
index
public juzu.Response.Content index()
-
getTypes
public Map<String,List<org.exoplatform.cs.dto.TypeDTO>> getTypes() throws Exception
- Throws:
Exception
-
saveType
public org.exoplatform.cs.dto.TypeDTO saveType(org.exoplatform.cs.dto.TypeDTO typeDTO) throws Exception- Throws:
Exception
-
loadAllEnvironments
public List<org.exoplatform.cs.dto.EnvironmentDTO> loadAllEnvironments() throws Exception
- Throws:
Exception
-
deleteType
public void deleteType(org.exoplatform.cs.dto.TypeDTO typeDTO) throws Exception- Throws:
Exception
-
getBundle
public juzu.Response getBundle(String locale)
-
getLogger
public org.exoplatform.services.log.Log getLogger()
- Specified by:
getLoggerin classCSControllerBase
-
-