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 NotificationQueueEntryService
com.liferay.portal.kernel.exception.PortalException
public NotificationQueueEntry getNotificationQueueEntry(long notificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException
getNotificationQueueEntry
in interface NotificationQueueEntryService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface NotificationQueueEntryService
public NotificationQueueEntry resendNotificationQueueEntry(long notificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException
resendNotificationQueueEntry
in interface NotificationQueueEntryService
com.liferay.portal.kernel.exception.PortalException
public 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>