public class EnvironmentDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EnvironmentEntity,Long>
| Constructor and Description |
|---|
EnvironmentDAO() |
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentEntity> |
getAllEnvironments() |
EnvironmentEntity |
getDefaultEnvironmentBySpace(String spaceGroupId) |
List<EnvironmentEntity> |
getEnvironmentsBySpace(String spaceGroupId) |
public List<EnvironmentEntity> getEnvironmentsBySpace(String spaceGroupId) throws Exception
Exceptionpublic EnvironmentEntity getDefaultEnvironmentBySpace(String spaceGroupId) throws Exception
Exceptionpublic List<EnvironmentEntity> getAllEnvironments() throws Exception
ExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.