public class MDRRuleGroupService extends BaseService
session| Constructor and Description |
|---|
MDRRuleGroupService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
addRuleGroup(long groupId,
org.json.JSONObject nameMap,
org.json.JSONObject descriptionMap,
JSONObjectWrapper serviceContext) |
org.json.JSONObject |
copyRuleGroup(long ruleGroupId,
long groupId,
JSONObjectWrapper serviceContext) |
void |
deleteRuleGroup(long ruleGroupId) |
org.json.JSONObject |
fetchRuleGroup(long ruleGroupId) |
org.json.JSONObject |
getRuleGroup(long ruleGroupId) |
org.json.JSONObject |
updateRuleGroup(long ruleGroupId,
org.json.JSONObject nameMap,
org.json.JSONObject descriptionMap,
JSONObjectWrapper serviceContext) |
checkNull, getSession, mangleWrapper, setSession, toStringpublic MDRRuleGroupService(Session session)
public org.json.JSONObject addRuleGroup(long groupId,
org.json.JSONObject nameMap,
org.json.JSONObject descriptionMap,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject copyRuleGroup(long ruleGroupId,
long groupId,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic void deleteRuleGroup(long ruleGroupId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject fetchRuleGroup(long ruleGroupId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject getRuleGroup(long ruleGroupId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject updateRuleGroup(long ruleGroupId,
org.json.JSONObject nameMap,
org.json.JSONObject descriptionMap,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exception