Class SettingsController

java.lang.Object
org.exoplatform.cs.portlet.common.CSControllerBase
org.exoplatform.cs.portlet.settings.SettingsController

public class SettingsController extends CSControllerBase
  • Constructor Details

    • SettingsController

      public SettingsController()
  • Method Details

    • 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:
      getLogger in class CSControllerBase