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