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