public class DDLRecordService extends BaseService
session| Constructor and Description |
|---|
DDLRecordService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
addRecord(long groupId,
long recordSetId,
int displayIndex,
org.json.JSONObject fieldsMap,
JSONObjectWrapper serviceContext) |
org.json.JSONObject |
deleteRecordLocale(long recordId,
java.lang.String locale,
JSONObjectWrapper serviceContext) |
org.json.JSONObject |
getRecord(long recordId) |
org.json.JSONObject |
updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
JSONObjectWrapper fields,
boolean mergeFields,
JSONObjectWrapper serviceContext) |
org.json.JSONObject |
updateRecord(long recordId,
int displayIndex,
org.json.JSONObject fieldsMap,
boolean mergeFields,
JSONObjectWrapper serviceContext) |
checkNull, getSession, mangleWrapper, setSession, toStringpublic DDLRecordService(Session session)
public org.json.JSONObject addRecord(long groupId,
long recordSetId,
int displayIndex,
org.json.JSONObject fieldsMap,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject deleteRecordLocale(long recordId,
java.lang.String locale,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject getRecord(long recordId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject updateRecord(long recordId,
int displayIndex,
org.json.JSONObject fieldsMap,
boolean mergeFields,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
JSONObjectWrapper fields,
boolean mergeFields,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exception