public class MBBanServiceWrapper extends java.lang.Object implements MBBanService, com.liferay.portal.kernel.service.ServiceWrapper<MBBanService>
MBBanService
.MBBanService
Constructor and Description |
---|
MBBanServiceWrapper(MBBanService mbBanService) |
Modifier and Type | Method and Description |
---|---|
MBBan |
addBan(long banUserId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteBan(long banUserId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
MBBanService |
getWrappedService() |
void |
setWrappedService(MBBanService mbBanService) |
public MBBanServiceWrapper(MBBanService mbBanService)
public MBBan addBan(long banUserId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addBan
in interface MBBanService
com.liferay.portal.kernel.exception.PortalException
public void deleteBan(long banUserId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
deleteBan
in interface MBBanService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface MBBanService
public MBBanService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<MBBanService>
public void setWrappedService(MBBanService mbBanService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<MBBanService>