Liferay 7.0-ce-b4

com.liferay.portlet.announcements.service
Class AnnouncementsDeliveryServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.announcements.service.AnnouncementsDeliveryServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<AnnouncementsDeliveryService>, AnnouncementsDeliveryService

@ProviderType
public class AnnouncementsDeliveryServiceWrapper
extends Object
implements AnnouncementsDeliveryService, ServiceWrapper<AnnouncementsDeliveryService>

Provides a wrapper for AnnouncementsDeliveryService.

See Also:
AnnouncementsDeliveryService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
AnnouncementsDeliveryServiceWrapper(AnnouncementsDeliveryService announcementsDeliveryService)
           
 
Method Summary
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 AnnouncementsDeliveryService getWrappedService()
           
 void setWrappedService(AnnouncementsDeliveryService announcementsDeliveryService)
           
 AnnouncementsDelivery updateDelivery(long userId, String type, boolean email, boolean sms, boolean website)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnouncementsDeliveryServiceWrapper

public AnnouncementsDeliveryServiceWrapper(AnnouncementsDeliveryService announcementsDeliveryService)
Method Detail

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface AnnouncementsDeliveryService
Returns:
the OSGi service identifier

updateDelivery

public AnnouncementsDelivery updateDelivery(long userId,
                                            String type,
                                            boolean email,
                                            boolean sms,
                                            boolean website)
                                     throws PortalException
Specified by:
updateDelivery in interface AnnouncementsDeliveryService
Throws:
PortalException

getWrappedService

public AnnouncementsDeliveryService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<AnnouncementsDeliveryService>

setWrappedService

public void setWrappedService(AnnouncementsDeliveryService announcementsDeliveryService)
Specified by:
setWrappedService in interface ServiceWrapper<AnnouncementsDeliveryService>

Liferay 7.0-ce-b4