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) voiddeleteBan(long banUserId, com.liferay.portal.kernel.service.ServiceContext serviceContext) Returns the OSGi service identifier.voidsetWrappedService(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:
addBanin 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:
deleteBanin interfaceMBBanService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceMBBanService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<MBBanService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<MBBanService>
-