public class MDRRuleGroupService
extends BaseService
| 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.JSONArray |
getRuleGroups(org.json.JSONArray groupIds,
int start,
int end) |
java.lang.Integer |
getRuleGroupsCount(org.json.JSONArray groupIds) |
org.json.JSONObject |
updateRuleGroup(long ruleGroupId,
org.json.JSONObject nameMap,
org.json.JSONObject descriptionMap,
JSONObjectWrapper serviceContext) |
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.JSONArray getRuleGroups(org.json.JSONArray groupIds,
int start,
int end)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Integer getRuleGroupsCount(org.json.JSONArray groupIds)
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