@ProviderType public class MBThreadServiceWrapper extends java.lang.Object implements MBThreadService, ServiceWrapper<MBThreadService>
MBThreadService.MBThreadService| Constructor and Description |
|---|
MBThreadServiceWrapper(MBThreadService mbThreadService) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteThread(long threadId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
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,
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.util.List<MBThread> |
getThreads(long groupId,
long categoryId,
int status,
int start,
int end) |
int |
getThreadsCount(long groupId,
long categoryId,
int status) |
MBThreadService |
getWrappedMBThreadService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
MBThreadService |
getWrappedService() |
Lock |
lockThread(long threadId) |
MBThread |
moveThread(long categoryId,
long threadId) |
MBThread |
moveThreadFromTrash(long categoryId,
long threadId) |
MBThread |
moveThreadToTrash(long threadId) |
void |
restoreThreadFromTrash(long threadId) |
Hits |
search(long groupId,
long creatorUserId,
int status,
int start,
int end) |
Hits |
search(long groupId,
long creatorUserId,
long startDate,
long endDate,
int status,
int start,
int end) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedMBThreadService(MBThreadService mbThreadService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.messageboards.service.MBThreadService) |
void |
setWrappedService(MBThreadService mbThreadService) |
MBThread |
splitThread(long messageId,
java.lang.String subject,
ServiceContext serviceContext) |
void |
unlockThread(long threadId) |
public MBThreadServiceWrapper(MBThreadService mbThreadService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface MBThreadServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface MBThreadServicebeanIdentifier - the Spring bean ID for this beanpublic void deleteThread(long threadId)
throws PortalException,
SystemException
deleteThread in interface MBThreadServicePortalExceptionSystemExceptionpublic java.util.List<MBThread> getGroupThreads(long groupId, long userId, java.util.Date modifiedDate, int status, int start, int end) throws PortalException, SystemException
getGroupThreads in interface MBThreadServicePortalExceptionSystemExceptionpublic java.util.List<MBThread> getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end) throws PortalException, SystemException
getGroupThreads in interface MBThreadServicePortalExceptionSystemExceptionpublic java.util.List<MBThread> getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end) throws PortalException, SystemException
getGroupThreads in interface MBThreadServicePortalExceptionSystemExceptionpublic java.util.List<MBThread> getGroupThreads(long groupId, long userId, int status, int start, int end) throws PortalException, SystemException
getGroupThreads in interface MBThreadServicePortalExceptionSystemExceptionpublic int getGroupThreadsCount(long groupId,
long userId,
java.util.Date modifiedDate,
int status)
throws SystemException
getGroupThreadsCount in interface MBThreadServiceSystemExceptionpublic int getGroupThreadsCount(long groupId,
long userId,
int status)
throws SystemException
getGroupThreadsCount in interface MBThreadServiceSystemExceptionpublic int getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed)
throws SystemException
getGroupThreadsCount in interface MBThreadServiceSystemExceptionpublic int getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous)
throws SystemException
getGroupThreadsCount in interface MBThreadServiceSystemExceptionpublic java.util.List<MBThread> getThreads(long groupId, long categoryId, int status, int start, int end) throws SystemException
getThreads in interface MBThreadServiceSystemExceptionpublic int getThreadsCount(long groupId,
long categoryId,
int status)
throws SystemException
getThreadsCount in interface MBThreadServiceSystemExceptionpublic Lock lockThread(long threadId) throws PortalException, SystemException
lockThread in interface MBThreadServicePortalExceptionSystemExceptionpublic MBThread moveThread(long categoryId, long threadId) throws PortalException, SystemException
moveThread in interface MBThreadServicePortalExceptionSystemExceptionpublic MBThread moveThreadFromTrash(long categoryId, long threadId) throws PortalException, SystemException
moveThreadFromTrash in interface MBThreadServicePortalExceptionSystemExceptionpublic MBThread moveThreadToTrash(long threadId) throws PortalException, SystemException
moveThreadToTrash in interface MBThreadServicePortalExceptionSystemExceptionpublic void restoreThreadFromTrash(long threadId)
throws PortalException,
SystemException
restoreThreadFromTrash in interface MBThreadServicePortalExceptionSystemExceptionpublic Hits search(long groupId, long creatorUserId, int status, int start, int end) throws PortalException, SystemException
search in interface MBThreadServicePortalExceptionSystemExceptionpublic Hits search(long groupId, long creatorUserId, long startDate, long endDate, int status, int start, int end) throws PortalException, SystemException
search in interface MBThreadServicePortalExceptionSystemExceptionpublic MBThread splitThread(long messageId, java.lang.String subject, ServiceContext serviceContext) throws PortalException, SystemException
splitThread in interface MBThreadServicePortalExceptionSystemExceptionpublic void unlockThread(long threadId)
throws PortalException,
SystemException
unlockThread in interface MBThreadServicePortalExceptionSystemExceptionpublic MBThreadService getWrappedMBThreadService()
getWrappedService()public void setWrappedMBThreadService(MBThreadService mbThreadService)
setWrappedService(com.liferay.portlet.messageboards.service.MBThreadService)public MBThreadService getWrappedService()
getWrappedService in interface ServiceWrapper<MBThreadService>public void setWrappedService(MBThreadService mbThreadService)
setWrappedService in interface ServiceWrapper<MBThreadService>