Uses of Class
org.exoplatform.wiki.jpa.entity.DraftPageEntity
Packages that use DraftPageEntity
-
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.storage
Methods in org.exoplatform.wiki.storage that return DraftPageEntityModifier and TypeMethodDescriptionstatic DraftPageEntityEntityConverter.convertDraftPageToDraftPageEntity(DraftPage draftPage, PageDAO pageDAO) Methods in org.exoplatform.wiki.storage with parameters of type DraftPageEntityModifier and TypeMethodDescriptionstatic DraftPageEntityConverter.convertDraftPageEntityToDraftPage(DraftPageEntity draftPageEntity) Method parameters in org.exoplatform.wiki.storage with type arguments of type DraftPageEntityModifier and TypeMethodDescriptionEntityConverter.convertDraftPageEntitiesToDraftPages(List<DraftPageEntity> draftPageEntities) EntityConverter.toDraftPages(List<DraftPageEntity> draftPageEntities)