Uses of Class
org.exoplatform.cs.dto.EnvironmentDTO
Packages that use EnvironmentDTO
-
Uses of EnvironmentDTO in org.exoplatform.cs.rest.utils
Methods in org.exoplatform.cs.rest.utils with parameters of type EnvironmentDTOModifier and TypeMethodDescriptionstatic final CSEnvironmentEntityBuilder.fromEnvironmentDto(EnvironmentDTO environmentDTO) -
Uses of EnvironmentDTO in org.exoplatform.cs.service
Methods in org.exoplatform.cs.service that return EnvironmentDTOModifier and TypeMethodDescriptionprotected EnvironmentDTOBaseService.convert(EnvironmentEntity entity) EnvironmentService.getEnvironment(Long id) EnvironmentService.getSpaceDefaultEnvironment(String spaceGroupId) TicketService.getTopicEnvironment(String topicId) EnvironmentService.saveEnvironment(EnvironmentDTO environmentDTO) Methods in org.exoplatform.cs.service that return types with arguments of type EnvironmentDTOModifier and TypeMethodDescriptionEnvironmentService.getAllEnvironments()EnvironmentService.getSpaceEnvironments(String spaceGroupId) Methods in org.exoplatform.cs.service with parameters of type EnvironmentDTOModifier and TypeMethodDescriptionprotected EnvironmentEntityBaseService.convert(EnvironmentDTO dto, SpaceEntity spaceEntity, boolean remove) voidEnvironmentService.remove(EnvironmentDTO entity) EnvironmentService.saveEnvironment(EnvironmentDTO environmentDTO)