Uses of Class
org.exoplatform.wiki.jpa.entity.DraftPageEntity
-
Packages that use DraftPageEntity Package Description org.exoplatform.wiki.jpa org.exoplatform.wiki.jpa.dao org.exoplatform.wiki.jpa.entity -
-
Uses of DraftPageEntity in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return DraftPageEntity Modifier and Type Method Description static DraftPageEntityEntityConverter. convertDraftPageToDraftPageEntity(DraftPage draftPage, PageDAO pageDAO)Methods in org.exoplatform.wiki.jpa with parameters of type DraftPageEntity Modifier and Type Method Description static DraftPageEntityConverter. convertDraftPageEntityToDraftPage(DraftPageEntity draftPageEntity)voidJPADataStorage. deleteAttachmentsOfDraftPage(DraftPageEntity page) -
Uses of DraftPageEntity in org.exoplatform.wiki.jpa.dao
Methods in org.exoplatform.wiki.jpa.dao that return DraftPageEntity Modifier and Type Method Description DraftPageEntityDraftPageDAO. findLatestDraftPageByUser(String username)DraftPageEntityDraftPageDAO. findLatestDraftPageByUserAndName(String username, String draftPageName)Methods in org.exoplatform.wiki.jpa.dao that return types with arguments of type DraftPageEntity Modifier and Type Method Description List<DraftPageEntity>DraftPageDAO. findDraftPagesByUser(String username)List<DraftPageEntity>DraftPageDAO. findDraftPagesByUserAndTargetPage(String username, long targetPageId) -
Uses of DraftPageEntity in org.exoplatform.wiki.jpa.entity
Methods in org.exoplatform.wiki.jpa.entity that return DraftPageEntity Modifier and Type Method Description DraftPageEntityDraftPageAttachmentEntity. getDraftPage()Methods in org.exoplatform.wiki.jpa.entity with parameters of type DraftPageEntity Modifier and Type Method Description voidDraftPageAttachmentEntity. setDraftPage(DraftPageEntity draftPage)
-