Purpose
This method checks takes in the RelationshipGroup object so that you can check to see if parent issue ID has changed.
Applies To
Relationship Group Methods
Signature
public void ucRelationshiptGroupUpdateParent (
RelationshipGroup rg, // Relationship group object
Connection con, // Database connection
SesameSession session) // Session object
Notes
This method will then update the new parent problemId with fields from the old one, pass in the connection so that this transaction can be transactional. Don’t write changes if there is a problem saving the Relationship Group change.
Example
public void ucRelationshipGroupUpdateParent(RelationshipGroup rg,
Connection con,
SesameSession session) {
return;
}