Uses of Class
org.exoplatform.wiki.jpa.entity.DraftPageEntity
Packages that use DraftPageEntity
Package
Description
-
Uses of DraftPageEntity in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return DraftPageEntityModifier and TypeMethodDescriptionstatic DraftPageEntityEntityConverter.convertDraftPageToDraftPageEntity(DraftPage draftPage, PageDAO pageDAO) Methods in org.exoplatform.wiki.jpa with parameters of type DraftPageEntityModifier and TypeMethodDescriptionstatic DraftPageEntityConverter.convertDraftPageEntityToDraftPage(DraftPageEntity draftPageEntity) voidJPADataStorage.deleteAttachmentsOfDraftPage(DraftPageEntity page) Method parameters in org.exoplatform.wiki.jpa with type arguments of type DraftPageEntityModifier and TypeMethodDescriptionEntityConverter.convertDraftPageEntitiesToDraftPages(List<DraftPageEntity> draftPageEntities) EntityConverter.toDraftPages(List<DraftPageEntity> draftPageEntities) -
Uses of DraftPageEntity in org.exoplatform.wiki.jpa.dao
Methods in org.exoplatform.wiki.jpa.dao that return DraftPageEntityModifier and TypeMethodDescriptionDraftPageDAO.findDraftPageByName(String draftPageName) DraftPageDAO.findLatestDraftPageByTargetPage(Long targetPageId) DraftPageDAO.findLatestDraftPageByTargetPageAndLang(Long targetPageId, String lang) Methods in org.exoplatform.wiki.jpa.dao that return types with arguments of type DraftPageEntityModifier and TypeMethodDescriptionDraftPageDAO.findDraftPagesByParentPage(long parentPageId) DraftPageDAO.findDraftPagesByTargetPage(long targetPageId) -
Uses of DraftPageEntity in org.exoplatform.wiki.jpa.entity
Methods in org.exoplatform.wiki.jpa.entity that return DraftPageEntityMethods in org.exoplatform.wiki.jpa.entity with parameters of type DraftPageEntityModifier and TypeMethodDescriptionvoidDraftPageAttachmentEntity.setDraftPage(DraftPageEntity draftPage)