Class CommerceNotificationQueueEntryServiceUtil
java.lang.Object
com.liferay.commerce.notification.service.CommerceNotificationQueueEntryServiceUtil
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
deleteCommerceNotificationQueueEntry
(long commerceNotificationQueueEntryId) Deprecated.static List<CommerceNotificationQueueEntry>
getCommerceNotificationQueueEntries
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.static int
getCommerceNotificationQueueEntriesCount
(long groupId) Deprecated.static String
Deprecated.Returns the OSGi service identifier.Deprecated.resendCommerceNotificationQueueEntry
(long commerceNotificationQueueEntryId) Deprecated.
-
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
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
Deprecated.
-