Uses of Class
org.exoplatform.cs.entity.EnvironmentEntity
-
Packages that use EnvironmentEntity Package Description org.exoplatform.cs.dao org.exoplatform.cs.entity org.exoplatform.cs.service -
-
Uses of EnvironmentEntity in org.exoplatform.cs.dao
Methods in org.exoplatform.cs.dao that return EnvironmentEntity Modifier and Type Method Description EnvironmentEntityEnvironmentDAO. getDefaultEnvironmentBySpace(String spaceGroupId)Methods in org.exoplatform.cs.dao that return types with arguments of type EnvironmentEntity Modifier and Type Method Description List<EnvironmentEntity>EnvironmentDAO. getAllEnvironments()List<EnvironmentEntity>EnvironmentDAO. getEnvironmentsBySpace(String spaceGroupId) -
Uses of EnvironmentEntity in org.exoplatform.cs.entity
Methods in org.exoplatform.cs.entity that return EnvironmentEntity Modifier and Type Method Description EnvironmentEntityTopicEntity. getEnvironment()Methods in org.exoplatform.cs.entity with parameters of type EnvironmentEntity Modifier and Type Method Description voidTopicEntity. setEnvironment(EnvironmentEntity environment) -
Uses of EnvironmentEntity in org.exoplatform.cs.service
Methods in org.exoplatform.cs.service that return EnvironmentEntity Modifier and Type Method Description protected EnvironmentEntityBaseService. convert(EnvironmentDTO dto, SpaceEntity spaceEntity, boolean remove)Methods in org.exoplatform.cs.service with parameters of type EnvironmentEntity Modifier and Type Method Description protected EnvironmentDTOBaseService. convert(EnvironmentEntity entity)
-