Class CommerceNotificationQueueEntryServiceUtil

java.lang.Object
com.liferay.commerce.notification.service.CommerceNotificationQueueEntryServiceUtil

@Deprecated public class CommerceNotificationQueueEntryServiceUtil extends Object
Deprecated.
As of Cavanaugh (7.4.x)
Provides the remote service utility for CommerceNotificationQueueEntry. This utility wraps com.liferay.commerce.notification.service.impl.CommerceNotificationQueueEntryServiceImpl 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

    • CommerceNotificationQueueEntryServiceUtil

      public CommerceNotificationQueueEntryServiceUtil()
      Deprecated.
  • Method Details

    • deleteCommerceNotificationQueueEntry

      public static void deleteCommerceNotificationQueueEntry(long commerceNotificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceNotificationQueueEntries

      public static List<CommerceNotificationQueueEntry> getCommerceNotificationQueueEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceNotificationQueueEntriesCount

      public static int getCommerceNotificationQueueEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Deprecated.
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • resendCommerceNotificationQueueEntry

      public static CommerceNotificationQueueEntry resendCommerceNotificationQueueEntry(long commerceNotificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static CommerceNotificationQueueEntryService getService()
      Deprecated.