Class UserNotificationEventServiceWrapper
Object
com.liferay.portal.kernel.service.UserNotificationEventServiceWrapper
- All Implemented Interfaces:
BaseService,ServiceWrapper<UserNotificationEventService>,UserNotificationEventService
public class UserNotificationEventServiceWrapper
extends Object
implements ServiceWrapper<UserNotificationEventService>, UserNotificationEventService
Provides a wrapper for
UserNotificationEventService.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
ConstructorsConstructorDescriptionUserNotificationEventServiceWrapper(UserNotificationEventService userNotificationEventService) -
Method Summary
Modifier and TypeMethodDescriptionReturns the OSGi service identifier.getUserNotificationEvent(long userNotificationEventId) voidsetWrappedService(UserNotificationEventService userNotificationEventService) updateUserNotificationEvent(String uuid, long companyId, boolean archive)
-
Constructor Details
-
UserNotificationEventServiceWrapper
public UserNotificationEventServiceWrapper() -
UserNotificationEventServiceWrapper
public UserNotificationEventServiceWrapper(UserNotificationEventService userNotificationEventService)
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceUserNotificationEventService- Returns:
- the OSGi service identifier
-
getUserNotificationEvent
public UserNotificationEvent getUserNotificationEvent(long userNotificationEventId) throws PortalException - Specified by:
getUserNotificationEventin interfaceUserNotificationEventService- Throws:
PortalException
-
updateUserNotificationEvent
public UserNotificationEvent updateUserNotificationEvent(String uuid, long companyId, boolean archive) throws PortalException - Specified by:
updateUserNotificationEventin interfaceUserNotificationEventService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<UserNotificationEventService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<UserNotificationEventService>
-