Table Description
Configuration Parameter: Holds a parameter associated with an advice context configuration. The parameter makes up part of the context associated to an advice configuration.

Example

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Advisor::Entity::ConfigurationParameter::ConfigurationParameter
Controlling File: Advisor\model\Packages\Entity\ConfigParameter\ConfigParameter.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
configurationParameterIDkeyno INTERNAL_ID SVR_INT64
namedetails  ADVICE_PARAM_NAME SVR_STRING<255>
adviceContextKeyIDdetailsno INTERNAL_ID SVR_INT64
createdBydetailsyes USER_NAME SVR_STRING<64>
startDatedetails  CURAM_DATE SVR_DATE
endDatedetails  CURAM_DATE SVR_DATE
typedetails  ADVICE_PARAMETER_TYPEAdviceParameterTypeSVR_STRING<10>
Foreign Keys (2)
ChildParent
ConfigurationParameter.adviceContextKeyIDAdviceContextKey.adviceContextKeyID
ConfigurationParameter.createdByUsers.userName
Indices (2)
Index NameAttributes
IdxConfigurationParameteradviceContextKeyID
IND__14666861createdBy
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: configurationParameterID
AUTO_ID_KEY: CONFPARAM
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
removeremove Standard Operation 
searchByAdviceContextKeyreadmulti   
insertConfigurationParameternsinsert Inserts record to ConfigurationParameter entity. This method expects ConfigurationParameterID to be set by the caller. If not set it delegates the call to insert() which is modeled to auto generate primary key fieldConfigurationParameterID. It is preferred to call insertConfigurationParameter() only in a scenario where caller wants to set the value of primary key by itself.  
Related Pages (18)