com.liferay.portlet.announcements.service
Class AnnouncementsDeliveryServiceWrapper
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnouncementsDeliveryServiceWrapper
public AnnouncementsDeliveryServiceWrapper(AnnouncementsDeliveryService announcementsDeliveryService)
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>