Uses of Class
org.exoplatform.wiki.jpa.entity.PageEntity
Packages that use PageEntity
Package
Description
-
Uses of PageEntity in org.exoplatform.wiki.jpa.dao
Methods in org.exoplatform.wiki.jpa.dao that return PageEntityModifier and TypeMethodDescriptionPageDAO.getPageOfWikiByName(String wikiType, String wikiOwner, String pageName) Methods in org.exoplatform.wiki.jpa.dao that return types with arguments of type PageEntityModifier and TypeMethodDescriptionPageDAO.findAllBySyntax(String syntax, int offset, int limit) PageDAO.getAllPagesOfWiki(String wikiType, String wikiOwner) PageDAO.getChildrenPages(PageEntity page) PageDAO.getPagesOfWiki(String wikiType, String wikiOwner, boolean deleted) Methods in org.exoplatform.wiki.jpa.dao with parameters of type PageEntity -
Uses of PageEntity in org.exoplatform.wiki.jpa.entity
Methods in org.exoplatform.wiki.jpa.entity that return PageEntityModifier and TypeMethodDescriptionPageMoveEntity.getPage()PageVersionEntity.getPage()DraftPageEntity.getParentPage()DraftPageEntity.getTargetPage()WikiEntity.getWikiHome()Methods in org.exoplatform.wiki.jpa.entity with parameters of type PageEntityModifier and TypeMethodDescriptionvoidPageMoveEntity.setPage(PageEntity page) voidPageVersionEntity.setPage(PageEntity page) voidDraftPageEntity.setParentPage(PageEntity parentPage) voidDraftPageEntity.setTargetPage(PageEntity targetPage) WikiEntity.setWikiHome(PageEntity wikiHome) -
Uses of PageEntity in org.exoplatform.wiki.storage
Methods in org.exoplatform.wiki.storage that return PageEntityModifier and TypeMethodDescriptionstatic PageEntityEntityConverter.convertPageToPageEntity(Page page, WikiDAO wikiDAO) NoteDataStorage.fetchPageEntity(Page page) Methods in org.exoplatform.wiki.storage with parameters of type PageEntityModifier and TypeMethodDescriptionstatic PageEntityConverter.convertPageEntityToPage(PageEntity pageEntity)