Interface CommerceNotificationQueueEntryService

All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
All Known Implementing Classes:
CommerceNotificationQueueEntryServiceWrapper

@AccessControlled @Deprecated @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
Deprecated.
As of Cavanaugh (7.4.x)
Provides the remote service interface for CommerceNotificationQueueEntry. 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:
  • Method Details

    • deleteCommerceNotificationQueueEntry

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

      @Transactional(propagation=SUPPORTS, readOnly=true) 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

      @Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceNotificationQueueEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

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