com.liferay.portlet.messageboards.service
Class MBBanServiceWrapper
java.lang.Object
com.liferay.portlet.messageboards.service.MBBanServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<MBBanService>, MBBanService
public class MBBanServiceWrapper
- extends Object
- implements MBBanService, ServiceWrapper<MBBanService>
This class is a wrapper for MBBanService
.
- See Also:
MBBanService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBBanServiceWrapper
public MBBanServiceWrapper(MBBanService mbBanService)
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>