public class KeyValueService
extends java.lang.Object
Constructor and Description |
---|
KeyValueService() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
addKeyValue(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String key,
java.lang.String value,
java.lang.String objectTypeId,
java.lang.String objectId)
Deprecated.
|
java.lang.String |
addKeyValueForObjectIds(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String key,
java.lang.String value,
java.lang.String objectTypeId,
java.lang.String objectIdListJson)
Deprecated.
|
java.lang.String |
addKeyValueForObjectTypeIdsMap(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String Key,
java.lang.String Value,
java.lang.String ObjectTypeIdsListOfObjectIdsJson)
Deprecated.
|
java.lang.String |
addKeyValueObject(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String keyValuejson)
Inserts a single KeyValue pair object for the specified KeyValue object,objectTypeId
and objectId.OutputFormat can be either JSON or XML.
|
java.lang.String |
addKeyValueObjectByObjectId(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String keyValuejson,
java.lang.String objectType,
java.lang.String objectId)
Inserts a single KeyValue pair object for the specified KeyValue object,objectTypeId
and objectId.OutputFormat can be either JSON or XML.
|
java.lang.String |
addKeyValueObjects(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String keyValuejsonlist,
java.lang.String objectType,
java.lang.String objectId)
Inserts a multiple KeyValue pair objects for the specified List of KeyValue objects,objectTypeId
and objectId.OutputFormat can be either JSON or XML.
|
java.lang.String |
addKeyValuesForObjectId(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String keyvalueMapJson,
java.lang.String objectTypeId,
java.lang.String objectId) |
java.lang.String |
addKeyValuesForObjectIds(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String keyvalueMapJson,
java.lang.String objectTypeId,
java.lang.String objectIdListJson)
Deprecated.
|
java.lang.String |
addKeyValuesForObjectTypeIdsMap(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String keyValueMapJson,
java.lang.String ObjectTypeIdsListOfObjectIdsJson)
Deprecated.
|
java.lang.String |
deleteAllKeyValuesForObjectId(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String objectTypeId,
java.lang.String objectId)
Deletes all Keys for the specified ObjectId and ObjectTypeId.
|
java.lang.String |
deleteAllKeyValuesForObjectIds(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String objectTypeId,
java.lang.String listobjectIdsJson)
Delete all Keys for the specified ObjectTypeId and List of
ObjectId's.
|
java.lang.String |
deleteAllKeyValuesForObjectTypeIdsMap(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String mapOfObjectTypeIdsWithListOfObjectIdsJson)
Deletes all Keys for the specified Map of ObjectTypeId and List of
ObjectId's.
|
java.lang.String |
deleteKeyValueByIds(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String keyIdsMapJson)
Deletes all Keys for the specified List of keyId's.
|
java.lang.String |
deleteKeyValueByName(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String key,
java.lang.String objectTypeId,
java.lang.String objectId)
Deletes all Keys for the specified Key, ObjectId and Object Type
Id.outputFormat can be either JSON or XML.
|
java.lang.String |
deleteKeyValuesByNameForObjectId(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String listkeysJson,
java.lang.String objectTypeId,
java.lang.String objectId)
Deletes all Keys for the specified List of keys, ObjectId and
ObjectTypeId.
|
java.lang.String |
getAllKeyIdsForObjectTypeIdsMap(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String ObjectTypeIdListObjectId)
Returns the Map of keyId's for the specified Map of objectTypeId and List
of objectIds.
|
java.lang.String |
getAllKeyValuesForObjectId(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String objectTypeId,
java.lang.String objectId)
Returns the key value pairs for the specified objectTypeId and
objectId.outputFormat can be either JSON or XML.
|
java.lang.String |
getAllKeyValuesForObjectTypeIdsMap(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String ObjectTypeIdsMapWithObjectIdsListJson)
Returns Map of Key Value pairs for the specified Map of objectTypeId's
and List of objectId's.outputFormat can be either JSON or XML.
|
java.lang.String |
getKeyIdsByName(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String key,
java.lang.String objectTypeId,
java.lang.String objectId)
Returns the List of keyId's for the specified key, objectTypeId and
objectId.
|
java.lang.String |
getKeyIdsByNames(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String keys,
java.lang.String objectTypeId,
java.lang.String objectId)
Returns the Map of keyId's for the specified List of keys, objectTypeId
and objectId.
|
java.lang.String |
getKeyIdsForObjectId(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String objectTypeId,
java.lang.String objectId)
Returns the Map of keyId's for the specified objectTypeId and
objectId.
|
java.lang.String |
getKeyIdsForObjectIds(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String key,
java.lang.String objectTypeId,
java.lang.String listobjectIdJson)
Returns the Map of keyId's for the specified key, objectTypeId and List
of objectId's.outputFormat can be either JSON or XML.
|
java.lang.String |
getKeyValueObject(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String objectType,
java.lang.String objectId)
Returns the List of KeyValue Objects for the specified objectTypeId and
objectId.
|
java.lang.String |
getKeyValueObjects(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String objectType,
java.lang.String objectIdsJson)
Returns the Map of KeyValue Objects for the specified objectTypeId and
List of objectIds.
|
java.lang.String |
getKeyValuesForObjectId(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String objectTypeId,
java.lang.String objectId)
Returns Map of Key Value pairs for the specified objectTypeId and
objectId.outputFormat can be either JSON or XML.
|
java.lang.String |
updateKeyValueById(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String keyId,
java.lang.String value,
java.lang.String objectTypeId,
java.lang.String objectId)
Updates the single Key Value pair for the specified keyId, value,
objectTypeId and objectId.
|
java.lang.String |
updateKeyValueByIdForObjectIds(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String keyId,
java.lang.String value,
java.lang.String objectTypeId,
java.lang.String listobjectIdsJson)
Updates the single key value pair for the specified keyId, value,
objectTypeId and List of objectId's.
|
java.lang.String |
updateKeyValueByIdsForObjectId(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String keyIdValueMapJson,
java.lang.String objectTypeId,
java.lang.String objectId)
Updates the Map of Key Value pairs for the specified Map KeyIdValue,
objectTypeId and objectId.outputFormat can be either JSON or XML.
|
java.lang.String |
updateKeyValueByIdsForObjectIds(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String keyIdValueMapJson,
java.lang.String objectTypeId,
java.lang.String objectIds)
Updates the Map of Key Value pairs for the specified Map of KeyIdValue,
objectTypeId and List of objectId'S.outputFormat can be either JSON or
XML.
|
java.lang.String |
updateKeyValueByIdsForObjectTypeIdsMap(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String keyIdValue,
java.lang.String ObjectTypeIdListObjectId)
Updates the Map of Key Value pairs for the specified Map of KeyIdValue,
Map of objectTypeId's and List of objectId's.outputFormat can be either
JSON or XML.
|
java.lang.String |
updateKeyValueObject(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String keyValuejson)
Updates the Key Value pair Object for the specified KeyValue
object, Specifying Id in object is mandatory.
|
java.lang.String |
updateKeyValueObjects(java.lang.String userName,
java.lang.String password,
java.lang.String outputFormat,
java.lang.String keyValuejsonlist)
Updates the List of Key Value pair Objects for the specified List of
KeyValue objects, Specifying Id in object is mandatory.
|
public java.lang.String addKeyValue(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String key, java.lang.String value, java.lang.String objectTypeId, java.lang.String objectId)
key
- Stringvalue
- StringobjectTypeId
- StringobjectId
- StringuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XMLpublic java.lang.String addKeyValuesForObjectId(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String keyvalueMapJson, java.lang.String objectTypeId, java.lang.String objectId)
public java.lang.String addKeyValueForObjectIds(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String key, java.lang.String value, java.lang.String objectTypeId, java.lang.String objectIdListJson)
key
- Stringvalue
- StringobjectTypeId
- StringobjectIdListJson
- objectIds ListuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XML
Sample 'objectIdListJson' JSON :
{
"objectId": [1,2]
}
public java.lang.String addKeyValuesForObjectIds(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String keyvalueMapJson, java.lang.String objectTypeId, java.lang.String objectIdListJson)
keyvalueMapJson
- Map ObjectobjectTypeId
- StringuserName
- Stringpassword
- StringobjectIdListJson
- StringoutputFormat
- String - Valid values: JSON or XML
Sample 'keyvalueMapJson' JSON :
{
"key1": "value1",
"key2": "value2"
}
Sample 'objectIdListJson' JSON :
{
"objectId": [1,2]
}
public java.lang.String addKeyValuesForObjectTypeIdsMap(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String keyValueMapJson, java.lang.String ObjectTypeIdsListOfObjectIdsJson)
ObjectTypeIdsListOfObjectIdsJson
- StringuserName
- StringkeyValueMapJson
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XML
Sample 'keyValueMapJson' JSON :
{
"key1": "value1",
"key2": "value2"
}
Sample 'ObjectTypeIdsListOfObjectIdsJson' JSON :
{
9: [283,284],
8:[74,76]
}
public java.lang.String addKeyValueForObjectTypeIdsMap(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String Key, java.lang.String Value, java.lang.String ObjectTypeIdsListOfObjectIdsJson)
Key
- StringValue
- StringObjectTypeIdsListOfObjectIdsJson
- StringuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XML
Sample 'ObjectTypeIdsListOfObjectIdsJson' JSON :
{
9:[1,2],
8:[3,4]
}
public java.lang.String addKeyValueObject(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String keyValuejson)
userName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XMLkeyValuejson
-
Sample 'keyValuejson' for this:
{
"fromParent": false,
"objectTypeId": "",
"userData": {},
"objectStyle": null,
"defaultValue": "Value1",
"tooltip": null,
"masterConfig": null,
"fetchOnlyParent": false,
"type": null,
"mode": null,
"valueRefId": null,
"formatRefValues": true,
"parentObjectTypeId": "",
"systemBased": false,
"html": false,
"id": 0,
"text": "",
"order": 1,
"fieldLength": 0,
"visibility": 1,
"keyStyle": null,
"displayPolicy": 1,
"published": false,
"childId": 0,
"fromChild": false,
"processingOrder": 0,
"dependencies": [],
"expand": false,
"consolidated": false,
"parentKey": "",
"configObject": null,
"htmlDisabled": false,
"fieldType": null,
"regularExpression": null,
"objectLevel": 0,
"description": null,
"mandatory": false,
"enabled": false,
"loadonStartup": 0,
"parentObjectId": "",
"selectedValue": null,
"value": "",
"pref_type": "Consolidated",
"key": "",
"objectId": "",
"valueStyle": null,
"combovalues": [],
"uitype": "TEXTBOX",
"keyValues": [],
"parentId": 0,
"component": "{}",
"cellType": null
}
public java.lang.String addKeyValueObjectByObjectId(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String keyValuejson, java.lang.String objectType, java.lang.String objectId)
userName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XMLkeyValuejson
- objectType
- objectId
-
Sample 'keyValuejson' for this:
{
"key": "",
"value": "",
"fromParent": false,
"objectTypeId": "",
"userData": {},
"objectStyle": null,
"defaultValue": "Value1",
"tooltip": null,
"masterConfig": null,
"fetchOnlyParent": false,
"type": null,
"mode": null,
"valueRefId": null,
"formatRefValues": true,
"parentObjectTypeId": "",
"systemBased": false,
"html": false,
"id": ,
"text": "",
"order": 1,
"fieldLength": 0,
"visibility": 1,
"keyStyle": null,
"displayPolicy": 1,
"published": false,
"childId": 0,
"fromChild": false,
"processingOrder": 0,
"dependencies": [],
"expand": false,
"consolidated": false,
"parentKey": "",
"configObject": null,
"htmlDisabled": false,
"fieldType": null,
"regularExpression": null,
"objectLevel": 0,
"description": null,
"mandatory": false,
"enabled": false,
"loadonStartup": 0,
"parentObjectId": "",
"selectedValue": null,
"pref_type": "Consolidated",
"objectId": "",
"valueStyle": null,
"combovalues": [],
"uitype": "TEXTBOX",
"keyValues": [],
"parentId": 0,
"component": "{}",
"cellType": null
}
public java.lang.String addKeyValueObjects(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String keyValuejsonlist, java.lang.String objectType, java.lang.String objectId)
userName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XMLkeyValuejsonlist
- objectType
- objectId
-
Sample 'keyValuejsonlist' JSON :
[
{
"key": "",
"value": "",
"fromParent": false,
"objectTypeId": "",
"userData": {},
"objectStyle": null,
"defaultValue": "",
"tooltip": null,
"masterConfig": null,
"fetchOnlyParent": false,
"type": null,
"mode": null,
"valueRefId": null,
"formatRefValues": true,
"parentObjectTypeId": "",
"systemBased": false,
"html": false,
"id": ,
"text": "",
"order": 1,
"fieldLength": 0,
"visibility": 1,
"keyStyle": null,
"displayPolicy": 1,
"published": false,
"childId": 0,
"fromChild": false,
"processingOrder": 0,
"dependencies": [],
"expand": false,
"consolidated": false,
"parentKey": "",
"configObject": null,
"htmlDisabled": false,
"fieldType": null,
"regularExpression": null,
"objectLevel": 0,
"description": null,
"mandatory": false,
"enabled": false,
"loadonStartup": 0,
"parentObjectId": "",
"selectedValue": null,
"pref_type": "Consolidated",
"objectId": "",
"valueStyle": null,
"combovalues": [],
"uitype": "TEXTBOX",
"keyValues": [],
"parentId": 0,
"component": "{}",
"cellType": null
},
{
"key": "",
"value": "",
"fromParent": false,
"objectTypeId": "",
"userData": {},
"objectStyle": null,
"defaultValue": "",
"tooltip": null,
"masterConfig": null,
"fetchOnlyParent": false,
"type": null,
"mode": null,
"valueRefId": null,
"formatRefValues": true,
"parentObjectTypeId": "",
"systemBased": false,
"html": false,
"id": 0,
"text": "",
"order": 1,
"fieldLength": 0,
"visibility": 1,
"keyStyle": null,
"displayPolicy": 1,
"published": false,
"childId": 0,
"fromChild": false,
"processingOrder": 0,
"dependencies": [],
"expand": false,
"consolidated": false,
"parentKey": "",
"configObject": null,
"htmlDisabled": false,
"fieldType": null,
"regularExpression": null,
"objectLevel": 0,
"description": null,
"mandatory": false,
"enabled": false,
"loadonStartup": 0,
"parentObjectId": "",
"selectedValue": null,
"pref_type": "Consolidated",
"objectId": "",
"valueStyle": null,
"combovalues": [],
"uitype": "TEXTBOX",
"keyValues": [],
"parentId": 0,
"component": "{}",
"cellType": null
}
]
public java.lang.String getAllKeyValuesForObjectId(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String objectTypeId, java.lang.String objectId)
objectTypeId
- StringobjectId
- StringuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XMLpublic java.lang.String getKeyIdsByName(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String key, java.lang.String objectTypeId, java.lang.String objectId)
key
- StringobjectTypeId
- StringobjectId
- StringuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XMLpublic java.lang.String getKeyIdsForObjectIds(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String key, java.lang.String objectTypeId, java.lang.String listobjectIdJson)
key
- StringobjectTypeId
- StringlistobjectIdJson
- objectIds ListuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XML
Sample 'listobjectIdJson' JSON :
{
"objectId":[283,284]
}
public java.lang.String getKeyValuesForObjectId(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String objectTypeId, java.lang.String objectId)
objectTypeId
- StringobjectId
- StringuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XMLpublic java.lang.String getAllKeyValuesForObjectTypeIdsMap(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String ObjectTypeIdsMapWithObjectIdsListJson)
ObjectTypeIdsMapWithObjectIdsListJson
- String - ObjectTypeIds,List of ObjectIds Map objectuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XML
Sample 'ObjectTypeIdsMapWithObjectIdsListJson' JSON :
{
9:[283,284],
8:[74,76]
}
public java.lang.String getKeyIdsForObjectId(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String objectTypeId, java.lang.String objectId)
objectTypeId
- StringobjectId
- StringuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XMLpublic java.lang.String getKeyIdsByNames(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String keys, java.lang.String objectTypeId, java.lang.String objectId)
keys
- ListobjectTypeId
- StringobjectId
- StringuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XML
Sample 'keys' JSON :
{
keys:[key1,key2]
}
public java.lang.String getAllKeyIdsForObjectTypeIdsMap(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String ObjectTypeIdListObjectId)
ObjectTypeIdListObjectId
- MapuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XML
Sample 'ObjectTypeIdListObjectId' JSON :
{
"8":[74,76]
}
public java.lang.String getKeyValueObject(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String objectType, java.lang.String objectId)
userName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XMLobjectType
- StringobjectId
- Stringpublic java.lang.String getKeyValueObjects(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String objectType, java.lang.String objectIdsJson)
userName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XMLobjectType
- StringobjectIdsJson
- String
Sample 'objectIdsJson' JSON :
[283,284]
public java.lang.String updateKeyValueById(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String keyId, java.lang.String value, java.lang.String objectTypeId, java.lang.String objectId)
keyId
- Stringvalue
- StringobjectTypeId
- StringobjectId
- StringuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XMLpublic java.lang.String updateKeyValueByIdForObjectIds(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String keyId, java.lang.String value, java.lang.String objectTypeId, java.lang.String listobjectIdsJson)
keyId
- Stringvalue
- StringobjectTypeId
- StringlistobjectIdsJson
- objectIds ListuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XML
Sample 'listobjectIdsJson' JSON :
{
"objectId":[74,76]
}
public java.lang.String updateKeyValueByIdsForObjectId(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String keyIdValueMapJson, java.lang.String objectTypeId, java.lang.String objectId)
keyIdValueMapJson
- KeyId,Value Map ObjectobjectTypeId
- StringobjectId
- StringuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XML
Sample 'keyIdValueMapJson' JSON :
{
"1": "value1",
"2": "value2"
}
public java.lang.String updateKeyValueByIdsForObjectIds(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String keyIdValueMapJson, java.lang.String objectTypeId, java.lang.String objectIds)
keyIdValueMapJson
- KeyId,Value Map ObjectobjectTypeId
- StringobjectIds
- ListuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XML
Sample 'keyIdValueMapJson' JSON :
{
"1": "value1",
"2": "value2"
}
Sample 'objectIds' JSON :
{
"objectIds":[74,76]
}
public java.lang.String updateKeyValueByIdsForObjectTypeIdsMap(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String keyIdValue, java.lang.String ObjectTypeIdListObjectId)
keyIdValue
- Map ObjectObjectTypeIdListObjectId
- Map ObjectuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XML
Sample 'keyIdValue' JSON :
{
1:"value1",
2:"value2"
}
Sample 'ObjectTypeIdListObjectId' JSON :
{
8:[74,76]
}
public java.lang.String updateKeyValueObject(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String keyValuejson)
userName
- password
- outputFormat
- - Valid values: JSON or XMLkeyValuejson
-
Sample 'keyValuejson' JSON :
{
"id": 0,
"key": "",
"value": "",
"fromParent": false,
"objectTypeId": "",
"userData": {},
"objectStyle": null,
"defaultValue": "Value1",
"tooltip": null,
"masterConfig": null,
"fetchOnlyParent": false,
"type": null,
"mode": null,
"valueRefId": null,
"formatRefValues": true,
"parentObjectTypeId": "",
"systemBased": false,
"html": false,
"text": "",
"order": 1,
"fieldLength": 0,
"visibility": 1,
"keyStyle": null,
"displayPolicy": 1,
"published": false,
"childId": 0,
"fromChild": false,
"processingOrder": 0,
"dependencies": [],
"expand": false,
"consolidated": false,
"parentKey": "",
"configObject": null,
"htmlDisabled": false,
"fieldType": null,
"regularExpression": null,
"objectLevel": 0,
"description": null,
"mandatory": false,
"enabled": false,
"loadonStartup": 0,
"parentObjectId": "",
"selectedValue": null,
"pref_type": "Consolidated",
"objectId": "",
"valueStyle": null,
"combovalues": [],
"uitype": "TEXTBOX",
"keyValues": [],
"parentId": 0,
"component": "{}",
"cellType": null
}
public java.lang.String updateKeyValueObjects(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String keyValuejsonlist)
userName
- password
- outputFormat
- - Valid values: JSON or XMLkeyValuejsonlist
-
Sample 'keyValuejsonlist' JSON :
[
{
"id": 0,
"key": "",
"value": "",
"fromParent": false,
"objectTypeId": "",
"userData": {},
"objectStyle": null,
"defaultValue": "",
"tooltip": null,
"masterConfig": null,
"fetchOnlyParent": false,
"type": null,
"mode": null,
"valueRefId": null,
"formatRefValues": true,
"parentObjectTypeId": "",
"systemBased": false,
"html": false,
"text": "",
"order": 1,
"fieldLength": 0,
"visibility": 1,
"keyStyle": null,
"displayPolicy": 1,
"published": false,
"childId": 0,
"fromChild": false,
"processingOrder": 0,
"dependencies": [],
"expand": false,
"consolidated": false,
"parentKey": "",
"configObject": null,
"htmlDisabled": false,
"fieldType": null,
"regularExpression": null,
"objectLevel": 0,
"description": null,
"mandatory": false,
"enabled": false,
"loadonStartup": 0,
"parentObjectId": "",
"selectedValue": null,
"pref_type": "Consolidated",
"objectId": "",
"valueStyle": null,
"combovalues": [],
"uitype": "TEXTBOX",
"keyValues": [],
"parentId": 0,
"component": "{}",
"cellType": null
},
{
"id": 0,
"key": "",
"value": "",
"fromParent": false,
"objectTypeId": "",
"userData": {},
"objectStyle": null,
"defaultValue": "",
"tooltip": null,
"masterConfig": null,
"fetchOnlyParent": false,
"type": null,
"mode": null,
"valueRefId": null,
"formatRefValues": true,
"parentObjectTypeId": "",
"systemBased": false,
"html": false,
"text": "",
"order": 1,
"fieldLength": 0,
"visibility": 1,
"keyStyle": null,
"displayPolicy": 1,
"published": false,
"childId": 0,
"fromChild": false,
"processingOrder": 0,
"dependencies": [],
"expand": false,
"consolidated": false,
"parentKey": "",
"configObject": null,
"htmlDisabled": false,
"fieldType": null,
"regularExpression": null,
"objectLevel": 0,
"description": null,
"mandatory": false,
"enabled": false,
"loadonStartup": 0,
"parentObjectId": "",
"selectedValue": null,
"pref_type": "Consolidated",
"objectId": "",
"valueStyle": null,
"combovalues": [],
"uitype": "TEXTBOX",
"keyValues": [],
"parentId": 0,
"component": "{}",
"cellType": null
}
]
public java.lang.String deleteKeyValueByName(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String key, java.lang.String objectTypeId, java.lang.String objectId)
key
- StringobjectTypeId
- StringobjectId
- StringuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XMLpublic java.lang.String deleteKeyValuesByNameForObjectId(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String listkeysJson, java.lang.String objectTypeId, java.lang.String objectId)
listkeysJson
- keys ListobjectTypeId
- StringobjectId
- StringuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XML
Sample 'listkeysJson' JSON :
{
keys:[key1,key2]
}
public java.lang.String deleteKeyValueByIds(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String keyIdsMapJson)
keyIdsMapJson
- keyIds ListuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XML
Sample 'keyIdsMapJson' JSON :
{
"keyIds":[1,2]
}
public java.lang.String deleteAllKeyValuesForObjectId(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String objectTypeId, java.lang.String objectId)
objectTypeId
- StringobjectId
- StringuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XMLpublic java.lang.String deleteAllKeyValuesForObjectIds(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String objectTypeId, java.lang.String listobjectIdsJson)
objectTypeId
- StringuserName
- Stringpassword
- StringlistobjectIdsJson
- objectIds ListoutputFormat
- String - Valid values: JSON or XML
Sample 'listobjectIdsJson' JSON :
{
objectId:[1,2]
}
public java.lang.String deleteAllKeyValuesForObjectTypeIdsMap(java.lang.String userName, java.lang.String password, java.lang.String outputFormat, java.lang.String mapOfObjectTypeIdsWithListOfObjectIdsJson)
mapOfObjectTypeIdsWithListOfObjectIdsJson
- JsonStringuserName
- Stringpassword
- StringoutputFormat
- String - Valid values: JSON or XML
Sample 'mapOfObjectTypeIdsWithListOfObjectIdsJson' JSON :
{
9:[1,2],
8:[3,4]
}