Class SettingsController
java.lang.Object
org.exoplatform.cs.portlet.common.CSControllerBase
org.exoplatform.cs.portlet.settings.SettingsController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteType(org.exoplatform.cs.dto.TypeDTO typeDTO) juzu.Responseorg.exoplatform.services.log.LoggetTypes()juzu.Response.Contentindex()List<org.exoplatform.cs.dto.EnvironmentDTO>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
-
Constructor Details
-
SettingsController
public SettingsController()
-
-
Method Details
-
index
public juzu.Response.Content index() -
getTypes
- Throws:
Exception
-
saveType
public org.exoplatform.cs.dto.TypeDTO saveType(org.exoplatform.cs.dto.TypeDTO typeDTO) throws Exception - Throws:
Exception
-
loadAllEnvironments
- Throws:
Exception
-
deleteType
- Throws:
Exception
-
getBundle
-
getLogger
public org.exoplatform.services.log.Log getLogger()- Specified by:
getLoggerin classCSControllerBase
-