Package | Description |
---|---|
com.ads.api.beans.csm |
Contains Collection Classes,Java Bean Classes which are specific to Categories, Codesets, Code Values, Codeset Maps.
|
com.ads.api.beans.kv | |
com.ads.api.beans.sm |
Contains Collection Classes,Java Bean Classes which are specific to System, Environment,Table, Column and Node.
|
com.ads.api.util |
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs etc...
|
com.ads.mm.db.dao |
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<KeyValue> |
CodeValue.getExtendedProperties()
Returns list of KeyValue objects where each KeyValue object contains
details like key,value,objectId,objectTypeId etc....
|
Modifier and Type | Method and Description |
---|---|
CodeValue |
CodeValue.addExtendedProperty(KeyValue keyValue)
Returns CodeValue object by adding specified KeyValue object to the
CodeValue object where KeyValue object contains details like key,value,
objectId,objectTypeId etc....
|
Modifier and Type | Method and Description |
---|---|
CodeValue |
CodeValue.setExtendedProperties(java.util.List<KeyValue> extendedProperties)
Returns the CodeValue object by setting the specified list of
extendedProperties to the CodeValue object
|
Modifier and Type | Method and Description |
---|---|
KeyValue |
KeyValue.getKeyValue(java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
java.util.List<KeyValue> |
KeyValue.getDependencies() |
java.util.List<KeyValue> |
KeyValue.getKeyValues() |
java.util.List<KeyValue> |
KeyValue.getSubKeyValues() |
Modifier and Type | Method and Description |
---|---|
void |
KeyValue.addKeyValue(KeyValue kv) |
void |
KeyValue.removeUserData(KeyValue keyValue) |
Modifier and Type | Method and Description |
---|---|
void |
KeyValue.setDependencies(java.util.List<KeyValue> dependencies) |
void |
KeyValue.setKeyValues(java.util.List<KeyValue> keyValues) |
void |
KeyValue.setSubKeyValues(java.util.List<KeyValue> subKeyValues) |
Modifier and Type | Method and Description |
---|---|
java.util.List<KeyValue> |
SMColumn.getExtendedProperties()
Returns the list of extendedProperties of a column.
|
java.util.List<KeyValue> |
SMEnvironment.getExtendedProperties()
Returns the list of KeyValue objects.
|
java.util.List<KeyValue> |
SMTable.getExtendedProperties()
Returns the List
|
Modifier and Type | Method and Description |
---|---|
SMColumn |
SMColumn.addExtendedProperty(KeyValue systemKeyValuesVo) |
SMTable |
SMTable.addExtendedProperty(KeyValue systemKeyValuesVo) |
Modifier and Type | Method and Description |
---|---|
SMColumn |
SMColumn.setExtendedProperties(java.util.List<KeyValue> extendedProperties)
Method sets the list of KeyValues to the column as specified.
|
void |
SMEnvironment.setExtendedProperties(java.util.List<KeyValue> extendedProperties)
Method sets the list of KeyValue objects as specified.
|
SMTable |
SMTable.setExtendedProperties(java.util.List<KeyValue> extendedProperties)
Method sets the list of KeyValue objects as specified.
|
Modifier and Type | Method and Description |
---|---|
KeyValue |
KeyValueUtil.getKeyValueById(int keyId)
Returns the KeyValue Object for the specified Key Id
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,java.util.List<KeyValue>> |
KeyValueUtil.getKeyValues(Node.NodeType objectType,
java.util.List<java.lang.Integer> objectIds)
Returns the Map of KeyValue Objects for the specified objectType and
List of objectIds.
|
java.util.List<KeyValue> |
KeyValueUtil.getKeyValuesList(Node.NodeType objectType,
int objectId)
Returns the List of KeyValue Objects for the specified objectType and objectId.
|
Modifier and Type | Method and Description |
---|---|
RequestStatus |
KeyValueUtil.addKeyValue(KeyValue keyvalue)
Inserts a single KeyValue pair object for the specified KeyValue object.
|
RequestStatus |
KeyValueUtil.addKeyValue(KeyValue keyvalue,
Node.NodeType objectType,
int objectId)
Inserts a single KeyValue pair object for the specified KeyValue object,
objectTypeId and objectId.OutputFormat can be either JSON or XML.
|
RequestStatus |
KeyValueUtil.updateKeyValue(KeyValue keyvalue)
Updates the Key Value pair Object for the specified KeyValue object,
Specifying objectTypeId and objectId and KeyValueId are mandatory.
|
Modifier and Type | Method and Description |
---|---|
RequestStatus |
KeyValueUtil.addKeyValues(java.util.List<KeyValue> keyvalues,
Node.NodeType objectType,
int objectId)
Inserts a multiple KeyValue pair objects for the specified List of KeyValue objects,objectTypeId
and objectId.OutputFormat can be either JSON or XML.
|
RequestStatus |
KeyValueUtil.updateKeyValues(java.util.List<KeyValue> keyvalues)
Updates the List of Key Value pair Objects for the specified List of
KeyValue objects, Specifying objectTypeId and objectId and KeyValueId are
mandatory.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<KeyValue> |
DBColumn.getExtendedProperties() |
java.util.List<KeyValue> |
DBTable.getExtendedProperties() |
Modifier and Type | Method and Description |
---|---|
DBColumn |
DBColumn.addExtendedProperty(KeyValue systemKeyValuesVo) |
DBTable |
DBTable.addExtendedProperty(KeyValue systemKeyValuesVo) |
Modifier and Type | Method and Description |
---|---|
DBColumn |
DBColumn.setExtendedProperties(java.util.List<KeyValue> extendedProperties) |
DBTable |
DBTable.setExtendedProperties(java.util.List<KeyValue> extendedProperties) |