@Deprecated
public class CommerceNotificationQueueEntryServiceUtil
extends java.lang.Object
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.CommerceNotificationQueueEntryService
Constructor and Description |
---|
CommerceNotificationQueueEntryServiceUtil()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
deleteCommerceNotificationQueueEntry(long commerceNotificationQueueEntryId)
Deprecated.
|
static java.util.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 java.lang.String |
getOSGiServiceIdentifier()
Deprecated.
Returns the OSGi service identifier.
|
static CommerceNotificationQueueEntryService |
getService()
Deprecated.
|
static CommerceNotificationQueueEntry |
resendCommerceNotificationQueueEntry(long commerceNotificationQueueEntryId)
Deprecated.
|
public CommerceNotificationQueueEntryServiceUtil()
public static void deleteCommerceNotificationQueueEntry(long commerceNotificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<CommerceNotificationQueueEntry> getCommerceNotificationQueueEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getCommerceNotificationQueueEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static CommerceNotificationQueueEntry resendCommerceNotificationQueueEntry(long commerceNotificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CommerceNotificationQueueEntryService getService()