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 UserNotificationEventService
public UserNotificationEvent getUserNotificationEvent(long userNotificationEventId) throws PortalException
getUserNotificationEvent
in interface UserNotificationEventService
PortalException
public UserNotificationEvent updateUserNotificationEvent(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>