Liferay 6.1.2-ce-ga3

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

public class MBBanServiceWrapper
extends Object
implements MBBanService, ServiceWrapper<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)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 MBBanService getWrappedMBBanService()
          Deprecated. Renamed to getWrappedService()
 MBBanService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedMBBanService(MBBanService mbBanService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.messageboards.service.MBBanService)
 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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface MBBanService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface MBBanService
Parameters:
beanIdentifier - the Spring bean ID for this bean

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()
Deprecated. Renamed to getWrappedService()


setWrappedMBBanService

public void setWrappedMBBanService(MBBanService mbBanService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.messageboards.service.MBBanService)


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 6.1.2-ce-ga3