|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.messageboards.service.MBThreadServiceWrapper
public class MBThreadServiceWrapper
This class is a wrapper for MBThreadService.
MBThreadService| Constructor Summary | |
|---|---|
MBThreadServiceWrapper(MBThreadService mbThreadService)
|
|
| Method Summary | |
|---|---|
void |
deleteThread(long threadId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
List<MBThread> |
getGroupThreads(long groupId,
long userId,
Date modifiedDate,
int status,
int start,
int end)
|
List<MBThread> |
getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous,
int start,
int end)
|
List<MBThread> |
getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
int start,
int end)
|
List<MBThread> |
getGroupThreads(long groupId,
long userId,
int status,
int start,
int end)
|
int |
getGroupThreadsCount(long groupId,
long userId,
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)
|
List<MBThread> |
getThreads(long groupId,
long categoryId,
int status,
int start,
int end)
|
int |
getThreadsCount(long groupId,
long categoryId,
int status)
|
MBThreadService |
getWrappedMBThreadService()
Deprecated. Renamed to 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)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedMBThreadService(MBThreadService mbThreadService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.messageboards.service.MBThreadService) |
void |
setWrappedService(MBThreadService mbThreadService)
|
MBThread |
splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
void |
unlockThread(long threadId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MBThreadServiceWrapper(MBThreadService mbThreadService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface MBThreadServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface MBThreadServicebeanIdentifier - the Spring bean ID for this bean
public void deleteThread(long threadId)
throws PortalException,
SystemException
deleteThread in interface MBThreadServicePortalException
SystemException
public List<MBThread> getGroupThreads(long groupId,
long userId,
Date modifiedDate,
int status,
int start,
int end)
throws PortalException,
SystemException
getGroupThreads in interface MBThreadServicePortalException
SystemException
public List<MBThread> getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous,
int start,
int end)
throws PortalException,
SystemException
getGroupThreads in interface MBThreadServicePortalException
SystemException
public List<MBThread> getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
int start,
int end)
throws PortalException,
SystemException
getGroupThreads in interface MBThreadServicePortalException
SystemException
public List<MBThread> getGroupThreads(long groupId,
long userId,
int status,
int start,
int end)
throws PortalException,
SystemException
getGroupThreads in interface MBThreadServicePortalException
SystemException
public int getGroupThreadsCount(long groupId,
long userId,
Date modifiedDate,
int status)
throws SystemException
getGroupThreadsCount in interface MBThreadServiceSystemException
public int getGroupThreadsCount(long groupId,
long userId,
int status)
throws SystemException
getGroupThreadsCount in interface MBThreadServiceSystemException
public int getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed)
throws SystemException
getGroupThreadsCount in interface MBThreadServiceSystemException
public int getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous)
throws SystemException
getGroupThreadsCount in interface MBThreadServiceSystemException
public List<MBThread> getThreads(long groupId,
long categoryId,
int status,
int start,
int end)
throws SystemException
getThreads in interface MBThreadServiceSystemException
public int getThreadsCount(long groupId,
long categoryId,
int status)
throws SystemException
getThreadsCount in interface MBThreadServiceSystemException
public Lock lockThread(long threadId)
throws PortalException,
SystemException
lockThread in interface MBThreadServicePortalException
SystemException
public MBThread moveThread(long categoryId,
long threadId)
throws PortalException,
SystemException
moveThread in interface MBThreadServicePortalException
SystemException
public MBThread moveThreadFromTrash(long categoryId,
long threadId)
throws PortalException,
SystemException
moveThreadFromTrash in interface MBThreadServicePortalException
SystemException
public MBThread moveThreadToTrash(long threadId)
throws PortalException,
SystemException
moveThreadToTrash in interface MBThreadServicePortalException
SystemException
public void restoreThreadFromTrash(long threadId)
throws PortalException,
SystemException
restoreThreadFromTrash in interface MBThreadServicePortalException
SystemException
public MBThread splitThread(long messageId,
String subject,
ServiceContext serviceContext)
throws PortalException,
SystemException
splitThread in interface MBThreadServicePortalException
SystemException
public void unlockThread(long threadId)
throws PortalException,
SystemException
unlockThread in interface MBThreadServicePortalException
SystemExceptionpublic 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>
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||