public class UserNotificationEventServiceUtil
extends java.lang.Object
com.liferay.portal.service.impl.UserNotificationEventServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.UserNotificationEventService
Constructor and Description |
---|
UserNotificationEventServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static UserNotificationEventService |
getService() |
static UserNotificationEvent |
getUserNotificationEvent(long userNotificationEventId) |
static void |
setService(UserNotificationEventService service) |
static UserNotificationEvent |
updateUserNotificationEvent(java.lang.String uuid,
long companyId,
boolean archive) |
public static java.lang.String getOSGiServiceIdentifier()
public static UserNotificationEvent getUserNotificationEvent(long userNotificationEventId) throws PortalException
PortalException
public static UserNotificationEvent updateUserNotificationEvent(java.lang.String uuid, long companyId, boolean archive) throws PortalException
PortalException
public static UserNotificationEventService getService()
public static void setService(UserNotificationEventService service)