Class EnvironmentController

java.lang.Object
org.exoplatform.cs.portlet.common.CSControllerBase
org.exoplatform.cs.portlet.environment.EnvironmentController

public class EnvironmentController extends CSControllerBase
  • Constructor Details

    • EnvironmentController

      public EnvironmentController()
  • Method Details

    • index

      public juzu.Response.Content index()
    • getEnvironments

      public List<org.exoplatform.cs.dto.EnvironmentDTO> getEnvironments()
    • saveEnvironment

      public List<org.exoplatform.cs.dto.EnvironmentDTO> saveEnvironment(org.exoplatform.cs.dto.EnvironmentDTO envDTO) throws Exception
      Throws:
      Exception
    • getTypes

      public Map<String,List<org.exoplatform.cs.dto.TypeDTO>> getTypes() throws Exception
      Throws:
      Exception
    • saveType

      public void saveType(org.exoplatform.cs.dto.TypeDTO typeDTO) throws Exception
      Throws:
      Exception
    • deleteType

      public void deleteType(org.exoplatform.cs.dto.TypeDTO typeDTO) throws Exception
      Throws:
      Exception
    • deleteEnvironment

      public List<org.exoplatform.cs.dto.EnvironmentDTO> deleteEnvironment(org.exoplatform.cs.dto.EnvironmentDTO envDTO)
    • getBundle

      public juzu.Response getBundle(String locale)
    • getLogger

      public org.exoplatform.services.log.Log getLogger()
      Specified by:
      getLogger in class CSControllerBase