public class AnnouncementsDeliveryService
extends BaseService
| Constructor and Description |
|---|
AnnouncementsDeliveryService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
updateDelivery(long userId,
java.lang.String type,
boolean email,
boolean sms) |
org.json.JSONObject |
updateDelivery(long userId,
java.lang.String type,
boolean email,
boolean sms,
boolean website) |
public AnnouncementsDeliveryService(Session session)
public org.json.JSONObject updateDelivery(long userId,
java.lang.String type,
boolean email,
boolean sms)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject updateDelivery(long userId,
java.lang.String type,
boolean email,
boolean sms,
boolean website)
throws java.lang.Exception
java.lang.Exception