Class AnnouncementsDeliveryServiceWrapper
Object
com.liferay.announcements.kernel.service.AnnouncementsDeliveryServiceWrapper
- All Implemented Interfaces:
AnnouncementsDeliveryService
,BaseService
,ServiceWrapper<AnnouncementsDeliveryService>
public class AnnouncementsDeliveryServiceWrapper
extends Object
implements AnnouncementsDeliveryService, ServiceWrapper<AnnouncementsDeliveryService>
Provides a wrapper for
AnnouncementsDeliveryService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
ConstructorsConstructorDescriptionAnnouncementsDeliveryServiceWrapper
(AnnouncementsDeliveryService announcementsDeliveryService) -
Method Summary
Modifier and TypeMethodDescriptionReturns the OSGi service identifier.void
setWrappedService
(AnnouncementsDeliveryService announcementsDeliveryService) updateDelivery
(long userId, String type, boolean email, boolean sms)
-
Constructor Details
-
AnnouncementsDeliveryServiceWrapper
public AnnouncementsDeliveryServiceWrapper() -
AnnouncementsDeliveryServiceWrapper
public AnnouncementsDeliveryServiceWrapper(AnnouncementsDeliveryService announcementsDeliveryService)
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceAnnouncementsDeliveryService
- Returns:
- the OSGi service identifier
-
updateDelivery
public AnnouncementsDelivery updateDelivery(long userId, String type, boolean email, boolean sms) throws PortalException - Specified by:
updateDelivery
in interfaceAnnouncementsDeliveryService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<AnnouncementsDeliveryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<AnnouncementsDeliveryService>
-