@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface AnnouncementsDeliveryService extends BaseService
AnnouncementsDeliveryServiceUtil
,
AnnouncementsDeliveryServiceBaseImpl
,
AnnouncementsDeliveryServiceImpl
Modifier and Type | Method and Description |
---|---|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AnnouncementsDelivery |
updateDelivery(long userId,
String type,
boolean email,
boolean sms) |
AnnouncementsDelivery |
updateDelivery(long userId,
String type,
boolean email,
boolean sms,
boolean website)
Deprecated.
As of 7.0.0, replaced by
updateDelivery(long, String, boolean, boolean) |
String getOSGiServiceIdentifier()
AnnouncementsDelivery updateDelivery(long userId, String type, boolean email, boolean sms) throws PortalException
PortalException
@Deprecated AnnouncementsDelivery updateDelivery(long userId, String type, boolean email, boolean sms, boolean website) throws PortalException
updateDelivery(long, String, boolean, boolean)
PortalException