Table Description
Goal Outcome Link: Links an Outcome with a Goal.
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::ServicePlans::Administration::Goal::LinkTables::GoalOutComeLink::Entity::GoalOutcomeLink
Controlling File: ServicePlans\model\Packages\Service Layer\Administration\Goal\LinkTables\GoalOutcomeLink\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
goalOutcomeLinkIDkeynoSystem generated unique ID.GOAL_OUTCOME_LINK_ID SVR_INT64
goalIDdetailsnoForeign key from Goal entity.GOAL_ID SVR_INT64
outcomeIDdetailsnoForeign key from Outcome entity.OUTCOME_ID SVR_INT64
Foreign Keys (2)
ChildParent
GoalOutcomeLink.goalIDGoal.goalID
GoalOutcomeLink.outcomeIDOutcome.outcomeID
Indices (2)
Index NameAttributes
GoalOutcomeIndexgoalID, outcomeID
GOLOutcomeIndexoutcomeID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: goalOutcomeLinkID
AUTO_ID_KEY: SERCPLANBO
Standard Operation 
readread Standard Operation 
removeByGoalIDAndOutcomeIDnsremove Removes link record for the specified Goal and Outcome.  
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies a row of data from goal outcome link table. 
searchByGoalIDreadmulti Returns all columns of goal outcome link for the given goal ID. 
insertGoalOutcomeLinkinsert <p class="MsoNormal"> <span style="COLOR: #002060">Inserts goal outcome link record. This method expects the&nbsp;goalOutcomeLinkID to be set. It is preferred to call <font color="#000000">insertGoalOutcomeLink</font> method only in scenarios where calling method wants to set the value of primary key by itself.</span> </p> 
Related Pages (3)