com.liferay.portlet.announcements.service
Class AnnouncementsDeliveryServiceWrapper
java.lang.Object
com.liferay.portlet.announcements.service.AnnouncementsDeliveryServiceWrapper
- All Implemented Interfaces:
- AnnouncementsDeliveryService
public class AnnouncementsDeliveryServiceWrapper
- extends Object
- implements AnnouncementsDeliveryService
This class is a wrapper for AnnouncementsDeliveryService
.
- See Also:
AnnouncementsDeliveryService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnouncementsDeliveryServiceWrapper
public AnnouncementsDeliveryServiceWrapper(AnnouncementsDeliveryService announcementsDeliveryService)
updateDelivery
public AnnouncementsDelivery updateDelivery(long userId,
String type,
boolean email,
boolean sms,
boolean website)
throws PortalException,
SystemException
- Specified by:
updateDelivery
in interface AnnouncementsDeliveryService
- Throws:
PortalException
SystemException
getWrappedAnnouncementsDeliveryService
public AnnouncementsDeliveryService getWrappedAnnouncementsDeliveryService()