Liferay 6.1.0

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 Object
implements MBBanService

This class is a wrapper for MBBanService.

See Also:
MBBanService

Constructor Summary
MBBanServiceWrapper(MBBanService mbBanService)
           
 
Method Summary
 MBBan addBan(long banUserId, ServiceContext serviceContext)
           
 void deleteBan(long banUserId, ServiceContext serviceContext)
           
 MBBanService getWrappedMBBanService()
           
 void setWrappedMBBanService(MBBanService mbBanService)
           
 
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 banUserId,
                    ServiceContext serviceContext)
             throws PortalException,
                    SystemException
Specified by:
addBan in interface MBBanService
Throws:
PortalException
SystemException

deleteBan

public void deleteBan(long banUserId,
                      ServiceContext serviceContext)
               throws PortalException,
                      SystemException
Specified by:
deleteBan in interface MBBanService
Throws:
PortalException
SystemException

getWrappedMBBanService

public MBBanService getWrappedMBBanService()

setWrappedMBBanService

public void setWrappedMBBanService(MBBanService mbBanService)

Liferay 6.1.0