public class WikiDAO extends WikiBaseDAO<WikiEntity,Long>
| Constructor and Description |
|---|
WikiDAO() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
findAllIds(int offset,
int limit) |
WikiEntity |
getWikiByTypeAndOwner(String wikiType,
String wikiOwner) |
List<WikiEntity> |
getWikisByType(String wikiType) |
validateGroupWikiOwnerpublic WikiEntity getWikiByTypeAndOwner(String wikiType, String wikiOwner)
public List<WikiEntity> getWikisByType(String wikiType)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.