Class NotificationQueueEntryServiceUtil

java.lang.Object
com.liferay.notification.service.NotificationQueueEntryServiceUtil

public class NotificationQueueEntryServiceUtil extends Object
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 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

      public static String 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

      public static NotificationQueueEntryService getService()