Package com.liferay.notification.service
Class NotificationQueueEntryServiceUtil
java.lang.Object
com.liferay.notification.service.NotificationQueueEntryServiceUtil
Provides the remote service utility for NotificationQueueEntry. This utility wraps
com.liferay.notification.service.impl.NotificationQueueEntryServiceImpl 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.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NotificationQueueEntryaddNotificationQueueEntry(NotificationContext notificationContext) static NotificationQueueEntrydeleteNotificationQueueEntry(long notificationQueueEntryId) static NotificationQueueEntrygetNotificationQueueEntry(long notificationQueueEntryId) static StringReturns the OSGi service identifier.static NotificationQueueEntryresendNotificationQueueEntry(long notificationQueueEntryId)
-
Constructor Details
-
NotificationQueueEntryServiceUtil
public NotificationQueueEntryServiceUtil()
-
-
Method Details
-
addNotificationQueueEntry
public static NotificationQueueEntry addNotificationQueueEntry(NotificationContext notificationContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteNotificationQueueEntry
public static NotificationQueueEntry deleteNotificationQueueEntry(long notificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getNotificationQueueEntry
public static NotificationQueueEntry getNotificationQueueEntry(long notificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
resendNotificationQueueEntry
public static NotificationQueueEntry resendNotificationQueueEntry(long notificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-