Liferay 7.0-ce-b4

com.liferay.portlet.messageboards.service
Class MBBanServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.MBBanServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<MBBanService>, MBBanService

@ProviderType
public class MBBanServiceWrapper
extends Object
implements MBBanService, ServiceWrapper<MBBanService>

Provides 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)
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 MBBanService getWrappedService()
           
 void setWrappedService(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
Specified by:
addBan in interface MBBanService
Throws:
PortalException

deleteBan

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

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface MBBanService
Returns:
the OSGi service identifier

getWrappedService

public MBBanService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<MBBanService>

setWrappedService

public void setWrappedService(MBBanService mbBanService)
Specified by:
setWrappedService in interface ServiceWrapper<MBBanService>

Liferay 7.0-ce-b4