@ProviderType public class MBBanServiceWrapper extends Object implements MBBanService, ServiceWrapper<MBBanService>
MBBanService.MBBanService| Constructor and Description |
|---|
MBBanServiceWrapper(MBBanService mbBanService) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public MBBanServiceWrapper(MBBanService mbBanService)
public MBBan addBan(long banUserId, ServiceContext serviceContext) throws PortalException
addBan in interface MBBanServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface MBBanServicepublic void deleteBan(long banUserId,
ServiceContext serviceContext)
throws PortalException
deleteBan in interface MBBanServicePortalExceptionpublic MBBanService getWrappedService()
getWrappedService in interface ServiceWrapper<MBBanService>public void setWrappedService(MBBanService mbBanService)
setWrappedService in interface ServiceWrapper<MBBanService>