com.liferay.portlet.messageboards.service
Class MBThreadServiceWrapper
java.lang.Object
com.liferay.portlet.messageboards.service.MBThreadServiceWrapper
- All Implemented Interfaces:
- MBThreadService
public class MBThreadServiceWrapper
- extends java.lang.Object
- implements MBThreadService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for MBThreadService
.
- Author:
- Brian Wing Shun Chan
- See Also:
MBThreadService
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBThreadServiceWrapper
public MBThreadServiceWrapper(MBThreadService mbThreadService)
deleteThread
public void deleteThread(long threadId)
throws PortalException,
SystemException
- Specified by:
deleteThread
in interface MBThreadService
- Throws:
PortalException
SystemException
getThreads
public java.util.List<MBThread> getThreads(long groupId,
long categoryId,
int status,
int start,
int end)
throws SystemException
- Specified by:
getThreads
in interface MBThreadService
- Throws:
SystemException
getThreadsCount
public int getThreadsCount(long groupId,
long categoryId,
int status)
throws SystemException
- Specified by:
getThreadsCount
in interface MBThreadService
- Throws:
SystemException
lockThread
public Lock lockThread(long threadId)
throws PortalException,
SystemException
- Specified by:
lockThread
in interface MBThreadService
- Throws:
PortalException
SystemException
moveThread
public MBThread moveThread(long categoryId,
long threadId)
throws PortalException,
SystemException
- Specified by:
moveThread
in interface MBThreadService
- Throws:
PortalException
SystemException
splitThread
public MBThread splitThread(long messageId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
splitThread
in interface MBThreadService
- Throws:
PortalException
SystemException
unlockThread
public void unlockThread(long threadId)
throws PortalException,
SystemException
- Specified by:
unlockThread
in interface MBThreadService
- Throws:
PortalException
SystemException
getWrappedMBThreadService
public MBThreadService getWrappedMBThreadService()