public class UserNotificationEventServiceWrapper extends Object implements ServiceWrapper<UserNotificationEventService>, UserNotificationEventService
UserNotificationEventService.UserNotificationEventService| Constructor and Description |
|---|
UserNotificationEventServiceWrapper() |
UserNotificationEventServiceWrapper(UserNotificationEventService userNotificationEventService) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
UserNotificationEvent |
getUserNotificationEvent(long userNotificationEventId) |
UserNotificationEventService |
getWrappedService() |
void |
setWrappedService(UserNotificationEventService userNotificationEventService) |
UserNotificationEvent |
updateUserNotificationEvent(String uuid,
long companyId,
boolean archive) |
public UserNotificationEventServiceWrapper()
public UserNotificationEventServiceWrapper(UserNotificationEventService userNotificationEventService)
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface UserNotificationEventServicepublic UserNotificationEvent getUserNotificationEvent(long userNotificationEventId) throws PortalException
getUserNotificationEvent in interface UserNotificationEventServicePortalExceptionpublic UserNotificationEvent updateUserNotificationEvent(String uuid, long companyId, boolean archive) throws PortalException
updateUserNotificationEvent in interface UserNotificationEventServicePortalExceptionpublic UserNotificationEventService getWrappedService()
getWrappedService in interface ServiceWrapper<UserNotificationEventService>public void setWrappedService(UserNotificationEventService userNotificationEventService)
setWrappedService in interface ServiceWrapper<UserNotificationEventService>