public class AnnouncementsDeliveryServiceWrapper extends Object implements AnnouncementsDeliveryService, ServiceWrapper<AnnouncementsDeliveryService>
AnnouncementsDeliveryService.AnnouncementsDeliveryService| Constructor and Description |
|---|
AnnouncementsDeliveryServiceWrapper() |
AnnouncementsDeliveryServiceWrapper(AnnouncementsDeliveryService announcementsDeliveryService) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AnnouncementsDeliveryService |
getWrappedService() |
void |
setWrappedService(AnnouncementsDeliveryService announcementsDeliveryService) |
AnnouncementsDelivery |
updateDelivery(long userId,
String type,
boolean email,
boolean sms) |
public AnnouncementsDeliveryServiceWrapper()
public AnnouncementsDeliveryServiceWrapper(AnnouncementsDeliveryService announcementsDeliveryService)
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AnnouncementsDeliveryServicepublic AnnouncementsDelivery updateDelivery(long userId, String type, boolean email, boolean sms) throws PortalException
updateDelivery in interface AnnouncementsDeliveryServicePortalExceptionpublic AnnouncementsDeliveryService getWrappedService()
getWrappedService in interface ServiceWrapper<AnnouncementsDeliveryService>public void setWrappedService(AnnouncementsDeliveryService announcementsDeliveryService)
setWrappedService in interface ServiceWrapper<AnnouncementsDeliveryService>