public class NotificationQueueEntryServiceWrapper extends java.lang.Object implements NotificationQueueEntryService, com.liferay.portal.kernel.service.ServiceWrapper<NotificationQueueEntryService>
NotificationQueueEntryService.NotificationQueueEntryService| Constructor and Description |
|---|
NotificationQueueEntryServiceWrapper() |
NotificationQueueEntryServiceWrapper(NotificationQueueEntryService notificationQueueEntryService) |
| Modifier and Type | Method and Description |
|---|---|
NotificationQueueEntry |
deleteNotificationQueueEntry(long notificationQueueEntryId) |
NotificationQueueEntry |
getNotificationQueueEntry(long notificationQueueEntryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
NotificationQueueEntryService |
getWrappedService() |
NotificationQueueEntry |
resendNotificationQueueEntry(long notificationQueueEntryId) |
void |
setWrappedService(NotificationQueueEntryService notificationQueueEntryService) |
public NotificationQueueEntryServiceWrapper()
public NotificationQueueEntryServiceWrapper(NotificationQueueEntryService notificationQueueEntryService)
public NotificationQueueEntry deleteNotificationQueueEntry(long notificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteNotificationQueueEntry in interface NotificationQueueEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic NotificationQueueEntry getNotificationQueueEntry(long notificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException
getNotificationQueueEntry in interface NotificationQueueEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface NotificationQueueEntryServicepublic NotificationQueueEntry resendNotificationQueueEntry(long notificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException
resendNotificationQueueEntry in interface NotificationQueueEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic NotificationQueueEntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<NotificationQueueEntryService>public void setWrappedService(NotificationQueueEntryService notificationQueueEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<NotificationQueueEntryService>