| Package | Description |
|---|---|
| org.exoplatform.wiki.jpa | |
| org.exoplatform.wiki.jpa.dao | |
| org.exoplatform.wiki.jpa.entity |
| Modifier and Type | Method and Description |
|---|---|
static DraftPageEntity |
EntityConverter.convertDraftPageToDraftPageEntity(DraftPage draftPage,
PageDAO pageDAO) |
| Modifier and Type | Method and Description |
|---|---|
static DraftPage |
EntityConverter.convertDraftPageEntityToDraftPage(DraftPageEntity draftPageEntity) |
void |
JPADataStorage.deleteAttachmentsOfDraftPage(DraftPageEntity page) |
| Modifier and Type | Method and Description |
|---|---|
DraftPageEntity |
DraftPageDAO.findLatestDraftPageByUser(String username) |
DraftPageEntity |
DraftPageDAO.findLatestDraftPageByUserAndName(String username,
String draftPageName) |
| Modifier and Type | Method and Description |
|---|---|
List<DraftPageEntity> |
DraftPageDAO.findDraftPagesByUser(String username) |
List<DraftPageEntity> |
DraftPageDAO.findDraftPagesByUserAndTargetPage(String username,
long targetPageId) |
| Modifier and Type | Method and Description |
|---|---|
DraftPageEntity |
DraftPageAttachmentEntity.getDraftPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
DraftPageAttachmentEntity.setDraftPage(DraftPageEntity draftPage) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.