public class MBThreadServiceWrapper extends java.lang.Object implements MBThreadService, com.liferay.portal.kernel.service.ServiceWrapper<MBThreadService>
MBThreadService.MBThreadService| Constructor and Description |
|---|
MBThreadServiceWrapper() |
MBThreadServiceWrapper(MBThreadService mbThreadService) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteThread(long threadId) |
java.util.List<MBThread> |
getGroupThreads(long groupId,
long userId,
java.util.Date modifiedDate,
boolean includeAnonymous,
int status,
int start,
int end) |
java.util.List<MBThread> |
getGroupThreads(long groupId,
long userId,
java.util.Date modifiedDate,
int status,
int start,
int end) |
java.util.List<MBThread> |
getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous,
int start,
int end) |
java.util.List<MBThread> |
getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
int start,
int end) |
java.util.List<MBThread> |
getGroupThreads(long groupId,
long userId,
int status,
int start,
int end) |
int |
getGroupThreadsCount(long groupId,
long userId,
java.util.Date modifiedDate,
boolean includeAnonymous,
int status) |
int |
getGroupThreadsCount(long groupId,
long userId,
java.util.Date modifiedDate,
int status) |
int |
getGroupThreadsCount(long groupId,
long userId,
int status) |
int |
getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed) |
int |
getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<MBThread> |
getThreads(long groupId,
long categoryId,
int status,
int start,
int end) |
java.util.List<MBThread> |
getThreads(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<MBThread> queryDefinition) |
int |
getThreadsCount(long groupId,
long categoryId,
int status) |
int |
getThreadsCount(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<MBThread> queryDefinition) |
MBThreadService |
getWrappedService() |
com.liferay.portal.kernel.lock.Lock |
lockThread(long threadId) |
MBThread |
moveThread(long categoryId,
long threadId) |
MBThread |
moveThreadFromTrash(long categoryId,
long threadId) |
MBThread |
moveThreadToTrash(long threadId) |
void |
restoreThreadFromTrash(long threadId) |
com.liferay.portal.kernel.search.Hits |
search(long groupId,
long creatorUserId,
int status,
int start,
int end) |
com.liferay.portal.kernel.search.Hits |
search(long groupId,
long creatorUserId,
long startDate,
long endDate,
int status,
int start,
int end) |
void |
setWrappedService(MBThreadService mbThreadService) |
MBThread |
splitThread(long messageId,
java.lang.String subject,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
unlockThread(long threadId) |
public MBThreadServiceWrapper()
public MBThreadServiceWrapper(MBThreadService mbThreadService)
public void deleteThread(long threadId)
throws com.liferay.portal.kernel.exception.PortalException
deleteThread in interface MBThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<MBThread> getGroupThreads(long groupId, long userId, java.util.Date modifiedDate, boolean includeAnonymous, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getGroupThreads in interface MBThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<MBThread> getGroupThreads(long groupId, long userId, java.util.Date modifiedDate, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getGroupThreads in interface MBThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<MBThread> getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getGroupThreads in interface MBThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<MBThread> getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getGroupThreads in interface MBThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<MBThread> getGroupThreads(long groupId, long userId, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getGroupThreads in interface MBThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getGroupThreadsCount(long groupId,
long userId,
java.util.Date modifiedDate,
boolean includeAnonymous,
int status)
getGroupThreadsCount in interface MBThreadServicepublic int getGroupThreadsCount(long groupId,
long userId,
java.util.Date modifiedDate,
int status)
getGroupThreadsCount in interface MBThreadServicepublic int getGroupThreadsCount(long groupId,
long userId,
int status)
getGroupThreadsCount in interface MBThreadServicepublic int getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed)
getGroupThreadsCount in interface MBThreadServicepublic int getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous)
getGroupThreadsCount in interface MBThreadServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface MBThreadServicepublic java.util.List<MBThread> getThreads(long groupId, long categoryId, int status, int start, int end)
getThreads in interface MBThreadServicepublic java.util.List<MBThread> getThreads(long groupId, long categoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<MBThread> queryDefinition) throws com.liferay.portal.kernel.exception.PortalException
getThreads in interface MBThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getThreadsCount(long groupId,
long categoryId,
int status)
getThreadsCount in interface MBThreadServicepublic int getThreadsCount(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<MBThread> queryDefinition)
throws com.liferay.portal.kernel.exception.PortalException
getThreadsCount in interface MBThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.lock.Lock lockThread(long threadId)
throws com.liferay.portal.kernel.exception.PortalException
lockThread in interface MBThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic MBThread moveThread(long categoryId, long threadId) throws com.liferay.portal.kernel.exception.PortalException
moveThread in interface MBThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic MBThread moveThreadFromTrash(long categoryId, long threadId) throws com.liferay.portal.kernel.exception.PortalException
moveThreadFromTrash in interface MBThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic MBThread moveThreadToTrash(long threadId) throws com.liferay.portal.kernel.exception.PortalException
moveThreadToTrash in interface MBThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void restoreThreadFromTrash(long threadId)
throws com.liferay.portal.kernel.exception.PortalException
restoreThreadFromTrash in interface MBThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.search.Hits search(long groupId,
long creatorUserId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
search in interface MBThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.search.Hits search(long groupId,
long creatorUserId,
long startDate,
long endDate,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
search in interface MBThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic MBThread splitThread(long messageId, java.lang.String subject, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
splitThread in interface MBThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void unlockThread(long threadId)
throws com.liferay.portal.kernel.exception.PortalException
unlockThread in interface MBThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic MBThreadService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<MBThreadService>public void setWrappedService(MBThreadService mbThreadService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<MBThreadService>