com.liferay.portlet.messageboards.service
Class MBBanServiceWrapper
java.lang.Object
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- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| 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
- 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>