@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceNotificationQueueEntryService
extends com.liferay.portal.kernel.service.BaseService
CommerceNotificationQueueEntryServiceUtil| Modifier and Type | Method and Description |
|---|---|
void |
deleteCommerceNotificationQueueEntry(long commerceNotificationQueueEntryId) |
java.util.List<CommerceNotificationQueueEntry> |
getCommerceNotificationQueueEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) |
int |
getCommerceNotificationQueueEntriesCount(long groupId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceNotificationQueueEntry |
resendCommerceNotificationQueueEntry(long commerceNotificationQueueEntryId) |
void deleteCommerceNotificationQueueEntry(long commerceNotificationQueueEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
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@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceNotificationQueueEntriesCount(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()
CommerceNotificationQueueEntry resendCommerceNotificationQueueEntry(long commerceNotificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException