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