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