This method checks takes in the RelationshipGroup object so that you can check to see if parent issue ID has changed.
Relationship Group Methods
public void ucRelationshiptGroupUpdateParent (
RelationshipGroup rg, // Relationship group object
Connection con, // Database connection
SesameSession session) // Session object
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.
public void ucRelationshipGroupUpdateParent(RelationshipGroup rg,
Connection con,
SesameSession session) {
return;
}