public interface SpaceDAO extends org.exoplatform.commons.api.persistence.GenericDAO<SpaceEntity,Long>
| Modifier and Type | Method and Description |
|---|---|
List<SpaceEntity> |
getLastSpaces(int limit) |
SpaceEntity |
getSpaceByDisplayName(String spaceDisplayName) |
SpaceEntity |
getSpaceByGroupId(String groupId) |
SpaceEntity |
getSpaceByPrettyName(String spacePrettyName) |
SpaceEntity |
getSpaceByURL(String url) |
List<SpaceEntity> getLastSpaces(int limit)
SpaceEntity getSpaceByGroupId(String groupId)
SpaceEntity getSpaceByURL(String url)
SpaceEntity getSpaceByDisplayName(String spaceDisplayName)
SpaceEntity getSpaceByPrettyName(String spacePrettyName)
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.