@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 MBBanService
PortalException
public void deleteBan(long banUserId, ServiceContext serviceContext) throws PortalException
deleteBan
in interface MBBanService
PortalException
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface MBBanService
public MBBanService getWrappedService()
getWrappedService
in interface ServiceWrapper<MBBanService>
public void setWrappedService(MBBanService mbBanService)
setWrappedService
in interface ServiceWrapper<MBBanService>