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.voidsetWrappedService(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:
getOSGiServiceIdentifierin interfaceAnnouncementsDeliveryService- Returns:
- the OSGi service identifier
-
updateDelivery
public AnnouncementsDelivery updateDelivery(long userId, String type, boolean email, boolean sms) throws PortalException - Specified by:
updateDeliveryin interfaceAnnouncementsDeliveryService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<AnnouncementsDeliveryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<AnnouncementsDeliveryService>
-