public class AnnouncementsDeliveryServiceWrapper extends Object implements AnnouncementsDeliveryService, ServiceWrapper<AnnouncementsDeliveryService>
AnnouncementsDeliveryService
.AnnouncementsDeliveryService
Constructor and Description |
---|
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(AnnouncementsDeliveryService announcementsDeliveryService)
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface AnnouncementsDeliveryService
public AnnouncementsDelivery updateDelivery(long userId, String type, boolean email, boolean sms) throws PortalException
updateDelivery
in interface AnnouncementsDeliveryService
PortalException
public AnnouncementsDeliveryService getWrappedService()
getWrappedService
in interface ServiceWrapper<AnnouncementsDeliveryService>
public void setWrappedService(AnnouncementsDeliveryService announcementsDeliveryService)
setWrappedService
in interface ServiceWrapper<AnnouncementsDeliveryService>