Table Description
DADPDecision Matrix Link: This entity stores details of the relationship between a Determination Package Version and a Decision Matrix Version.

This entity stores details of the relationship between a determination package version and a decision matrix version.

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::Decision Assist::Service Layer::DeterminationPackage::Entity::DPDecisionMatrixLink
Controlling File: DecisionAssist\model\Packages\Service Layer\DeterminationPackage\Entity\DeterminationPackage_cat.efx
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
dpDecisionMatrixLinkIDkeynoSystem generated unique identifier for a determination package decision matrix link.DA_DP_DECISION_MATRIX_LINK_ID SVR_INT64
decisionMatrixVersionIDdetailsnoSystem generated unique identifier for the associated decision matrix version.DA_DECISION_MATRIX_VERSION_ID SVR_INT64
determinationPackageVersionIDdetailsnoSystem generated unique identifier for the associated determination package version.DA_DP_VERSION_ID SVR_INT64
Foreign Keys (2)
ChildParent
DPDecisionMatrixLink.decisionMatrixVersionIDDecisionMatrixVersion.decisionMatrixVersionID
DPDecisionMatrixLink.determinationPackageVersionIDDeterminationPackageVersion.determinationPackageVersionID
Indices (2)
Index NameAttributes
IND__1581058284determinationPackageVersionID
IND_1476679546decisionMatrixVersionID
Operations (13)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: dpDecisionMatrixLinkID
AUTO_ID_KEY: DPDECMTRX
Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
copyDecisionMatrixLinkbatchinsert   
searchAllLinkDetailsForDeterminationPackageVersionreadmulti   
modifyDPDecisionMatrixLinknsmodify   
readLinkByDMAndDPIDnsread   
readLinkByDMIDnsread   
removeDecisionMatrixFromPackagensremove   
countByDMVersionns  SQL
readDPVersionIDForInEditDMVersionnsread   
insertDPDecisionMatrixLinkinsert Inserts record to DP decision matrix link entity. This method expects DP decision matrix link ID to be set by the caller, if not set it delegates the call to insert() which is modeled to auto generate primary key field (DP decision matrix link ID). It's preferred to call this method only in scenario's where caller wants to set the value of primary key (DP decision matrix link ID) by itself. 
Related Pages (11)