public class WikiPageLocalServiceWrapper extends java.lang.Object implements com.liferay.portal.kernel.service.ServiceWrapper<WikiPageLocalService>, WikiPageLocalService
WikiPageLocalService.WikiPageLocalService| Constructor and Description |
|---|
WikiPageLocalServiceWrapper() |
WikiPageLocalServiceWrapper(WikiPageLocalService wikiPageLocalService) |
| Modifier and Type | Method and Description |
|---|---|
WikiPage |
addPage(long userId,
long nodeId,
java.lang.String title,
double version,
java.lang.String content,
java.lang.String summary,
boolean minorEdit,
java.lang.String format,
boolean head,
java.lang.String parentTitle,
java.lang.String redirectTitle,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
addPage(String,
long, long, String, double, String, String, boolean, String,
boolean, String, String, ServiceContext) |
WikiPage |
addPage(long userId,
long nodeId,
java.lang.String title,
java.lang.String content,
java.lang.String summary,
boolean minorEdit,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
WikiPage |
addPage(java.lang.String externalReferenceCode,
long userId,
long nodeId,
java.lang.String title,
double version,
java.lang.String content,
java.lang.String summary,
boolean minorEdit,
java.lang.String format,
boolean head,
java.lang.String parentTitle,
java.lang.String redirectTitle,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
com.liferay.portal.kernel.repository.model.FileEntry |
addPageAttachment(long userId,
long nodeId,
java.lang.String title,
java.lang.String fileName,
java.io.File file,
java.lang.String mimeType) |
com.liferay.portal.kernel.repository.model.FileEntry |
addPageAttachment(long userId,
long nodeId,
java.lang.String title,
java.lang.String fileName,
java.io.InputStream inputStream,
java.lang.String mimeType) |
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> |
addPageAttachments(long userId,
long nodeId,
java.lang.String title,
java.util.List<com.liferay.portal.kernel.util.ObjectValuePair<java.lang.String,java.io.InputStream>> inputStreamOVPs) |
void |
addPageResources(long nodeId,
java.lang.String title,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
addPageResources(WikiPage page,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
addPageResources(WikiPage page,
com.liferay.portal.kernel.service.permission.ModelPermissions modelPermissions) |
com.liferay.portal.kernel.repository.model.FileEntry |
addTempFileEntry(long groupId,
long userId,
java.lang.String folderName,
java.lang.String fileName,
java.io.InputStream inputStream,
java.lang.String mimeType) |
WikiPage |
addWikiPage(WikiPage wikiPage)
Adds the wiki page to the database.
|
WikiPage |
changeParent(long userId,
long nodeId,
java.lang.String title,
java.lang.String newParentTitle,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
copyPageAttachments(long userId,
long templateNodeId,
java.lang.String templateTitle,
long nodeId,
java.lang.String title) |
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
WikiPage |
createWikiPage(long pageId)
Creates a new wiki page with the primary key.
|
void |
deletePage(long nodeId,
java.lang.String title) |
void |
deletePage(WikiPage page) |
void |
deletePageAttachment(long nodeId,
java.lang.String title,
java.lang.String fileName) |
void |
deletePageAttachments(long nodeId,
java.lang.String title) |
void |
deletePages(long nodeId) |
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
void |
deleteTempFileEntry(long groupId,
long userId,
java.lang.String folderName,
java.lang.String fileName) |
void |
deleteTrashPageAttachments(long nodeId,
java.lang.String title) |
WikiPage |
deleteWikiPage(long pageId)
Deletes the wiki page with the primary key from the database.
|
WikiPage |
deleteWikiPage(WikiPage wikiPage)
Deletes the wiki page from the database.
|
void |
discardDraft(long nodeId,
java.lang.String title,
double version) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
WikiPage |
fetchLatestPage(long resourcePrimKey,
int status,
boolean preferApproved) |
WikiPage |
fetchLatestPage(long resourcePrimKey,
long nodeId,
int status,
boolean preferApproved) |
WikiPage |
fetchLatestPage(long nodeId,
java.lang.String title,
int status,
boolean preferApproved) |
WikiPage |
fetchLatestPageByExternalReferenceCode(long groupId,
java.lang.String externalReferenceCode)
Returns the latest wiki page matching the group and the external
reference code
|
WikiPage |
fetchPage(long resourcePrimKey) |
WikiPage |
fetchPage(long nodeId,
java.lang.String title) |
WikiPage |
fetchPage(long nodeId,
java.lang.String title,
double version) |
WikiPage |
fetchWikiPage(long pageId) |
WikiPage |
fetchWikiPageByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the wiki page matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
java.util.List<WikiPage> |
getChildren(long nodeId,
boolean head,
java.lang.String parentTitle) |
java.util.List<WikiPage> |
getChildren(long nodeId,
boolean head,
java.lang.String parentTitle,
int status) |
java.util.List<WikiPage> |
getChildren(long nodeId,
boolean head,
java.lang.String parentTitle,
int start,
int end) |
java.util.List<WikiPage> |
getChildren(long nodeId,
boolean head,
java.lang.String parentTitle,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) |
int |
getChildrenCount(long nodeId,
boolean head,
java.lang.String parentTitle) |
int |
getChildrenCount(long nodeId,
boolean head,
java.lang.String parentTitle,
int status) |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<WikiPage> |
getCTPersistence() |
java.util.List<WikiPage> |
getDependentPages(long nodeId,
boolean head,
java.lang.String title,
int status) |
WikiPageDisplay |
getDisplay(long nodeId,
java.lang.String title,
javax.portlet.PortletURL viewPageURL,
java.util.function.Supplier<javax.portlet.PortletURL> editPageURLSupplier,
java.lang.String attachmentURLPrefix) |
WikiPage |
getDraftPage(long nodeId,
java.lang.String title) |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
java.util.List<WikiPage> |
getIncomingLinks(long nodeId,
java.lang.String title) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
WikiPage |
getLatestPage(long resourcePrimKey,
int status,
boolean preferApproved) |
WikiPage |
getLatestPage(long resourcePrimKey,
long nodeId,
int status,
boolean preferApproved) |
WikiPage |
getLatestPage(long nodeId,
java.lang.String title,
int status,
boolean preferApproved) |
WikiPage |
getLatestPageByExternalReferenceCode(long groupId,
java.lang.String externalReferenceCode)
Returns the latest wiki page matching the group and the external
reference code
|
java.lang.Class<WikiPage> |
getModelClass() |
java.util.List<WikiPage> |
getOrphans(java.util.List<WikiPage> pages) |
java.util.List<WikiPage> |
getOrphans(long nodeId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<WikiPage> |
getOutgoingLinks(long nodeId,
java.lang.String title) |
WikiPage |
getPage(long resourcePrimKey) |
WikiPage |
getPage(long resourcePrimKey,
java.lang.Boolean head) |
WikiPage |
getPage(long nodeId,
java.lang.String title) |
WikiPage |
getPage(long nodeId,
java.lang.String title,
java.lang.Boolean head) |
WikiPage |
getPage(long nodeId,
java.lang.String title,
double version) |
WikiPage |
getPageByPageId(long pageId) |
WikiPageDisplay |
getPageDisplay(long nodeId,
java.lang.String title,
javax.portlet.PortletURL viewPageURL,
javax.portlet.PortletURL editPageURL,
java.lang.String attachmentURLPrefix) |
WikiPageDisplay |
getPageDisplay(WikiPage page,
javax.portlet.PortletURL viewPageURL,
javax.portlet.PortletURL editPageURL,
java.lang.String attachmentURLPrefix) |
WikiPageDisplay |
getPageDisplay(WikiPage page,
javax.portlet.PortletURL viewPageURL,
javax.portlet.PortletURL editPageURL,
java.lang.String attachmentURLPrefix,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
WikiPageDisplay |
getPageDisplay(WikiPage page,
javax.portlet.PortletURL viewPageURL,
java.util.function.Supplier<javax.portlet.PortletURL> editPageURLSupplier,
java.lang.String attachmentURLPrefix,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
java.util.List<WikiPage> |
getPages(long nodeId,
boolean head,
int start,
int end) |
java.util.List<WikiPage> |
getPages(long nodeId,
boolean head,
int status,
int start,
int end) |
java.util.List<WikiPage> |
getPages(long nodeId,
boolean head,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) |
java.util.List<WikiPage> |
getPages(long nodeId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) |
java.util.List<WikiPage> |
getPages(long nodeId,
int start,
int end) |
java.util.List<WikiPage> |
getPages(long nodeId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) |
java.util.List<WikiPage> |
getPages(long resourcePrimKey,
long nodeId,
int status) |
java.util.List<WikiPage> |
getPages(long userId,
long nodeId,
int status,
int start,
int end) |
java.util.List<WikiPage> |
getPages(long groupId,
long nodeId,
int status,
long statusByUserId) |
java.util.List<WikiPage> |
getPages(long nodeId,
java.lang.String title,
boolean head,
int start,
int end) |
java.util.List<WikiPage> |
getPages(long nodeId,
java.lang.String title,
int start,
int end) |
java.util.List<WikiPage> |
getPages(long nodeId,
java.lang.String title,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) |
java.util.List<WikiPage> |
getPages(java.lang.String format) |
int |
getPagesCount(long nodeId) |
int |
getPagesCount(long nodeId,
boolean head) |
int |
getPagesCount(long nodeId,
boolean head,
int status) |
int |
getPagesCount(long nodeId,
int status) |
int |
getPagesCount(long userId,
long nodeId,
int status) |
int |
getPagesCount(long nodeId,
java.lang.String title) |
int |
getPagesCount(long nodeId,
java.lang.String title,
boolean head) |
int |
getPagesCount(java.lang.String format) |
java.util.List<? extends com.liferay.portal.kernel.model.PersistedModel> |
getPersistedModel(long resourcePrimKey) |
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
WikiPage |
getPreviousVersionPage(WikiPage page) |
java.util.List<WikiPage> |
getRecentChanges(long groupId,
long nodeId,
int start,
int end) |
int |
getRecentChangesCount(long groupId,
long nodeId) |
java.util.List<WikiPage> |
getRedirectorPages(long nodeId,
boolean head,
java.lang.String redirectTitle,
int status) |
java.util.List<WikiPage> |
getRedirectorPages(long nodeId,
java.lang.String redirectTitle) |
java.lang.String[] |
getTempFileNames(long groupId,
long userId,
java.lang.String folderName) |
WikiPage |
getWikiPage(long pageId)
Returns the wiki page with the primary key.
|
WikiPage |
getWikiPageByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the wiki page matching the UUID and group.
|
java.util.List<WikiPage> |
getWikiPages(int start,
int end)
Returns a range of all the wiki pages.
|
java.util.List<WikiPage> |
getWikiPagesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the wiki pages matching the UUID and company.
|
java.util.List<WikiPage> |
getWikiPagesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns a range of wiki pages matching the UUID and company.
|
int |
getWikiPagesCount()
Returns the number of wiki pages.
|
WikiPageLocalService |
getWrappedService() |
boolean |
hasDraftPage(long nodeId,
java.lang.String title) |
void |
moveDependentToTrash(WikiPage page,
long trashEntryId) |
com.liferay.portal.kernel.repository.model.FileEntry |
movePageAttachmentToTrash(long userId,
long nodeId,
java.lang.String title,
java.lang.String fileName) |
WikiPage |
movePageFromTrash(long userId,
long nodeId,
java.lang.String title,
long newNodeId,
java.lang.String newParentTitle) |
WikiPage |
movePageToTrash(long userId,
long nodeId,
java.lang.String title) |
WikiPage |
movePageToTrash(long userId,
long nodeId,
java.lang.String title,
double version) |
WikiPage |
movePageToTrash(long userId,
WikiPage page) |
void |
renamePage(long userId,
long nodeId,
java.lang.String title,
java.lang.String newTitle,
boolean strict,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
renamePage(long userId,
long nodeId,
java.lang.String title,
java.lang.String newTitle,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
restorePageAttachmentFromTrash(long userId,
long nodeId,
java.lang.String title,
java.lang.String fileName) |
void |
restorePageFromTrash(long userId,
WikiPage page) |
WikiPage |
revertPage(long userId,
long nodeId,
java.lang.String title,
double version,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setWrappedService(WikiPageLocalService wikiPageLocalService) |
void |
subscribePage(long userId,
long nodeId,
java.lang.String title) |
void |
unsubscribePage(long userId,
long nodeId,
java.lang.String title) |
void |
updateAsset(long userId,
WikiPage page,
long[] assetCategoryIds,
java.lang.String[] assetTagNames,
long[] assetLinkEntryIds,
java.lang.Double priority) |
void |
updateLastPostDate(long nodeId,
java.util.Date lastPostDate) |
WikiPage |
updatePage(long userId,
long nodeId,
java.lang.String title,
double version,
java.lang.String content,
java.lang.String summary,
boolean minorEdit,
java.lang.String format,
java.lang.String parentTitle,
java.lang.String redirectTitle,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
WikiPage |
updateStatus(long userId,
long resourcePrimKey,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
WikiPage |
updateStatus(long userId,
WikiPage page,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext) |
WikiPage |
updateWikiPage(WikiPage wikiPage)
Updates the wiki page in the database or adds it if it does not yet exist.
|
WikiPage |
updateWikiPage(WikiPage wikiPage,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<WikiPage>,R,E> updateUnsafeFunction) |
public WikiPageLocalServiceWrapper()
public WikiPageLocalServiceWrapper(WikiPageLocalService wikiPageLocalService)
@Deprecated public WikiPage addPage(long userId, long nodeId, java.lang.String title, double version, java.lang.String content, java.lang.String summary, boolean minorEdit, java.lang.String format, boolean head, java.lang.String parentTitle, java.lang.String redirectTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addPage(String,
long, long, String, double, String, String, boolean, String,
boolean, String, String, ServiceContext)addPage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage addPage(long userId, long nodeId, java.lang.String title, java.lang.String content, java.lang.String summary, boolean minorEdit, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addPage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage addPage(java.lang.String externalReferenceCode, long userId, long nodeId, java.lang.String title, double version, java.lang.String content, java.lang.String summary, boolean minorEdit, java.lang.String format, boolean head, java.lang.String parentTitle, java.lang.String redirectTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addPage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.repository.model.FileEntry addPageAttachment(long userId,
long nodeId,
java.lang.String title,
java.lang.String fileName,
java.io.File file,
java.lang.String mimeType)
throws com.liferay.portal.kernel.exception.PortalException
addPageAttachment in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.repository.model.FileEntry addPageAttachment(long userId,
long nodeId,
java.lang.String title,
java.lang.String fileName,
java.io.InputStream inputStream,
java.lang.String mimeType)
throws com.liferay.portal.kernel.exception.PortalException
addPageAttachment in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> addPageAttachments(long userId,
long nodeId,
java.lang.String title,
java.util.List<com.liferay.portal.kernel.util.ObjectValuePair<java.lang.String,java.io.InputStream>> inputStreamOVPs)
throws com.liferay.portal.kernel.exception.PortalException
addPageAttachments in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void addPageResources(long nodeId,
java.lang.String title,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException
addPageResources in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void addPageResources(WikiPage page, boolean addGroupPermissions, boolean addGuestPermissions) throws com.liferay.portal.kernel.exception.PortalException
addPageResources in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void addPageResources(WikiPage page, com.liferay.portal.kernel.service.permission.ModelPermissions modelPermissions) throws com.liferay.portal.kernel.exception.PortalException
addPageResources in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.repository.model.FileEntry addTempFileEntry(long groupId,
long userId,
java.lang.String folderName,
java.lang.String fileName,
java.io.InputStream inputStream,
java.lang.String mimeType)
throws com.liferay.portal.kernel.exception.PortalException
addTempFileEntry in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage addWikiPage(WikiPage wikiPage)
Important: Inspect WikiPageLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addWikiPage in interface WikiPageLocalServicewikiPage - the wiki pagepublic WikiPage changeParent(long userId, long nodeId, java.lang.String title, java.lang.String newParentTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
changeParent in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void copyPageAttachments(long userId,
long templateNodeId,
java.lang.String templateTitle,
long nodeId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.PortalException
copyPageAttachments in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecreatePersistedModel in interface WikiPageLocalServicePortalExceptionpublic WikiPage createWikiPage(long pageId)
createWikiPage in interface WikiPageLocalServicepageId - the primary key for the new wiki pagepublic void deletePage(long nodeId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.PortalException
deletePage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deletePage(WikiPage page) throws com.liferay.portal.kernel.exception.PortalException
deletePage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deletePageAttachment(long nodeId,
java.lang.String title,
java.lang.String fileName)
throws com.liferay.portal.kernel.exception.PortalException
deletePageAttachment in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deletePageAttachments(long nodeId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.PortalException
deletePageAttachments in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deletePages(long nodeId)
throws com.liferay.portal.kernel.exception.PortalException
deletePages in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedeletePersistedModel in interface WikiPageLocalServicePortalExceptionpublic void deleteTempFileEntry(long groupId,
long userId,
java.lang.String folderName,
java.lang.String fileName)
throws com.liferay.portal.kernel.exception.PortalException
deleteTempFileEntry in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteTrashPageAttachments(long nodeId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.PortalException
deleteTrashPageAttachments in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage deleteWikiPage(long pageId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect WikiPageLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteWikiPage in interface WikiPageLocalServicepageId - the primary key of the wiki pagePortalException - if a wiki page with the primary key could not be foundpublic WikiPage deleteWikiPage(WikiPage wikiPage)
Important: Inspect WikiPageLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteWikiPage in interface WikiPageLocalServicewikiPage - the wiki pagepublic void discardDraft(long nodeId,
java.lang.String title,
double version)
throws com.liferay.portal.kernel.exception.PortalException
discardDraft in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQuery in interface WikiPageLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQueryCount in interface WikiPageLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface WikiPageLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface WikiPageLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.wiki.model.impl.WikiPageModelImpl.
dynamicQuery in interface WikiPageLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.wiki.model.impl.WikiPageModelImpl.
dynamicQuery in interface WikiPageLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface WikiPageLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface WikiPageLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic WikiPage fetchLatestPage(long resourcePrimKey, int status, boolean preferApproved)
fetchLatestPage in interface WikiPageLocalServicepublic WikiPage fetchLatestPage(long resourcePrimKey, long nodeId, int status, boolean preferApproved)
fetchLatestPage in interface WikiPageLocalServicepublic WikiPage fetchLatestPage(long nodeId, java.lang.String title, int status, boolean preferApproved)
fetchLatestPage in interface WikiPageLocalServicepublic WikiPage fetchLatestPageByExternalReferenceCode(long groupId, java.lang.String externalReferenceCode)
fetchLatestPageByExternalReferenceCode in interface WikiPageLocalServicegroupId - the primary key of the groupexternalReferenceCode - the wiki page's external reference codenull if no
matching wiki page could be foundpublic WikiPage fetchPage(long resourcePrimKey)
fetchPage in interface WikiPageLocalServicepublic WikiPage fetchPage(long nodeId, java.lang.String title)
fetchPage in interface WikiPageLocalServicepublic WikiPage fetchPage(long nodeId, java.lang.String title, double version)
fetchPage in interface WikiPageLocalServicepublic WikiPage fetchWikiPage(long pageId)
fetchWikiPage in interface WikiPageLocalServicepublic WikiPage fetchWikiPageByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchWikiPageByUuidAndGroupId in interface WikiPageLocalServiceuuid - the wiki page's UUIDgroupId - the primary key of the groupnull if a matching wiki page could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface WikiPageLocalServicepublic java.util.List<WikiPage> getChildren(long nodeId, boolean head, java.lang.String parentTitle)
getChildren in interface WikiPageLocalServicepublic java.util.List<WikiPage> getChildren(long nodeId, boolean head, java.lang.String parentTitle, int status)
getChildren in interface WikiPageLocalServicepublic java.util.List<WikiPage> getChildren(long nodeId, boolean head, java.lang.String parentTitle, int start, int end)
getChildren in interface WikiPageLocalServicepublic java.util.List<WikiPage> getChildren(long nodeId, boolean head, java.lang.String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
getChildren in interface WikiPageLocalServicepublic int getChildrenCount(long nodeId,
boolean head,
java.lang.String parentTitle)
getChildrenCount in interface WikiPageLocalServicepublic int getChildrenCount(long nodeId,
boolean head,
java.lang.String parentTitle,
int status)
getChildrenCount in interface WikiPageLocalServicepublic java.util.List<WikiPage> getDependentPages(long nodeId, boolean head, java.lang.String title, int status)
getDependentPages in interface WikiPageLocalServicepublic WikiPageDisplay getDisplay(long nodeId, java.lang.String title, javax.portlet.PortletURL viewPageURL, java.util.function.Supplier<javax.portlet.PortletURL> editPageURLSupplier, java.lang.String attachmentURLPrefix) throws com.liferay.portal.kernel.exception.PortalException
getDisplay in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage getDraftPage(long nodeId, java.lang.String title) throws com.liferay.portal.kernel.exception.PortalException
getDraftPage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface WikiPageLocalServicepublic java.util.List<WikiPage> getIncomingLinks(long nodeId, java.lang.String title) throws com.liferay.portal.kernel.exception.PortalException
getIncomingLinks in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface WikiPageLocalServicepublic WikiPage getLatestPage(long resourcePrimKey, int status, boolean preferApproved) throws com.liferay.portal.kernel.exception.PortalException
getLatestPage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage getLatestPage(long resourcePrimKey, long nodeId, int status, boolean preferApproved) throws com.liferay.portal.kernel.exception.PortalException
getLatestPage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage getLatestPage(long nodeId, java.lang.String title, int status, boolean preferApproved) throws com.liferay.portal.kernel.exception.PortalException
getLatestPage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage getLatestPageByExternalReferenceCode(long groupId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
getLatestPageByExternalReferenceCode in interface WikiPageLocalServicegroupId - the primary key of the groupexternalReferenceCode - the wiki page's external reference codePortalException - if a portal exception occurredpublic java.util.List<WikiPage> getOrphans(java.util.List<WikiPage> pages) throws com.liferay.portal.kernel.exception.PortalException
getOrphans in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<WikiPage> getOrphans(long nodeId) throws com.liferay.portal.kernel.exception.PortalException
getOrphans in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface WikiPageLocalServicepublic java.util.List<WikiPage> getOutgoingLinks(long nodeId, java.lang.String title) throws com.liferay.portal.kernel.exception.PortalException
getOutgoingLinks in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage getPage(long resourcePrimKey) throws com.liferay.portal.kernel.exception.PortalException
getPage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage getPage(long resourcePrimKey, java.lang.Boolean head) throws com.liferay.portal.kernel.exception.PortalException
getPage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage getPage(long nodeId, java.lang.String title) throws com.liferay.portal.kernel.exception.PortalException
getPage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage getPage(long nodeId, java.lang.String title, java.lang.Boolean head) throws com.liferay.portal.kernel.exception.PortalException
getPage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage getPage(long nodeId, java.lang.String title, double version) throws com.liferay.portal.kernel.exception.PortalException
getPage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage getPageByPageId(long pageId) throws com.liferay.portal.kernel.exception.PortalException
getPageByPageId in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPageDisplay getPageDisplay(long nodeId, java.lang.String title, javax.portlet.PortletURL viewPageURL, javax.portlet.PortletURL editPageURL, java.lang.String attachmentURLPrefix) throws com.liferay.portal.kernel.exception.PortalException
getPageDisplay in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPageDisplay getPageDisplay(WikiPage page, javax.portlet.PortletURL viewPageURL, javax.portlet.PortletURL editPageURL, java.lang.String attachmentURLPrefix) throws com.liferay.portal.kernel.exception.PortalException
getPageDisplay in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPageDisplay getPageDisplay(WikiPage page, javax.portlet.PortletURL viewPageURL, javax.portlet.PortletURL editPageURL, java.lang.String attachmentURLPrefix, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
getPageDisplay in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPageDisplay getPageDisplay(WikiPage page, javax.portlet.PortletURL viewPageURL, java.util.function.Supplier<javax.portlet.PortletURL> editPageURLSupplier, java.lang.String attachmentURLPrefix, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
getPageDisplay in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<WikiPage> getPages(long nodeId, boolean head, int start, int end)
getPages in interface WikiPageLocalServicepublic java.util.List<WikiPage> getPages(long nodeId, boolean head, int status, int start, int end)
getPages in interface WikiPageLocalServicepublic java.util.List<WikiPage> getPages(long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
getPages in interface WikiPageLocalServicepublic java.util.List<WikiPage> getPages(long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
getPages in interface WikiPageLocalServicepublic java.util.List<WikiPage> getPages(long nodeId, int start, int end)
getPages in interface WikiPageLocalServicepublic java.util.List<WikiPage> getPages(long nodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
getPages in interface WikiPageLocalServicepublic java.util.List<WikiPage> getPages(long resourcePrimKey, long nodeId, int status)
getPages in interface WikiPageLocalServicepublic java.util.List<WikiPage> getPages(long userId, long nodeId, int status, int start, int end)
getPages in interface WikiPageLocalServicepublic java.util.List<WikiPage> getPages(long groupId, long nodeId, int status, long statusByUserId)
getPages in interface WikiPageLocalServicepublic java.util.List<WikiPage> getPages(long nodeId, java.lang.String title, boolean head, int start, int end)
getPages in interface WikiPageLocalServicepublic java.util.List<WikiPage> getPages(long nodeId, java.lang.String title, int start, int end)
getPages in interface WikiPageLocalServicepublic java.util.List<WikiPage> getPages(long nodeId, java.lang.String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
getPages in interface WikiPageLocalServicepublic java.util.List<WikiPage> getPages(java.lang.String format)
getPages in interface WikiPageLocalServicepublic int getPagesCount(long nodeId)
getPagesCount in interface WikiPageLocalServicepublic int getPagesCount(long nodeId,
boolean head)
getPagesCount in interface WikiPageLocalServicepublic int getPagesCount(long nodeId,
boolean head,
int status)
getPagesCount in interface WikiPageLocalServicepublic int getPagesCount(long nodeId,
int status)
getPagesCount in interface WikiPageLocalServicepublic int getPagesCount(long userId,
long nodeId,
int status)
getPagesCount in interface WikiPageLocalServicepublic int getPagesCount(long nodeId,
java.lang.String title)
getPagesCount in interface WikiPageLocalServicepublic int getPagesCount(long nodeId,
java.lang.String title,
boolean head)
getPagesCount in interface WikiPageLocalServicepublic int getPagesCount(java.lang.String format)
getPagesCount in interface WikiPageLocalServicepublic java.util.List<? extends com.liferay.portal.kernel.model.PersistedModel> getPersistedModel(long resourcePrimKey)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.kernel.service.PersistedResourcedModelLocalServicegetPersistedModel in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicegetPersistedModel in interface WikiPageLocalServicePortalExceptionpublic WikiPage getPreviousVersionPage(WikiPage page) throws com.liferay.portal.kernel.exception.PortalException
getPreviousVersionPage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<WikiPage> getRecentChanges(long groupId, long nodeId, int start, int end)
getRecentChanges in interface WikiPageLocalServicepublic int getRecentChangesCount(long groupId,
long nodeId)
getRecentChangesCount in interface WikiPageLocalServicepublic java.util.List<WikiPage> getRedirectorPages(long nodeId, boolean head, java.lang.String redirectTitle, int status)
getRedirectorPages in interface WikiPageLocalServicepublic java.util.List<WikiPage> getRedirectorPages(long nodeId, java.lang.String redirectTitle)
getRedirectorPages in interface WikiPageLocalServicepublic java.lang.String[] getTempFileNames(long groupId,
long userId,
java.lang.String folderName)
throws com.liferay.portal.kernel.exception.PortalException
getTempFileNames in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage getWikiPage(long pageId) throws com.liferay.portal.kernel.exception.PortalException
getWikiPage in interface WikiPageLocalServicepageId - the primary key of the wiki pagePortalException - if a wiki page with the primary key could not be foundpublic WikiPage getWikiPageByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getWikiPageByUuidAndGroupId in interface WikiPageLocalServiceuuid - the wiki page's UUIDgroupId - the primary key of the groupPortalException - if a matching wiki page could not be foundpublic java.util.List<WikiPage> getWikiPages(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.wiki.model.impl.WikiPageModelImpl.
getWikiPages in interface WikiPageLocalServicestart - the lower bound of the range of wiki pagesend - the upper bound of the range of wiki pages (not inclusive)public java.util.List<WikiPage> getWikiPagesByUuidAndCompanyId(java.lang.String uuid, long companyId)
getWikiPagesByUuidAndCompanyId in interface WikiPageLocalServiceuuid - the UUID of the wiki pagescompanyId - the primary key of the companypublic java.util.List<WikiPage> getWikiPagesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
getWikiPagesByUuidAndCompanyId in interface WikiPageLocalServiceuuid - the UUID of the wiki pagescompanyId - the primary key of the companystart - the lower bound of the range of wiki pagesend - the upper bound of the range of wiki pages (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getWikiPagesCount()
getWikiPagesCount in interface WikiPageLocalServicepublic boolean hasDraftPage(long nodeId,
java.lang.String title)
hasDraftPage in interface WikiPageLocalServicepublic void moveDependentToTrash(WikiPage page, long trashEntryId) throws com.liferay.portal.kernel.exception.PortalException
moveDependentToTrash in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.repository.model.FileEntry movePageAttachmentToTrash(long userId,
long nodeId,
java.lang.String title,
java.lang.String fileName)
throws com.liferay.portal.kernel.exception.PortalException
movePageAttachmentToTrash in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage movePageFromTrash(long userId, long nodeId, java.lang.String title, long newNodeId, java.lang.String newParentTitle) throws com.liferay.portal.kernel.exception.PortalException
movePageFromTrash in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage movePageToTrash(long userId, long nodeId, java.lang.String title) throws com.liferay.portal.kernel.exception.PortalException
movePageToTrash in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage movePageToTrash(long userId, long nodeId, java.lang.String title, double version) throws com.liferay.portal.kernel.exception.PortalException
movePageToTrash in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage movePageToTrash(long userId, WikiPage page) throws com.liferay.portal.kernel.exception.PortalException
movePageToTrash in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void renamePage(long userId,
long nodeId,
java.lang.String title,
java.lang.String newTitle,
boolean strict,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
renamePage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void renamePage(long userId,
long nodeId,
java.lang.String title,
java.lang.String newTitle,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
renamePage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void restorePageAttachmentFromTrash(long userId,
long nodeId,
java.lang.String title,
java.lang.String fileName)
throws com.liferay.portal.kernel.exception.PortalException
restorePageAttachmentFromTrash in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void restorePageFromTrash(long userId,
WikiPage page)
throws com.liferay.portal.kernel.exception.PortalException
restorePageFromTrash in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage revertPage(long userId, long nodeId, java.lang.String title, double version, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
revertPage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void subscribePage(long userId,
long nodeId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.PortalException
subscribePage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void unsubscribePage(long userId,
long nodeId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.PortalException
unsubscribePage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void updateAsset(long userId,
WikiPage page,
long[] assetCategoryIds,
java.lang.String[] assetTagNames,
long[] assetLinkEntryIds,
java.lang.Double priority)
throws com.liferay.portal.kernel.exception.PortalException
updateAsset in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void updateLastPostDate(long nodeId,
java.util.Date lastPostDate)
updateLastPostDate in interface WikiPageLocalServicepublic WikiPage updatePage(long userId, long nodeId, java.lang.String title, double version, java.lang.String content, java.lang.String summary, boolean minorEdit, java.lang.String format, java.lang.String parentTitle, java.lang.String redirectTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updatePage in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage updateStatus(long userId, long resourcePrimKey, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateStatus in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage updateStatus(long userId, WikiPage page, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext, java.util.Map<java.lang.String,java.io.Serializable> workflowContext) throws com.liferay.portal.kernel.exception.PortalException
updateStatus in interface WikiPageLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage updateWikiPage(WikiPage wikiPage)
Important: Inspect WikiPageLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateWikiPage in interface WikiPageLocalServicewikiPage - the wiki pagepublic WikiPage updateWikiPage(WikiPage wikiPage, com.liferay.portal.kernel.service.ServiceContext serviceContext)
updateWikiPage in interface WikiPageLocalServicepublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<WikiPage> getCTPersistence()
getCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<WikiPage>getCTPersistence in interface WikiPageLocalServicepublic java.lang.Class<WikiPage> getModelClass()
getModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<WikiPage>getModelClass in interface WikiPageLocalServicepublic <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<WikiPage>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<WikiPage>updateWithUnsafeFunction in interface WikiPageLocalServiceE extends java.lang.Throwablepublic WikiPageLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<WikiPageLocalService>public void setWrappedService(WikiPageLocalService wikiPageLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<WikiPageLocalService>