public class DDLRecordSetService
extends BaseService
| Constructor and Description |
|---|
DDLRecordSetService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
addRecordSet(long groupId,
long ddmStructureId,
java.lang.String recordSetKey,
org.json.JSONObject nameMap,
org.json.JSONObject descriptionMap,
int minDisplayRows,
int scope,
JSONObjectWrapper serviceContext) |
void |
deleteRecordSet(long recordSetId) |
org.json.JSONObject |
fetchRecordSet(long recordSetId) |
org.json.JSONObject |
getRecordSet(long recordSetId) |
org.json.JSONArray |
getRecordSets(org.json.JSONArray groupIds) |
org.json.JSONArray |
search(long companyId,
long groupId,
java.lang.String keywords,
int scope,
int start,
int end,
JSONObjectWrapper orderByComparator) |
org.json.JSONArray |
search(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator,
int start,
int end,
JSONObjectWrapper orderByComparator) |
java.lang.Integer |
searchCount(long companyId,
long groupId,
java.lang.String keywords,
int scope) |
java.lang.Integer |
searchCount(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator) |
org.json.JSONObject |
updateMinDisplayRows(long recordSetId,
int minDisplayRows,
JSONObjectWrapper serviceContext) |
org.json.JSONObject |
updateRecordSet(long recordSetId,
JSONObjectWrapper settingsDDMFormValues) |
org.json.JSONObject |
updateRecordSet(long recordSetId,
long ddmStructureId,
org.json.JSONObject nameMap,
org.json.JSONObject descriptionMap,
int minDisplayRows,
JSONObjectWrapper serviceContext) |
org.json.JSONObject |
updateRecordSet(long groupId,
long ddmStructureId,
java.lang.String recordSetKey,
org.json.JSONObject nameMap,
org.json.JSONObject descriptionMap,
int minDisplayRows,
JSONObjectWrapper serviceContext) |
public org.json.JSONObject addRecordSet(long groupId,
long ddmStructureId,
java.lang.String recordSetKey,
org.json.JSONObject nameMap,
org.json.JSONObject descriptionMap,
int minDisplayRows,
int scope,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic void deleteRecordSet(long recordSetId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject fetchRecordSet(long recordSetId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject getRecordSet(long recordSetId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray getRecordSets(org.json.JSONArray groupIds)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray search(long companyId,
long groupId,
java.lang.String keywords,
int scope,
int start,
int end,
JSONObjectWrapper orderByComparator)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray search(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator,
int start,
int end,
JSONObjectWrapper orderByComparator)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Integer searchCount(long companyId,
long groupId,
java.lang.String keywords,
int scope)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Integer searchCount(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject updateMinDisplayRows(long recordSetId,
int minDisplayRows,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject updateRecordSet(long recordSetId,
JSONObjectWrapper settingsDDMFormValues)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject updateRecordSet(long recordSetId,
long ddmStructureId,
org.json.JSONObject nameMap,
org.json.JSONObject descriptionMap,
int minDisplayRows,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject updateRecordSet(long groupId,
long ddmStructureId,
java.lang.String recordSetKey,
org.json.JSONObject nameMap,
org.json.JSONObject descriptionMap,
int minDisplayRows,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exception