public class MBThreadLocalServiceImpl extends MBThreadLocalServiceBaseImpl
assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, lockFinder, lockLocalService, lockPersistence, mbBanLocalService, mbBanPersistence, mbBanService, mbCategoryFinder, mbCategoryLocalService, mbCategoryPersistence, mbCategoryService, mbDiscussionLocalService, mbDiscussionPersistence, mbMailingListLocalService, mbMailingListPersistence, mbMessageFinder, mbMessageLocalService, mbMessagePersistence, mbMessageService, mbStatsUserLocalService, mbStatsUserPersistence, mbThreadFinder, mbThreadFlagLocalService, mbThreadFlagPersistence, mbThreadLocalService, mbThreadPersistence, mbThreadService, persistedModelLocalServiceRegistry, ratingsStatsFinder, ratingsStatsLocalService, ratingsStatsPersistence, resourceLocalService, socialActivityFinder, socialActivityLocalService, socialActivityPersistence, socialActivityService, subscriptionLocalService, subscriptionPersistence, trashEntryLocalService, trashEntryPersistence, trashEntryService, trashVersionLocalService, trashVersionPersistence, userFinder, userLocalService, userPersistence, userService, workflowInstanceLinkLocalService, workflowInstanceLinkPersistence| Constructor and Description |
|---|
MBThreadLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.messageboards.model.MBThread |
addThread(long categoryId,
com.liferay.portlet.messageboards.model.MBMessage message,
com.liferay.portal.service.ServiceContext serviceContext) |
void |
deleteThread(long threadId) |
void |
deleteThread(com.liferay.portlet.messageboards.model.MBThread thread) |
void |
deleteThreads(long groupId,
long categoryId) |
void |
deleteThreads(long groupId,
long categoryId,
boolean includeTrashedEntries) |
com.liferay.portlet.messageboards.model.MBThread |
fetchThread(long threadId) |
int |
getCategoryThreadsCount(long groupId,
long categoryId,
int status) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
getGroupThreads(long groupId,
int status,
int start,
int end)
Deprecated.
As of 6.2.0, replaced by
getGroupThreads(long,
QueryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
getGroupThreads(long groupId,
long userId,
boolean subscribed,
boolean includeAnonymous,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
getGroupThreads(long groupId,
long userId,
boolean subscribed,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous,
int start,
int end)
Deprecated.
As of 6.2.0, replaced by
getGroupThreads(long, long,
boolean, boolean, QueryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
int start,
int end)
Deprecated.
As of 6.2.0, replaced by
getGroupThreads(long, long,
boolean, QueryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
getGroupThreads(long groupId,
long userId,
int status,
int start,
int end)
Deprecated.
As of 6.2.0, replaced by
getGroupThreads(long, long,
QueryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
getGroupThreads(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
getGroupThreads(long groupId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
int |
getGroupThreadsCount(long groupId,
int status)
Deprecated.
As of 6.2.0, replaced by
getGroupThreadsCount(long,
QueryDefinition) |
int |
getGroupThreadsCount(long groupId,
long userId,
boolean subscribed,
boolean includeAnonymous,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
int |
getGroupThreadsCount(long groupId,
long userId,
boolean subscribed,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
int |
getGroupThreadsCount(long groupId,
long userId,
int status)
Deprecated.
As of 6.2.0, replaced by
getGroupThreadsCount(long,
long, QueryDefinition) |
int |
getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed)
Deprecated.
As of 6.2.0, replaced by
getGroupThreadsCount(long,
long, boolean, QueryDefinition) |
int |
getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous)
Deprecated.
As of 6.2.0, replaced by
getGroupThreadsCount(long,
long, boolean, boolean, QueryDefinition) |
int |
getGroupThreadsCount(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
int |
getGroupThreadsCount(long groupId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
getNoAssetThreads() |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
getPriorityThreads(long categoryId,
double priority) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
getPriorityThreads(long categoryId,
double priority,
boolean inherit) |
com.liferay.portlet.messageboards.model.MBThread |
getThread(long threadId) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
getThreads(long groupId,
long categoryId,
int status,
int start,
int end) |
int |
getThreadsCount(long groupId,
long categoryId,
int status) |
boolean |
hasAnswerMessage(long threadId) |
com.liferay.portlet.messageboards.model.MBThread |
incrementViewCounter(long threadId,
int increment) |
protected void |
moveChildrenMessages(com.liferay.portlet.messageboards.model.MBMessage parentMessage,
com.liferay.portlet.messageboards.model.MBCategory category,
long oldThreadId) |
void |
moveDependentsToTrash(long groupId,
long threadId,
long trashEntryId) |
com.liferay.portlet.messageboards.model.MBThread |
moveThread(long groupId,
long categoryId,
long threadId) |
com.liferay.portlet.messageboards.model.MBThread |
moveThreadFromTrash(long userId,
long categoryId,
long threadId) |
void |
moveThreadsToTrash(long groupId,
long userId) |
com.liferay.portlet.messageboards.model.MBThread |
moveThreadToTrash(long userId,
long threadId) |
com.liferay.portlet.messageboards.model.MBThread |
moveThreadToTrash(long userId,
com.liferay.portlet.messageboards.model.MBThread thread) |
void |
restoreDependentsFromTrash(long groupId,
long threadId,
long trashEntryId) |
void |
restoreThreadFromTrash(long userId,
long threadId) |
com.liferay.portal.kernel.search.Hits |
search(long groupId,
long userId,
long creatorUserId,
int status,
int start,
int end) |
com.liferay.portal.kernel.search.Hits |
search(long groupId,
long userId,
long creatorUserId,
long startDate,
long endDate,
int status,
int start,
int end) |
com.liferay.portlet.messageboards.model.MBThread |
splitThread(long messageId,
java.lang.String subject,
com.liferay.portal.service.ServiceContext serviceContext) |
void |
updateQuestion(long threadId,
boolean question) |
com.liferay.portlet.messageboards.model.MBThread |
updateStatus(long userId,
long threadId,
int status) |
com.liferay.portlet.messageboards.model.MBThread |
updateThread(long threadId,
int viewCount)
Deprecated.
As of 6.2.0, replaced by
incrementViewCounter(long,
int) |
addMBThread, afterPropertiesSet, createMBThread, deleteMBThread, deleteMBThread, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchMBThread, fetchMBThreadByUuidAndCompanyId, fetchMBThreadByUuidAndGroupId, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getBeanIdentifier, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getLockFinder, getLockLocalService, getLockPersistence, getMBBanLocalService, getMBBanPersistence, getMBBanService, getMBCategoryFinder, getMBCategoryLocalService, getMBCategoryPersistence, getMBCategoryService, getMBDiscussionLocalService, getMBDiscussionPersistence, getMBMailingListLocalService, getMBMailingListPersistence, getMBMessageFinder, getMBMessageLocalService, getMBMessagePersistence, getMBMessageService, getMBStatsUserLocalService, getMBStatsUserPersistence, getMBThread, getMBThreadByUuidAndCompanyId, getMBThreadByUuidAndGroupId, getMBThreadFinder, getMBThreadFlagLocalService, getMBThreadFlagPersistence, getMBThreadLocalService, getMBThreadPersistence, getMBThreads, getMBThreadsCount, getMBThreadService, getModelClass, getModelClassName, getPersistedModel, getRatingsStatsFinder, getRatingsStatsLocalService, getRatingsStatsPersistence, getResourceLocalService, getSocialActivityFinder, getSocialActivityLocalService, getSocialActivityPersistence, getSocialActivityService, getSubscriptionLocalService, getSubscriptionPersistence, getTrashEntryLocalService, getTrashEntryPersistence, getTrashEntryService, getTrashVersionLocalService, getTrashVersionPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, getWorkflowInstanceLinkLocalService, getWorkflowInstanceLinkPersistence, runSQL, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setBeanIdentifier, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setLockFinder, setLockLocalService, setLockPersistence, setMBBanLocalService, setMBBanPersistence, setMBBanService, setMBCategoryFinder, setMBCategoryLocalService, setMBCategoryPersistence, setMBCategoryService, setMBDiscussionLocalService, setMBDiscussionPersistence, setMBMailingListLocalService, setMBMailingListPersistence, setMBMessageFinder, setMBMessageLocalService, setMBMessagePersistence, setMBMessageService, setMBStatsUserLocalService, setMBStatsUserPersistence, setMBThreadFinder, setMBThreadFlagLocalService, setMBThreadFlagPersistence, setMBThreadLocalService, setMBThreadPersistence, setMBThreadService, setRatingsStatsFinder, setRatingsStatsLocalService, setRatingsStatsPersistence, setResourceLocalService, setSocialActivityFinder, setSocialActivityLocalService, setSocialActivityPersistence, setSocialActivityService, setSubscriptionLocalService, setSubscriptionPersistence, setTrashEntryLocalService, setTrashEntryPersistence, setTrashEntryService, setTrashVersionLocalService, setTrashVersionPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, setWorkflowInstanceLinkLocalService, setWorkflowInstanceLinkPersistence, updateMBThreadpublic com.liferay.portlet.messageboards.model.MBThread addThread(long categoryId,
com.liferay.portlet.messageboards.model.MBMessage message,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void deleteThread(long threadId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemException@SystemEvent(action=1,
send=false,
type=1)
public void deleteThread(com.liferay.portlet.messageboards.model.MBThread thread)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void deleteThreads(long groupId,
long categoryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void deleteThreads(long groupId,
long categoryId,
boolean includeTrashedEntries)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.messageboards.model.MBThread fetchThread(long threadId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getCategoryThreadsCount(long groupId,
long categoryId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> getGroupThreads(long groupId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
getGroupThreads(long,
QueryDefinition)com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> getGroupThreads(long groupId,
long userId,
boolean subscribed,
boolean includeAnonymous,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> getGroupThreads(long groupId,
long userId,
boolean subscribed,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
getGroupThreads(long, long,
boolean, boolean, QueryDefinition)com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
getGroupThreads(long, long,
boolean, QueryDefinition)com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> getGroupThreads(long groupId,
long userId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
getGroupThreads(long, long,
QueryDefinition)com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> getGroupThreads(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> getGroupThreads(long groupId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getGroupThreadsCount(long groupId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
getGroupThreadsCount(long,
QueryDefinition)com.liferay.portal.kernel.exception.SystemExceptionpublic int getGroupThreadsCount(long groupId,
long userId,
boolean subscribed,
boolean includeAnonymous,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getGroupThreadsCount(long groupId,
long userId,
boolean subscribed,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getGroupThreadsCount(long groupId,
long userId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
getGroupThreadsCount(long,
long, QueryDefinition)com.liferay.portal.kernel.exception.SystemExceptionpublic int getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed)
throws com.liferay.portal.kernel.exception.SystemException
getGroupThreadsCount(long,
long, boolean, QueryDefinition)com.liferay.portal.kernel.exception.SystemExceptionpublic int getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous)
throws com.liferay.portal.kernel.exception.SystemException
getGroupThreadsCount(long,
long, boolean, boolean, QueryDefinition)com.liferay.portal.kernel.exception.SystemExceptionpublic int getGroupThreadsCount(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getGroupThreadsCount(long groupId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> getNoAssetThreads()
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> getPriorityThreads(long categoryId,
double priority)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> getPriorityThreads(long categoryId,
double priority,
boolean inherit)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.messageboards.model.MBThread getThread(long threadId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> getThreads(long groupId,
long categoryId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getThreadsCount(long groupId,
long categoryId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic boolean hasAnswerMessage(long threadId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemException@BufferedIncrement(configuration="MBThread",
incrementClass=com.liferay.portal.kernel.increment.NumberIncrement.class)
public com.liferay.portlet.messageboards.model.MBThread incrementViewCounter(long threadId,
int increment)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void moveDependentsToTrash(long groupId,
long threadId,
long trashEntryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.messageboards.model.MBThread moveThread(long groupId,
long categoryId,
long threadId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.messageboards.model.MBThread moveThreadFromTrash(long userId,
long categoryId,
long threadId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void moveThreadsToTrash(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.messageboards.model.MBThread moveThreadToTrash(long userId,
long threadId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.messageboards.model.MBThread moveThreadToTrash(long userId,
com.liferay.portlet.messageboards.model.MBThread thread)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void restoreDependentsFromTrash(long groupId,
long threadId,
long trashEntryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void restoreThreadFromTrash(long userId,
long threadId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portal.kernel.search.Hits search(long groupId,
long userId,
long creatorUserId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portal.kernel.search.Hits search(long groupId,
long userId,
long creatorUserId,
long startDate,
long endDate,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.messageboards.model.MBThread splitThread(long messageId,
java.lang.String subject,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void updateQuestion(long threadId,
boolean question)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.messageboards.model.MBThread updateStatus(long userId,
long threadId,
int status)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.messageboards.model.MBThread updateThread(long threadId,
int viewCount)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
incrementViewCounter(long,
int)com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected void moveChildrenMessages(com.liferay.portlet.messageboards.model.MBMessage parentMessage,
com.liferay.portlet.messageboards.model.MBCategory category,
long oldThreadId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemException