Uses of Class
org.exoplatform.wiki.jpa.entity.PageEntity
-
Packages that use PageEntity Package Description org.exoplatform.wiki.jpa org.exoplatform.wiki.jpa.dao org.exoplatform.wiki.jpa.entity -
-
Uses of PageEntity in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return PageEntity Modifier and Type Method Description static PageEntityEntityConverter. convertPageToPageEntity(Page page, WikiDAO wikiDAO)PageEntityJPADataStorage. fetchPageEntity(Page page)Fecth Page Entity from a Page domain objectMethods in org.exoplatform.wiki.jpa with parameters of type PageEntity Modifier and Type Method Description static PageEntityConverter. convertPageEntityToPage(PageEntity pageEntity) -
Uses of PageEntity in org.exoplatform.wiki.jpa.dao
Methods in org.exoplatform.wiki.jpa.dao that return PageEntity Modifier and Type Method Description PageEntityPageDAO. getPageOfWikiByName(String wikiType, String wikiOwner, String pageName)Methods in org.exoplatform.wiki.jpa.dao that return types with arguments of type PageEntity Modifier and Type Method Description List<PageEntity>PageDAO. findAllBySyntax(String syntax, int offset, int limit)List<PageEntity>PageDAO. getAllPagesOfWiki(String wikiType, String wikiOwner)List<PageEntity>PageDAO. getChildrenPages(PageEntity page)List<PageEntity>PageDAO. getPagesOfWiki(String wikiType, String wikiOwner, boolean deleted)Methods in org.exoplatform.wiki.jpa.dao with parameters of type PageEntity Modifier and Type Method Description List<PageEntity>PageDAO. getChildrenPages(PageEntity page) -
Uses of PageEntity in org.exoplatform.wiki.jpa.entity
Methods in org.exoplatform.wiki.jpa.entity that return PageEntity Modifier and Type Method Description PageEntityPageAttachmentEntity. getPage()PageEntityPageMoveEntity. getPage()PageEntityPageVersionEntity. getPage()PageEntityPageEntity. getParentPage()PageEntityDraftPageEntity. getTargetPage()PageEntityWikiEntity. getWikiHome()Methods in org.exoplatform.wiki.jpa.entity that return types with arguments of type PageEntity Modifier and Type Method Description List<PageEntity>PageEntity. getRelatedPages()Methods in org.exoplatform.wiki.jpa.entity with parameters of type PageEntity Modifier and Type Method Description voidPageAttachmentEntity. setPage(PageEntity page)voidPageMoveEntity. setPage(PageEntity page)voidPageVersionEntity. setPage(PageEntity page)voidPageEntity. setParentPage(PageEntity parentPage)voidDraftPageEntity. setTargetPage(PageEntity targetPage)WikiEntityWikiEntity. setWikiHome(PageEntity wikiHome)Method parameters in org.exoplatform.wiki.jpa.entity with type arguments of type PageEntity Modifier and Type Method Description voidPageEntity. setRelatedPages(List<PageEntity> relatedPages)
-