Class UserNotificationEventServiceUtil
Object
com.liferay.portal.kernel.service.UserNotificationEventServiceUtil
Provides the remote service utility for UserNotificationEvent. This utility wraps
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.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns the OSGi service identifier.static UserNotificationEventService
static UserNotificationEvent
getUserNotificationEvent
(long userNotificationEventId) static void
setService
(UserNotificationEventService service) static UserNotificationEvent
updateUserNotificationEvent
(String uuid, long companyId, boolean archive)
-
Constructor Details
-
UserNotificationEventServiceUtil
public UserNotificationEventServiceUtil()
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getUserNotificationEvent
public static UserNotificationEvent getUserNotificationEvent(long userNotificationEventId) throws PortalException - Throws:
PortalException
-
updateUserNotificationEvent
public static UserNotificationEvent updateUserNotificationEvent(String uuid, long companyId, boolean archive) throws PortalException - Throws:
PortalException
-
getService
-
setService
-