@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface NotificationQueueEntryService
extends com.liferay.portal.kernel.service.BaseService
NotificationQueueEntryServiceUtil| Modifier and Type | Method and Description |
|---|---|
NotificationQueueEntry |
deleteNotificationQueueEntry(long notificationQueueEntryId) |
NotificationQueueEntry |
getNotificationQueueEntry(long notificationQueueEntryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
NotificationQueueEntry |
resendNotificationQueueEntry(long notificationQueueEntryId) |
NotificationQueueEntry deleteNotificationQueueEntry(long notificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
NotificationQueueEntry getNotificationQueueEntry(long notificationQueueEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()
NotificationQueueEntry resendNotificationQueueEntry(long notificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException