Class WikiPageLocalServiceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.change.tracking.CTService<WikiPage>,com.liferay.portal.kernel.service.PersistedModelLocalService,com.liferay.portal.kernel.service.PersistedResourcedModelLocalService,com.liferay.portal.kernel.service.ServiceWrapper<WikiPageLocalService>,WikiPageLocalService
WikiPageLocalService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPage(long userId, long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, boolean head, String parentTitle, String redirectTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.addPage(long userId, long nodeId, String title, String content, String summary, boolean minorEdit, com.liferay.portal.kernel.service.ServiceContext serviceContext) addPage(String externalReferenceCode, long userId, long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, boolean head, String parentTitle, String redirectTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) com.liferay.portal.kernel.repository.model.FileEntryaddPageAttachment(long userId, long nodeId, String title, String fileName, File file, String mimeType) com.liferay.portal.kernel.repository.model.FileEntryaddPageAttachment(long userId, long nodeId, String title, String fileName, InputStream inputStream, String mimeType) List<com.liferay.portal.kernel.repository.model.FileEntry>addPageAttachments(long userId, long nodeId, String title, List<com.liferay.portal.kernel.util.ObjectValuePair<String, InputStream>> inputStreamOVPs) voidaddPageResources(long nodeId, String title, boolean addGroupPermissions, boolean addGuestPermissions) voidaddPageResources(WikiPage page, boolean addGroupPermissions, boolean addGuestPermissions) voidaddPageResources(WikiPage page, com.liferay.portal.kernel.service.permission.ModelPermissions modelPermissions) com.liferay.portal.kernel.repository.model.FileEntryaddTempFileEntry(long groupId, long userId, String folderName, String fileName, InputStream inputStream, String mimeType) addWikiPage(WikiPage wikiPage) Adds the wiki page to the database.changeParent(long userId, long nodeId, String title, String newParentTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) voidcopyPageAttachments(long userId, long templateNodeId, String templateTitle, long nodeId, String title) com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) createWikiPage(long pageId) Creates a new wiki page with the primary key.voiddeletePage(long nodeId, String title) voiddeletePage(WikiPage page) voiddeletePageAttachment(long nodeId, String title, String fileName) voiddeletePageAttachments(long nodeId, String title) voiddeletePages(long nodeId) com.liferay.portal.kernel.model.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) voiddeleteTempFileEntry(long groupId, long userId, String folderName, String fileName) voiddeleteTrashPageAttachments(long nodeId, String title) deleteWikiPage(long pageId) Deletes the wiki page with the primary key from the database.deleteWikiPage(WikiPage wikiPage) Deletes the wiki page from the database.voiddiscardDraft(long nodeId, String title, double version) <T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) intdslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) com.liferay.portal.kernel.dao.orm.DynamicQuery<T> List<T>dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> 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> 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.longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.longdynamicQueryCount(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.fetchLatestPage(long resourcePrimKey, int status, boolean preferApproved) fetchLatestPage(long resourcePrimKey, long nodeId, int status, boolean preferApproved) fetchLatestPage(long nodeId, String title, int status, boolean preferApproved) fetchLatestPageByExternalReferenceCode(long groupId, String externalReferenceCode) Returns the latest wiki page matching the group and the external reference codefetchPage(long resourcePrimKey) com.liferay.portal.kernel.model.PersistedModelfetchPersistedModel(Serializable primaryKeyObj) fetchWikiPage(long pageId) fetchWikiPageByUuidAndGroupId(String uuid, long groupId) Returns the wiki page matching the UUID and group.com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerycom.liferay.portal.kernel.service.persistence.BasePersistence<?>getChildren(long nodeId, boolean head, String parentTitle) getChildren(long nodeId, boolean head, String parentTitle, int status) getChildren(long nodeId, boolean head, String parentTitle, int start, int end) getChildren(long nodeId, boolean head, String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) intgetChildrenCount(long nodeId, boolean head, String parentTitle) intgetChildrenCount(long nodeId, boolean head, String parentTitle, int status) com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<WikiPage>getDependentPages(long nodeId, boolean head, String title, int status) getDisplay(long nodeId, String title, javax.portlet.PortletURL viewPageURL, Supplier<javax.portlet.PortletURL> editPageURLSupplier, String attachmentURLPrefix) getDraftPage(long nodeId, String title) com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuerygetExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) getIncomingLinks(long nodeId, String title) com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuerygetLatestPage(long resourcePrimKey, int status, boolean preferApproved) getLatestPage(long resourcePrimKey, long nodeId, int status, boolean preferApproved) getLatestPage(long nodeId, String title, int status, boolean preferApproved) getLatestPageByExternalReferenceCode(long groupId, String externalReferenceCode) Returns the latest wiki page matching the group and the external reference codegetOrphans(long nodeId) getOrphans(List<WikiPage> pages) Returns the OSGi service identifier.getOutgoingLinks(long nodeId, String title) getPage(long resourcePrimKey) getPageByPageId(long pageId) getPageDisplay(long nodeId, String title, javax.portlet.PortletURL viewPageURL, javax.portlet.PortletURL editPageURL, String attachmentURLPrefix) getPageDisplay(WikiPage page, javax.portlet.PortletURL viewPageURL, Supplier<javax.portlet.PortletURL> editPageURLSupplier, String attachmentURLPrefix, com.liferay.portal.kernel.service.ServiceContext serviceContext) getPageDisplay(WikiPage page, javax.portlet.PortletURL viewPageURL, javax.portlet.PortletURL editPageURL, String attachmentURLPrefix) getPageDisplay(WikiPage page, javax.portlet.PortletURL viewPageURL, javax.portlet.PortletURL editPageURL, String attachmentURLPrefix, com.liferay.portal.kernel.service.ServiceContext serviceContext) getPages(long nodeId, boolean head, int start, int end) getPages(long nodeId, boolean head, int status, int start, int end) getPages(long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) getPages(long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) getPages(long nodeId, int start, int end) getPages(long nodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) getPages(long resourcePrimKey, long nodeId, int status) getPages(long userId, long nodeId, int status, int start, int end) getPages(long groupId, long nodeId, int status, long statusByUserId) getPages(long nodeId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) intgetPagesCount(long nodeId) intgetPagesCount(long nodeId, boolean head) intgetPagesCount(long nodeId, boolean head, int status) intgetPagesCount(long nodeId, int status) intgetPagesCount(long userId, long nodeId, int status) intgetPagesCount(long nodeId, String title) intgetPagesCount(long nodeId, String title, boolean head) intgetPagesCount(String format) List<? extends com.liferay.portal.kernel.model.PersistedModel>getPersistedModel(long resourcePrimKey) com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) getRecentChanges(long groupId, long nodeId, int start, int end) intgetRecentChangesCount(long groupId, long nodeId) getRedirectorPages(long nodeId, boolean head, String redirectTitle, int status) getRedirectorPages(long nodeId, String redirectTitle) String[]getTempFileNames(long groupId, long userId, String folderName) getWikiPage(long pageId) Returns the wiki page with the primary key.getWikiPageByUuidAndGroupId(String uuid, long groupId) Returns the wiki page matching the UUID and group.getWikiPages(int start, int end) Returns a range of all the wiki pages.getWikiPagesByUuidAndCompanyId(String uuid, long companyId) Returns all the wiki pages matching the UUID and company.getWikiPagesByUuidAndCompanyId(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.intReturns the number of wiki pages.booleanhasDraftPage(long nodeId, String title) voidmoveDependentToTrash(WikiPage page, long trashEntryId) com.liferay.portal.kernel.repository.model.FileEntrymovePageAttachmentToTrash(long userId, long nodeId, String title, String fileName) movePageFromTrash(long userId, long nodeId, String title, long newNodeId, String newParentTitle) movePageToTrash(long userId, long nodeId, String title) movePageToTrash(long userId, long nodeId, String title, double version) movePageToTrash(long userId, WikiPage page) voidrenamePage(long userId, long nodeId, String title, String newTitle, boolean strict, com.liferay.portal.kernel.service.ServiceContext serviceContext) voidrenamePage(long userId, long nodeId, String title, String newTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) voidrestorePageAttachmentFromTrash(long userId, long nodeId, String title, String fileName) voidrestorePageFromTrash(long userId, WikiPage page) revertPage(long userId, long nodeId, String title, double version, com.liferay.portal.kernel.service.ServiceContext serviceContext) voidsetWrappedService(WikiPageLocalService wikiPageLocalService) voidsubscribePage(long userId, long nodeId, String title) voidunsubscribePage(long userId, long nodeId, String title) voidupdateAsset(long userId, WikiPage page, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds, Double priority) voidupdateLastPostDate(long nodeId, Date lastPostDate) updatePage(long userId, long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateStatus(long userId, long resourcePrimKey, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateStatus(long userId, WikiPage page, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext, Map<String, Serializable> workflowContext) updateWikiPage(WikiPage wikiPage) Updates the wiki page in the database or adds it if it does not yet exist.updateWikiPage(WikiPage wikiPage, com.liferay.portal.kernel.service.ServiceContext serviceContext) <R,E extends Throwable>
RupdateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<WikiPage>, R, E> updateUnsafeFunction)
-
Constructor Details
-
WikiPageLocalServiceWrapper
public WikiPageLocalServiceWrapper() -
WikiPageLocalServiceWrapper
-
-
Method Details
-
addPage
@Deprecated public WikiPage addPage(long userId, long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, boolean head, String parentTitle, String redirectTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException Deprecated.As of Cavanaugh (7.4.x), replaced byaddPage(String, long, long, String, double, String, String, boolean, String, boolean, String, String, ServiceContext)- Specified by:
addPagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addPage
public WikiPage addPage(long userId, long nodeId, String title, String content, String summary, boolean minorEdit, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addPagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addPage
public WikiPage addPage(String externalReferenceCode, long userId, long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, boolean head, String parentTitle, String redirectTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addPagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addPageAttachment
public com.liferay.portal.kernel.repository.model.FileEntry addPageAttachment(long userId, long nodeId, String title, String fileName, File file, String mimeType) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addPageAttachmentin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addPageAttachment
public com.liferay.portal.kernel.repository.model.FileEntry addPageAttachment(long userId, long nodeId, String title, String fileName, InputStream inputStream, String mimeType) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addPageAttachmentin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addPageAttachments
public List<com.liferay.portal.kernel.repository.model.FileEntry> addPageAttachments(long userId, long nodeId, String title, List<com.liferay.portal.kernel.util.ObjectValuePair<String, InputStream>> inputStreamOVPs) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
addPageAttachmentsin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addPageResources
public void addPageResources(long nodeId, String title, boolean addGroupPermissions, boolean addGuestPermissions) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addPageResourcesin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addPageResources
public void addPageResources(WikiPage page, boolean addGroupPermissions, boolean addGuestPermissions) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addPageResourcesin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addPageResources
public void addPageResources(WikiPage page, com.liferay.portal.kernel.service.permission.ModelPermissions modelPermissions) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addPageResourcesin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addTempFileEntry
public com.liferay.portal.kernel.repository.model.FileEntry addTempFileEntry(long groupId, long userId, String folderName, String fileName, InputStream inputStream, String mimeType) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addTempFileEntryin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addWikiPage
Adds the wiki page to the database. Also notifies the appropriate model listeners.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.
- Specified by:
addWikiPagein interfaceWikiPageLocalService- Parameters:
wikiPage- the wiki page- Returns:
- the wiki page that was added
-
changeParent
public WikiPage changeParent(long userId, long nodeId, String title, String newParentTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
changeParentin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
copyPageAttachments
public void copyPageAttachments(long userId, long templateNodeId, String templateTitle, long nodeId, String title) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
copyPageAttachmentsin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Specified by:
createPersistedModelin interfaceWikiPageLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
createWikiPage
Creates a new wiki page with the primary key. Does not add the wiki page to the database.- Specified by:
createWikiPagein interfaceWikiPageLocalService- Parameters:
pageId- the primary key for the new wiki page- Returns:
- the new wiki page
-
deletePage
public void deletePage(long nodeId, String title) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deletePage
- Specified by:
deletePagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deletePageAttachment
public void deletePageAttachment(long nodeId, String title, String fileName) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePageAttachmentin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deletePageAttachments
public void deletePageAttachments(long nodeId, String title) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePageAttachmentsin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deletePages
public void deletePages(long nodeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePagesin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deletePersistedModel
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Specified by:
deletePersistedModelin interfaceWikiPageLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
deleteTempFileEntry
public void deleteTempFileEntry(long groupId, long userId, String folderName, String fileName) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteTempFileEntryin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteTrashPageAttachments
public void deleteTrashPageAttachments(long nodeId, String title) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteTrashPageAttachmentsin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteWikiPage
public WikiPage deleteWikiPage(long pageId) throws com.liferay.portal.kernel.exception.PortalException Deletes the wiki page with the primary key from the database. Also notifies the appropriate model listeners.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.
- Specified by:
deleteWikiPagein interfaceWikiPageLocalService- Parameters:
pageId- the primary key of the wiki page- Returns:
- the wiki page that was removed
- Throws:
PortalException- if a wiki page with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
deleteWikiPage
Deletes the wiki page from the database. Also notifies the appropriate model listeners.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.
- Specified by:
deleteWikiPagein interfaceWikiPageLocalService- Parameters:
wikiPage- the wiki page- Returns:
- the wiki page that was removed
-
discardDraft
public void discardDraft(long nodeId, String title, double version) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
discardDraftin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Specified by:
dslQueryin interfaceWikiPageLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Specified by:
dslQueryCountin interfaceWikiPageLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfaceWikiPageLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfaceWikiPageLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.wiki.model.impl.WikiPageModelImpl.- Specified by:
dynamicQueryin interfaceWikiPageLocalService- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- the upper bound of the range of model instances (not inclusive)- Returns:
- the range of matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.wiki.model.impl.WikiPageModelImpl.- Specified by:
dynamicQueryin interfaceWikiPageLocalService- Parameters:
dynamicQuery- 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 (optionallynull)- Returns:
- the ordered range of matching rows
-
dynamicQueryCount
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceWikiPageLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
public 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.- Specified by:
dynamicQueryCountin interfaceWikiPageLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchLatestPage
- Specified by:
fetchLatestPagein interfaceWikiPageLocalService
-
fetchLatestPage
public WikiPage fetchLatestPage(long resourcePrimKey, long nodeId, int status, boolean preferApproved) - Specified by:
fetchLatestPagein interfaceWikiPageLocalService
-
fetchLatestPage
- Specified by:
fetchLatestPagein interfaceWikiPageLocalService
-
fetchLatestPageByExternalReferenceCode
Returns the latest wiki page matching the group and the external reference code- Specified by:
fetchLatestPageByExternalReferenceCodein interfaceWikiPageLocalService- Parameters:
groupId- the primary key of the groupexternalReferenceCode- the wiki page's external reference code- Returns:
- the latest matching wiki page, or
nullif no matching wiki page could be found
-
fetchPage
- Specified by:
fetchPagein interfaceWikiPageLocalService
-
fetchPage
- Specified by:
fetchPagein interfaceWikiPageLocalService
-
fetchPage
- Specified by:
fetchPagein interfaceWikiPageLocalService
-
fetchPersistedModel
public com.liferay.portal.kernel.model.PersistedModel fetchPersistedModel(Serializable primaryKeyObj) - Specified by:
fetchPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Specified by:
fetchPersistedModelin interfaceWikiPageLocalService
-
fetchWikiPage
- Specified by:
fetchWikiPagein interfaceWikiPageLocalService
-
fetchWikiPageByUuidAndGroupId
Returns the wiki page matching the UUID and group.- Specified by:
fetchWikiPageByUuidAndGroupIdin interfaceWikiPageLocalService- Parameters:
uuid- the wiki page's UUIDgroupId- the primary key of the group- Returns:
- the matching wiki page, or
nullif a matching wiki page could not be found
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin interfaceWikiPageLocalService
-
getChildren
- Specified by:
getChildrenin interfaceWikiPageLocalService
-
getChildren
- Specified by:
getChildrenin interfaceWikiPageLocalService
-
getChildren
public List<WikiPage> getChildren(long nodeId, boolean head, String parentTitle, int start, int end) - Specified by:
getChildrenin interfaceWikiPageLocalService
-
getChildren
public List<WikiPage> getChildren(long nodeId, boolean head, String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) - Specified by:
getChildrenin interfaceWikiPageLocalService
-
getChildrenCount
- Specified by:
getChildrenCountin interfaceWikiPageLocalService
-
getChildrenCount
- Specified by:
getChildrenCountin interfaceWikiPageLocalService
-
getDependentPages
- Specified by:
getDependentPagesin interfaceWikiPageLocalService
-
getDisplay
public WikiPageDisplay getDisplay(long nodeId, String title, javax.portlet.PortletURL viewPageURL, Supplier<javax.portlet.PortletURL> editPageURLSupplier, String attachmentURLPrefix) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDisplayin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDraftPage
public WikiPage getDraftPage(long nodeId, String title) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDraftPagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getExportActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) - Specified by:
getExportActionableDynamicQueryin interfaceWikiPageLocalService
-
getIncomingLinks
public List<WikiPage> getIncomingLinks(long nodeId, String title) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getIncomingLinksin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfaceWikiPageLocalService
-
getLatestPage
public WikiPage getLatestPage(long resourcePrimKey, int status, boolean preferApproved) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getLatestPagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLatestPage
public WikiPage getLatestPage(long resourcePrimKey, long nodeId, int status, boolean preferApproved) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getLatestPagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLatestPage
public WikiPage getLatestPage(long nodeId, String title, int status, boolean preferApproved) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getLatestPagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLatestPageByExternalReferenceCode
public WikiPage getLatestPageByExternalReferenceCode(long groupId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException Returns the latest wiki page matching the group and the external reference code- Specified by:
getLatestPageByExternalReferenceCodein interfaceWikiPageLocalService- Parameters:
groupId- the primary key of the groupexternalReferenceCode- the wiki page's external reference code- Returns:
- the latest matching wiki page
- Throws:
PortalException- if a portal exception occurredcom.liferay.portal.kernel.exception.PortalException
-
getOrphans
public List<WikiPage> getOrphans(List<WikiPage> pages) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getOrphansin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOrphans
public List<WikiPage> getOrphans(long nodeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getOrphansin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceWikiPageLocalService- Returns:
- the OSGi service identifier
-
getOutgoingLinks
public List<WikiPage> getOutgoingLinks(long nodeId, String title) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getOutgoingLinksin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPage
public WikiPage getPage(long resourcePrimKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPage
public WikiPage getPage(long resourcePrimKey, Boolean head) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPage
public WikiPage getPage(long nodeId, String title) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPage
public WikiPage getPage(long nodeId, String title, Boolean head) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPage
public WikiPage getPage(long nodeId, String title, double version) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPageByPageId
public WikiPage getPageByPageId(long pageId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPageByPageIdin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPageDisplay
public WikiPageDisplay getPageDisplay(long nodeId, String title, javax.portlet.PortletURL viewPageURL, javax.portlet.PortletURL editPageURL, String attachmentURLPrefix) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPageDisplayin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPageDisplay
public WikiPageDisplay getPageDisplay(WikiPage page, javax.portlet.PortletURL viewPageURL, javax.portlet.PortletURL editPageURL, String attachmentURLPrefix) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPageDisplayin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPageDisplay
public WikiPageDisplay getPageDisplay(WikiPage page, javax.portlet.PortletURL viewPageURL, javax.portlet.PortletURL editPageURL, String attachmentURLPrefix, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPageDisplayin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPageDisplay
public WikiPageDisplay getPageDisplay(WikiPage page, javax.portlet.PortletURL viewPageURL, Supplier<javax.portlet.PortletURL> editPageURLSupplier, String attachmentURLPrefix, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPageDisplayin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPages
- Specified by:
getPagesin interfaceWikiPageLocalService
-
getPages
- Specified by:
getPagesin interfaceWikiPageLocalService
-
getPages
public List<WikiPage> getPages(long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) - Specified by:
getPagesin interfaceWikiPageLocalService
-
getPages
public List<WikiPage> getPages(long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) - Specified by:
getPagesin interfaceWikiPageLocalService
-
getPages
- Specified by:
getPagesin interfaceWikiPageLocalService
-
getPages
public List<WikiPage> getPages(long nodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) - Specified by:
getPagesin interfaceWikiPageLocalService
-
getPages
- Specified by:
getPagesin interfaceWikiPageLocalService
-
getPages
- Specified by:
getPagesin interfaceWikiPageLocalService
-
getPages
- Specified by:
getPagesin interfaceWikiPageLocalService
-
getPages
- Specified by:
getPagesin interfaceWikiPageLocalService
-
getPages
- Specified by:
getPagesin interfaceWikiPageLocalService
-
getPages
public List<WikiPage> getPages(long nodeId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) - Specified by:
getPagesin interfaceWikiPageLocalService
-
getPages
- Specified by:
getPagesin interfaceWikiPageLocalService
-
getPagesCount
public int getPagesCount(long nodeId) - Specified by:
getPagesCountin interfaceWikiPageLocalService
-
getPagesCount
public int getPagesCount(long nodeId, boolean head) - Specified by:
getPagesCountin interfaceWikiPageLocalService
-
getPagesCount
public int getPagesCount(long nodeId, boolean head, int status) - Specified by:
getPagesCountin interfaceWikiPageLocalService
-
getPagesCount
public int getPagesCount(long nodeId, int status) - Specified by:
getPagesCountin interfaceWikiPageLocalService
-
getPagesCount
public int getPagesCount(long userId, long nodeId, int status) - Specified by:
getPagesCountin interfaceWikiPageLocalService
-
getPagesCount
- Specified by:
getPagesCountin interfaceWikiPageLocalService
-
getPagesCount
- Specified by:
getPagesCountin interfaceWikiPageLocalService
-
getPagesCount
- Specified by:
getPagesCountin interfaceWikiPageLocalService
-
getPersistedModel
public List<? extends com.liferay.portal.kernel.model.PersistedModel> getPersistedModel(long resourcePrimKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedResourcedModelLocalService- Specified by:
getPersistedModelin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPersistedModel
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Specified by:
getPersistedModelin interfaceWikiPageLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
getPreviousVersionPage
public WikiPage getPreviousVersionPage(WikiPage page) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPreviousVersionPagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRecentChanges
- Specified by:
getRecentChangesin interfaceWikiPageLocalService
-
getRecentChangesCount
public int getRecentChangesCount(long groupId, long nodeId) - Specified by:
getRecentChangesCountin interfaceWikiPageLocalService
-
getRedirectorPages
public List<WikiPage> getRedirectorPages(long nodeId, boolean head, String redirectTitle, int status) - Specified by:
getRedirectorPagesin interfaceWikiPageLocalService
-
getRedirectorPages
- Specified by:
getRedirectorPagesin interfaceWikiPageLocalService
-
getTempFileNames
public String[] getTempFileNames(long groupId, long userId, String folderName) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getTempFileNamesin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWikiPage
Returns the wiki page with the primary key.- Specified by:
getWikiPagein interfaceWikiPageLocalService- Parameters:
pageId- the primary key of the wiki page- Returns:
- the wiki page
- Throws:
PortalException- if a wiki page with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getWikiPageByUuidAndGroupId
public WikiPage getWikiPageByUuidAndGroupId(String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException Returns the wiki page matching the UUID and group.- Specified by:
getWikiPageByUuidAndGroupIdin interfaceWikiPageLocalService- Parameters:
uuid- the wiki page's UUIDgroupId- the primary key of the group- Returns:
- the matching wiki page
- Throws:
PortalException- if a matching wiki page could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getWikiPages
Returns a range of all the wiki pages.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.wiki.model.impl.WikiPageModelImpl.- Specified by:
getWikiPagesin interfaceWikiPageLocalService- Parameters:
start- the lower bound of the range of wiki pagesend- the upper bound of the range of wiki pages (not inclusive)- Returns:
- the range of wiki pages
-
getWikiPagesByUuidAndCompanyId
Returns all the wiki pages matching the UUID and company.- Specified by:
getWikiPagesByUuidAndCompanyIdin interfaceWikiPageLocalService- Parameters:
uuid- the UUID of the wiki pagescompanyId- the primary key of the company- Returns:
- the matching wiki pages, or an empty list if no matches were found
-
getWikiPagesByUuidAndCompanyId
public List<WikiPage> getWikiPagesByUuidAndCompanyId(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.- Specified by:
getWikiPagesByUuidAndCompanyIdin interfaceWikiPageLocalService- Parameters:
uuid- 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 (optionallynull)- Returns:
- the range of matching wiki pages, or an empty list if no matches were found
-
getWikiPagesCount
public int getWikiPagesCount()Returns the number of wiki pages.- Specified by:
getWikiPagesCountin interfaceWikiPageLocalService- Returns:
- the number of wiki pages
-
hasDraftPage
- Specified by:
hasDraftPagein interfaceWikiPageLocalService
-
moveDependentToTrash
public void moveDependentToTrash(WikiPage page, long trashEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveDependentToTrashin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
movePageAttachmentToTrash
public com.liferay.portal.kernel.repository.model.FileEntry movePageAttachmentToTrash(long userId, long nodeId, String title, String fileName) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
movePageAttachmentToTrashin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
movePageFromTrash
public WikiPage movePageFromTrash(long userId, long nodeId, String title, long newNodeId, String newParentTitle) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
movePageFromTrashin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
movePageToTrash
public WikiPage movePageToTrash(long userId, long nodeId, String title) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
movePageToTrashin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
movePageToTrash
public WikiPage movePageToTrash(long userId, long nodeId, String title, double version) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
movePageToTrashin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
movePageToTrash
public WikiPage movePageToTrash(long userId, WikiPage page) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
movePageToTrashin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
renamePage
public void renamePage(long userId, long nodeId, String title, String newTitle, boolean strict, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
renamePagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
renamePage
public void renamePage(long userId, long nodeId, String title, String newTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
renamePagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
restorePageAttachmentFromTrash
public void restorePageAttachmentFromTrash(long userId, long nodeId, String title, String fileName) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
restorePageAttachmentFromTrashin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
restorePageFromTrash
public void restorePageFromTrash(long userId, WikiPage page) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
restorePageFromTrashin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
revertPage
public WikiPage revertPage(long userId, long nodeId, String title, double version, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
revertPagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
subscribePage
public void subscribePage(long userId, long nodeId, String title) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
subscribePagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
unsubscribePage
public void unsubscribePage(long userId, long nodeId, String title) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
unsubscribePagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateAsset
public void updateAsset(long userId, WikiPage page, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds, Double priority) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateAssetin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateLastPostDate
- Specified by:
updateLastPostDatein interfaceWikiPageLocalService
-
updatePage
public WikiPage updatePage(long userId, long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updatePagein interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateStatus
public WikiPage updateStatus(long userId, long resourcePrimKey, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateStatusin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateStatus
public WikiPage updateStatus(long userId, WikiPage page, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext, Map<String, Serializable> workflowContext) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
updateStatusin interfaceWikiPageLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateWikiPage
Updates the wiki page in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.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.
- Specified by:
updateWikiPagein interfaceWikiPageLocalService- Parameters:
wikiPage- the wiki page- Returns:
- the wiki page that was updated
-
updateWikiPage
public WikiPage updateWikiPage(WikiPage wikiPage, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateWikiPagein interfaceWikiPageLocalService
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistencein interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getCTPersistence
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<WikiPage> getCTPersistence()- Specified by:
getCTPersistencein interfacecom.liferay.portal.kernel.service.change.tracking.CTService<WikiPage>- Specified by:
getCTPersistencein interfaceWikiPageLocalService
-
getModelClass
- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<WikiPage>- Specified by:
getModelClassin interfaceWikiPageLocalService
-
updateWithUnsafeFunction
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<WikiPage>, R, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunctionin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<WikiPage>- Specified by:
updateWithUnsafeFunctionin interfaceWikiPageLocalService- Throws:
E extends Throwable
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<WikiPageLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<WikiPageLocalService>
-
addPage(String, long, long, String, double, String, String, boolean, String, boolean, String, String, ServiceContext)