Uses of Class
org.exoplatform.wiki.jpa.entity.PageMoveEntity
-
Packages that use PageMoveEntity Package Description org.exoplatform.wiki.jpa.dao org.exoplatform.wiki.jpa.entity -
-
Uses of PageMoveEntity in org.exoplatform.wiki.jpa.dao
Methods in org.exoplatform.wiki.jpa.dao that return types with arguments of type PageMoveEntity Modifier and Type Method Description List<PageMoveEntity>PageMoveDAO. findInPageMoves(String wikiType, String wikiOwner, String pageName) -
Uses of PageMoveEntity in org.exoplatform.wiki.jpa.entity
Methods in org.exoplatform.wiki.jpa.entity that return types with arguments of type PageMoveEntity Modifier and Type Method Description List<PageMoveEntity>PageEntity. getMoves()Method parameters in org.exoplatform.wiki.jpa.entity with type arguments of type PageMoveEntity Modifier and Type Method Description voidPageEntity. setMoves(List<PageMoveEntity> moves)
-