public class NotificationQueueEntryServiceUtil
extends java.lang.Object
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.NotificationQueueEntryService
Constructor and Description |
---|
NotificationQueueEntryServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static NotificationQueueEntry |
deleteNotificationQueueEntry(long notificationQueueEntryId) |
static NotificationQueueEntry |
getNotificationQueueEntry(long notificationQueueEntryId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static NotificationQueueEntryService |
getService() |
static NotificationQueueEntry |
resendNotificationQueueEntry(long notificationQueueEntryId) |
static void |
setService(NotificationQueueEntryService service) |
public static NotificationQueueEntry deleteNotificationQueueEntry(long notificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static NotificationQueueEntry getNotificationQueueEntry(long notificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static NotificationQueueEntry resendNotificationQueueEntry(long notificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static NotificationQueueEntryService getService()
public static void setService(NotificationQueueEntryService service)