public class UserNotificationEventServiceUtil
extends 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 String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static UserNotificationEventService |
getService() |
static UserNotificationEvent |
getUserNotificationEvent(long userNotificationEventId) |
static void |
setService(UserNotificationEventService service) |
static UserNotificationEvent |
updateUserNotificationEvent(String uuid,
long companyId,
boolean archive) |
public static String getOSGiServiceIdentifier()
public static UserNotificationEvent getUserNotificationEvent(long userNotificationEventId) throws PortalException
PortalExceptionpublic static UserNotificationEvent updateUserNotificationEvent(String uuid, long companyId, boolean archive) throws PortalException
PortalExceptionpublic static UserNotificationEventService getService()
public static void setService(UserNotificationEventService service)