Package com.liferay.notification.service
Class NotificationQueueEntryServiceWrapper
java.lang.Object
com.liferay.notification.service.NotificationQueueEntryServiceWrapper
- All Implemented Interfaces:
NotificationQueueEntryService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<NotificationQueueEntryService>
public class NotificationQueueEntryServiceWrapper
extends Object
implements NotificationQueueEntryService, com.liferay.portal.kernel.service.ServiceWrapper<NotificationQueueEntryService>
Provides a wrapper for
NotificationQueueEntryService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationQueueEntryServiceWrapper(NotificationQueueEntryService notificationQueueEntryService) -
Method Summary
Modifier and TypeMethodDescriptionaddNotificationQueueEntry(NotificationContext notificationContext) deleteNotificationQueueEntry(long notificationQueueEntryId) getNotificationQueueEntry(long notificationQueueEntryId) Returns the OSGi service identifier.resendNotificationQueueEntry(long notificationQueueEntryId) voidsetWrappedService(NotificationQueueEntryService notificationQueueEntryService)
-
Constructor Details
-
NotificationQueueEntryServiceWrapper
public NotificationQueueEntryServiceWrapper() -
NotificationQueueEntryServiceWrapper
public NotificationQueueEntryServiceWrapper(NotificationQueueEntryService notificationQueueEntryService)
-
-
Method Details
-
addNotificationQueueEntry
public NotificationQueueEntry addNotificationQueueEntry(NotificationContext notificationContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addNotificationQueueEntryin interfaceNotificationQueueEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteNotificationQueueEntry
public NotificationQueueEntry deleteNotificationQueueEntry(long notificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteNotificationQueueEntryin interfaceNotificationQueueEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getNotificationQueueEntry
public NotificationQueueEntry getNotificationQueueEntry(long notificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getNotificationQueueEntryin interfaceNotificationQueueEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceNotificationQueueEntryService- Returns:
- the OSGi service identifier
-
resendNotificationQueueEntry
public NotificationQueueEntry resendNotificationQueueEntry(long notificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
resendNotificationQueueEntryin interfaceNotificationQueueEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<NotificationQueueEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<NotificationQueueEntryService>
-