com.liferay.portlet.messageboards.service
Class MBThreadServiceWrapper

java.lang.Object
  extended by 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:

Constructor Summary
MBThreadServiceWrapper(MBThreadService mbThreadService)
           
 
Method Summary
 void deleteThread(long threadId)
           
 MBThreadService getWrappedMBThreadService()
           
 MBThread moveThread(long categoryId, long threadId)
           
 MBThread splitThread(long messageId, javax.portlet.PortletPreferences prefs, ThemeDisplay themeDisplay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBThreadServiceWrapper

public MBThreadServiceWrapper(MBThreadService mbThreadService)
Method Detail

deleteThread

public void deleteThread(long threadId)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException,
                         java.rmi.RemoteException
Specified by:
deleteThread in interface MBThreadService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

moveThread

public MBThread moveThread(long categoryId,
                           long threadId)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException,
                           java.rmi.RemoteException
Specified by:
moveThread in interface MBThreadService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

splitThread

public MBThread splitThread(long messageId,
                            javax.portlet.PortletPreferences prefs,
                            ThemeDisplay themeDisplay)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException,
                            java.rmi.RemoteException
Specified by:
splitThread in interface MBThreadService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getWrappedMBThreadService

public MBThreadService getWrappedMBThreadService()