Uses of Class
org.exoplatform.cs.entity.EnvironmentEntity
-
Packages that use EnvironmentEntity Package Description org.exoplatform.cs.dao 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.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)
-