Package org.exoplatform.wiki.jpa.dao
Class PageMoveDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<E,ID>
-
- org.exoplatform.wiki.jpa.dao.WikiBaseDAO<PageMoveEntity,Long>
-
- org.exoplatform.wiki.jpa.dao.PageMoveDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<PageMoveEntity,Long>
public class PageMoveDAO extends WikiBaseDAO<PageMoveEntity,Long>
-
-
Constructor Summary
Constructors Constructor Description PageMoveDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PageMoveEntity>findInPageMoves(String wikiType, String wikiOwner, String pageName)-
Methods inherited from class org.exoplatform.wiki.jpa.dao.WikiBaseDAO
validateGroupWikiOwner
-
-
-
-
Method Detail
-
findInPageMoves
public List<PageMoveEntity> findInPageMoves(String wikiType, String wikiOwner, String pageName)
-
-