com.liferay.portlet.messageboards.service
Class MBBanServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.MBBanServiceWrapper
All Implemented Interfaces:
MBBanService

public class MBBanServiceWrapper
extends java.lang.Object
implements MBBanService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for MBBanService.

Author:
Brian Wing Shun Chan
See Also:
MBBanService
Generated:

Constructor Summary
MBBanServiceWrapper(MBBanService mbBanService)
           
 
Method Summary
 MBBan addBan(long plid, long banUserId)
           
 void deleteBan(long plid, long banUserId)
           
 MBBanService getWrappedMBBanService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBBanServiceWrapper

public MBBanServiceWrapper(MBBanService mbBanService)
Method Detail

addBan

public MBBan addBan(long plid,
                    long banUserId)
             throws com.liferay.portal.PortalException,
                    com.liferay.portal.SystemException,
                    java.rmi.RemoteException
Specified by:
addBan in interface MBBanService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

deleteBan

public void deleteBan(long plid,
                      long banUserId)
               throws com.liferay.portal.PortalException,
                      com.liferay.portal.SystemException,
                      java.rmi.RemoteException
Specified by:
deleteBan in interface MBBanService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getWrappedMBBanService

public MBBanService getWrappedMBBanService()