|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface WikiPageLocalService
Provides the local service interface for WikiPage. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
WikiPageLocalServiceUtil
,
com.liferay.portlet.wiki.service.base.WikiPageLocalServiceBaseImpl
,
com.liferay.portlet.wiki.service.impl.WikiPageLocalServiceImpl
Method Summary | |
---|---|
WikiPage |
addPage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
boolean head,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
addPage(long userId,
long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
void |
addPageAttachment(long userId,
long nodeId,
String title,
String fileName,
File file,
String mimeType)
|
void |
addPageAttachment(long userId,
long nodeId,
String title,
String fileName,
InputStream inputStream,
String mimeType)
|
void |
addPageAttachments(long userId,
long nodeId,
String title,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs)
|
void |
addPageResources(long nodeId,
String title,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
addPageResources(long nodeId,
String title,
String[] groupPermissions,
String[] guestPermissions)
|
void |
addPageResources(WikiPage page,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
addPageResources(WikiPage page,
String[] groupPermissions,
String[] guestPermissions)
|
void |
addTempPageAttachment(long groupId,
long userId,
String fileName,
String tempFolderName,
InputStream inputStream,
String mimeType)
|
WikiPage |
addWikiPage(WikiPage wikiPage)
Adds the wiki page to the database. |
void |
changeParent(long userId,
long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
|
void |
copyPageAttachments(long userId,
long templateNodeId,
String templateTitle,
long nodeId,
String title)
|
WikiPage |
createWikiPage(long pageId)
Creates a new wiki page with the primary key. |
void |
deletePage(long nodeId,
String title)
|
void |
deletePage(long nodeId,
String title,
double version)
Deprecated. As of 6.2.0 replaced by discardDraft(long, String,
double) |
void |
deletePage(WikiPage page)
|
void |
deletePageAttachment(long nodeId,
String title,
String fileName)
|
void |
deletePageAttachments(long nodeId,
String title)
|
void |
deletePages(long nodeId)
|
void |
deleteTempPageAttachment(long groupId,
long userId,
String fileName,
String tempFolderName)
|
void |
deleteTrashPageAttachments(long nodeId,
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,
String title,
double version)
|
DynamicQuery |
dynamicQuery()
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match 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,
String title,
int status,
boolean preferApproved)
|
WikiPage |
fetchPage(long nodeId,
String title)
|
WikiPage |
fetchPage(long nodeId,
String title,
double version)
|
WikiPage |
fetchWikiPage(long pageId)
|
WikiPage |
fetchWikiPageByUuidAndCompanyId(String uuid,
long companyId)
Returns the wiki page with the matching UUID and company. |
WikiPage |
fetchWikiPageByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki page matching the UUID and group. |
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
List<WikiPage> |
getChildren(long nodeId,
boolean head,
String parentTitle)
|
WikiPage |
getDraftPage(long nodeId,
String title)
|
List<WikiPage> |
getIncomingLinks(long nodeId,
String title)
|
WikiPage |
getLatestPage(long resourcePrimKey,
int status,
boolean preferApproved)
|
WikiPage |
getLatestPage(long resourcePrimKey,
long nodeId,
int status,
boolean preferApproved)
|
WikiPage |
getLatestPage(long nodeId,
String title,
int status,
boolean preferApproved)
|
List<WikiPage> |
getNoAssetPages()
|
List<WikiPage> |
getOrphans(long nodeId)
|
List<WikiPage> |
getOutgoingLinks(long nodeId,
String title)
|
WikiPage |
getPage(long resourcePrimKey)
|
WikiPage |
getPage(long resourcePrimKey,
Boolean head)
|
WikiPage |
getPage(long nodeId,
String title)
|
WikiPage |
getPage(long nodeId,
String title,
Boolean head)
|
WikiPage |
getPage(long nodeId,
String title,
double version)
|
WikiPage |
getPageByPageId(long pageId)
|
WikiPageDisplay |
getPageDisplay(long nodeId,
String title,
PortletURL viewPageURL,
PortletURL editPageURL,
String attachmentURLPrefix)
|
WikiPageDisplay |
getPageDisplay(WikiPage page,
PortletURL viewPageURL,
PortletURL editPageURL,
String attachmentURLPrefix)
|
List<WikiPage> |
getPages(long nodeId,
boolean head,
int start,
int end)
|
List<WikiPage> |
getPages(long nodeId,
boolean head,
int status,
int start,
int end)
|
List<WikiPage> |
getPages(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator obc)
|
List<WikiPage> |
getPages(long nodeId,
boolean head,
int start,
int end,
OrderByComparator obc)
|
List<WikiPage> |
getPages(long nodeId,
int start,
int end)
|
List<WikiPage> |
getPages(long nodeId,
int start,
int end,
OrderByComparator obc)
|
List<WikiPage> |
getPages(long resourcePrimKey,
long nodeId,
int status)
|
List<WikiPage> |
getPages(long userId,
long nodeId,
int status,
int start,
int end)
|
List<WikiPage> |
getPages(long nodeId,
String title,
boolean head,
int start,
int end)
|
List<WikiPage> |
getPages(long nodeId,
String title,
int start,
int end)
|
List<WikiPage> |
getPages(long nodeId,
String title,
int start,
int end,
OrderByComparator obc)
|
List<WikiPage> |
getPages(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,
String title)
|
int |
getPagesCount(long nodeId,
String title,
boolean head)
|
int |
getPagesCount(String format)
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
List<WikiPage> |
getRecentChanges(long nodeId,
int start,
int end)
Deprecated. As of 6.2.0, replaced by getRecentChanges(long, long,
int, int) |
List<WikiPage> |
getRecentChanges(long groupId,
long nodeId,
int start,
int end)
|
int |
getRecentChangesCount(long nodeId)
Deprecated. As of 6.2.0, replaced by getRecentChangesCount(long,
long) |
int |
getRecentChangesCount(long groupId,
long nodeId)
|
String[] |
getTempPageAttachmentNames(long groupId,
long userId,
String tempFolderName)
|
WikiPage |
getWikiPage(long pageId)
Returns the wiki page with the primary key. |
WikiPage |
getWikiPageByUuidAndCompanyId(String uuid,
long companyId)
Returns the wiki page with the matching UUID and company. |
WikiPage |
getWikiPageByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki page matching the UUID and group. |
List<WikiPage> |
getWikiPages(int start,
int end)
Returns a range of all the wiki pages. |
int |
getWikiPagesCount()
Returns the number of wiki pages. |
boolean |
hasDraftPage(long nodeId,
String title)
|
void |
movePage(long userId,
long nodeId,
String title,
String newTitle,
boolean strict,
ServiceContext serviceContext)
|
void |
movePage(long userId,
long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
|
FileEntry |
movePageAttachmentToTrash(long userId,
long nodeId,
String title,
String fileName)
|
WikiPage |
movePageToTrash(long userId,
long nodeId,
String title)
|
WikiPage |
movePageToTrash(long userId,
long nodeId,
String title,
double version)
|
WikiPage |
movePageToTrash(long userId,
WikiPage page)
|
void |
restorePageAttachmentFromTrash(long userId,
long nodeId,
String title,
String fileName)
|
void |
restorePageFromTrash(long userId,
WikiPage page)
|
WikiPage |
revertPage(long userId,
long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
subscribePage(long userId,
long nodeId,
String title)
|
void |
unsubscribePage(long userId,
long nodeId,
String title)
|
void |
updateAsset(long userId,
WikiPage page,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
WikiPage |
updatePage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
updateStatus(long userId,
long resourcePrimKey,
int status,
ServiceContext serviceContext)
|
WikiPage |
updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext)
|
WikiPage |
updateWikiPage(WikiPage wikiPage)
Updates the wiki page in the database or adds it if it does not yet exist. |
void |
validateTitle(String title)
|
Method Detail |
---|
@Indexable(type=REINDEX) WikiPage addWikiPage(WikiPage wikiPage) throws SystemException
wikiPage
- the wiki page
SystemException
- if a system exception occurredWikiPage createWikiPage(long pageId)
pageId
- the primary key for the new wiki page
@Indexable(type=DELETE) WikiPage deleteWikiPage(long pageId) throws PortalException, SystemException
pageId
- the primary key of the wiki page
PortalException
- if a wiki page with the primary key could not be found
SystemException
- if a system exception occurred@Indexable(type=DELETE) WikiPage deleteWikiPage(WikiPage wikiPage) throws SystemException
wikiPage
- the wiki page
SystemException
- if a system exception occurredDynamicQuery dynamicQuery()
List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredList dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
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 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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)
SystemException
- if a system exception occurredList dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
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 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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)
SystemException
- if a system exception occurredlong dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredlong dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) throws SystemException
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the query
SystemException
- if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) WikiPage fetchWikiPage(long pageId) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) WikiPage fetchWikiPageByUuidAndCompanyId(String uuid, long companyId) throws SystemException
uuid
- the wiki page's UUIDcompanyId
- the primary key of the company
null
if a matching wiki page could not be found
SystemException
- if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) WikiPage fetchWikiPageByUuidAndGroupId(String uuid, long groupId) throws SystemException
uuid
- the wiki page's UUIDgroupId
- the primary key of the group
null
if a matching wiki page could not be found
SystemException
- if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) WikiPage getWikiPage(long pageId) throws PortalException, SystemException
pageId
- the primary key of the wiki page
PortalException
- if a wiki page with the primary key could not be found
SystemException
- if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel
in interface PersistedModelLocalService
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) WikiPage getWikiPageByUuidAndCompanyId(String uuid, long companyId) throws PortalException, SystemException
uuid
- the wiki page's UUIDcompanyId
- the primary key of the company
PortalException
- if a matching wiki page could not be found
SystemException
- if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) WikiPage getWikiPageByUuidAndGroupId(String uuid, long groupId) throws PortalException, SystemException
uuid
- the wiki page's UUIDgroupId
- the primary key of the group
PortalException
- if a matching wiki page could not be found
SystemException
- if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getWikiPages(int start, int end) throws SystemException
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 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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)
SystemException
- if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) int getWikiPagesCount() throws SystemException
SystemException
- if a system exception occurred@Indexable(type=REINDEX) WikiPage updateWikiPage(WikiPage wikiPage) throws SystemException
wikiPage
- the wiki page
SystemException
- if a system exception occurredString getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanWikiPage addPage(long userId, long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, boolean head, String parentTitle, String redirectTitle, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
WikiPage addPage(long userId, long nodeId, String title, String content, String summary, boolean minorEdit, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
void addPageAttachment(long userId, long nodeId, String title, String fileName, File file, String mimeType) throws PortalException, SystemException
PortalException
SystemException
void addPageAttachment(long userId, long nodeId, String title, String fileName, InputStream inputStream, String mimeType) throws PortalException, SystemException
PortalException
SystemException
void addPageAttachments(long userId, long nodeId, String title, List<ObjectValuePair<String,InputStream>> inputStreamOVPs) throws PortalException, SystemException
PortalException
SystemException
void addPageResources(long nodeId, String title, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException, SystemException
PortalException
SystemException
void addPageResources(long nodeId, String title, String[] groupPermissions, String[] guestPermissions) throws PortalException, SystemException
PortalException
SystemException
void addPageResources(WikiPage page, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException, SystemException
PortalException
SystemException
void addPageResources(WikiPage page, String[] groupPermissions, String[] guestPermissions) throws PortalException, SystemException
PortalException
SystemException
void addTempPageAttachment(long groupId, long userId, String fileName, String tempFolderName, InputStream inputStream, String mimeType) throws PortalException, SystemException
PortalException
SystemException
void changeParent(long userId, long nodeId, String title, String newParentTitle, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
void copyPageAttachments(long userId, long templateNodeId, String templateTitle, long nodeId, String title) throws PortalException, SystemException
PortalException
SystemException
void deletePage(long nodeId, String title) throws PortalException, SystemException
PortalException
SystemException
void deletePage(long nodeId, String title, double version) throws PortalException, SystemException
discardDraft(long, String,
double)
PortalException
SystemException
@SystemEvent(action=1, send=false, type=1) void deletePage(WikiPage page) throws PortalException, SystemException
PortalException
SystemException
void deletePageAttachment(long nodeId, String title, String fileName) throws PortalException, SystemException
PortalException
SystemException
void deletePageAttachments(long nodeId, String title) throws PortalException, SystemException
PortalException
SystemException
void deletePages(long nodeId) throws PortalException, SystemException
PortalException
SystemException
void deleteTempPageAttachment(long groupId, long userId, String fileName, String tempFolderName) throws PortalException, SystemException
PortalException
SystemException
void deleteTrashPageAttachments(long nodeId, String title) throws PortalException, SystemException
PortalException
SystemException
void discardDraft(long nodeId, String title, double version) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) WikiPage fetchLatestPage(long resourcePrimKey, int status, boolean preferApproved) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) WikiPage fetchLatestPage(long resourcePrimKey, long nodeId, int status, boolean preferApproved) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) WikiPage fetchLatestPage(long nodeId, String title, int status, boolean preferApproved) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) WikiPage fetchPage(long nodeId, String title) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) WikiPage fetchPage(long nodeId, String title, double version) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getChildren(long nodeId, boolean head, String parentTitle) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) WikiPage getDraftPage(long nodeId, String title) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getIncomingLinks(long nodeId, String title) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) WikiPage getLatestPage(long resourcePrimKey, int status, boolean preferApproved) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) WikiPage getLatestPage(long resourcePrimKey, long nodeId, int status, boolean preferApproved) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) WikiPage getLatestPage(long nodeId, String title, int status, boolean preferApproved) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getNoAssetPages() throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getOrphans(long nodeId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getOutgoingLinks(long nodeId, String title) throws PortalException, SystemException
PortalException
SystemException
WikiPage getPage(long resourcePrimKey) throws PortalException, SystemException
PortalException
SystemException
WikiPage getPage(long resourcePrimKey, Boolean head) throws PortalException, SystemException
PortalException
SystemException
WikiPage getPage(long nodeId, String title) throws PortalException, SystemException
PortalException
SystemException
WikiPage getPage(long nodeId, String title, Boolean head) throws PortalException, SystemException
PortalException
SystemException
WikiPage getPage(long nodeId, String title, double version) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) WikiPage getPageByPageId(long pageId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) WikiPageDisplay getPageDisplay(long nodeId, String title, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) WikiPageDisplay getPageDisplay(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getPages(long nodeId, boolean head, int start, int end) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getPages(long nodeId, boolean head, int status, int start, int end) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getPages(long nodeId, boolean head, int status, int start, int end, OrderByComparator obc) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getPages(long nodeId, boolean head, int start, int end, OrderByComparator obc) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getPages(long nodeId, int start, int end) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getPages(long nodeId, int start, int end, OrderByComparator obc) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getPages(long resourcePrimKey, long nodeId, int status) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getPages(long userId, long nodeId, int status, int start, int end) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getPages(long nodeId, String title, boolean head, int start, int end) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getPages(long nodeId, String title, int start, int end) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getPages(long nodeId, String title, int start, int end, OrderByComparator obc) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getPages(String format) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getPagesCount(long nodeId) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getPagesCount(long nodeId, boolean head) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getPagesCount(long nodeId, boolean head, int status) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getPagesCount(long nodeId, int status) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getPagesCount(long userId, long nodeId, int status) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getPagesCount(long nodeId, String title) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getPagesCount(long nodeId, String title, boolean head) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getPagesCount(String format) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getRecentChanges(long nodeId, int start, int end) throws PortalException, SystemException
getRecentChanges(long, long,
int, int)
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiPage> getRecentChanges(long groupId, long nodeId, int start, int end) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getRecentChangesCount(long nodeId) throws PortalException, SystemException
getRecentChangesCount(long,
long)
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getRecentChangesCount(long groupId, long nodeId) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) String[] getTempPageAttachmentNames(long groupId, long userId, String tempFolderName) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) boolean hasDraftPage(long nodeId, String title) throws SystemException
SystemException
void movePage(long userId, long nodeId, String title, String newTitle, boolean strict, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
void movePage(long userId, long nodeId, String title, String newTitle, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
FileEntry movePageAttachmentToTrash(long userId, long nodeId, String title, String fileName) throws PortalException, SystemException
PortalException
SystemException
WikiPage movePageToTrash(long userId, long nodeId, String title) throws PortalException, SystemException
PortalException
SystemException
WikiPage movePageToTrash(long userId, long nodeId, String title, double version) throws PortalException, SystemException
PortalException
SystemException
WikiPage movePageToTrash(long userId, WikiPage page) throws PortalException, SystemException
PortalException
SystemException
void restorePageAttachmentFromTrash(long userId, long nodeId, String title, String fileName) throws PortalException, SystemException
PortalException
SystemException
void restorePageFromTrash(long userId, WikiPage page) throws PortalException, SystemException
PortalException
SystemException
WikiPage revertPage(long userId, long nodeId, String title, double version, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
void subscribePage(long userId, long nodeId, String title) throws PortalException, SystemException
PortalException
SystemException
void unsubscribePage(long userId, long nodeId, String title) throws PortalException, SystemException
PortalException
SystemException
void updateAsset(long userId, WikiPage page, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds) throws PortalException, SystemException
PortalException
SystemException
WikiPage updatePage(long userId, long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
WikiPage updateStatus(long userId, long resourcePrimKey, int status, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
WikiPage updateStatus(long userId, WikiPage page, int status, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
void validateTitle(String title) throws PortalException
PortalException
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |