Package org.exoplatform.wiki.jpa.dao
Class WikiDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<E,ID>
-
- org.exoplatform.wiki.jpa.dao.WikiBaseDAO<WikiEntity,Long>
-
- org.exoplatform.wiki.jpa.dao.WikiDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<WikiEntity,Long>
public class WikiDAO extends WikiBaseDAO<WikiEntity,Long>
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Jun 24, 2015
-
-
Constructor Summary
Constructors Constructor Description WikiDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Long>findAllIds(int offset, int limit)WikiEntitygetWikiByTypeAndOwner(String wikiType, String wikiOwner)List<WikiEntity>getWikisByType(String wikiType)-
Methods inherited from class org.exoplatform.wiki.jpa.dao.WikiBaseDAO
validateGroupWikiOwner
-
-
-
-
Method Detail
-
getWikiByTypeAndOwner
public WikiEntity getWikiByTypeAndOwner(String wikiType, String wikiOwner)
-
getWikisByType
public List<WikiEntity> getWikisByType(String wikiType)
-
-