Class MBBanServiceWrapper
java.lang.Object
com.liferay.message.boards.service.MBBanServiceWrapper
- All Implemented Interfaces:
MBBanService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<MBBanService>
public class MBBanServiceWrapper
extends Object
implements MBBanService, com.liferay.portal.kernel.service.ServiceWrapper<MBBanService>
Provides a wrapper for
MBBanService
.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBan
(long banUserId, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deleteBan
(long banUserId, com.liferay.portal.kernel.service.ServiceContext serviceContext) Returns the OSGi service identifier.void
setWrappedService
(MBBanService mbBanService)
-
Constructor Details
-
MBBanServiceWrapper
public MBBanServiceWrapper() -
MBBanServiceWrapper
-
-
Method Details
-
addBan
public MBBan addBan(long banUserId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addBan
in interfaceMBBanService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteBan
public void deleteBan(long banUserId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteBan
in interfaceMBBanService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceMBBanService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<MBBanService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<MBBanService>
-