ucRelationshipGroupCustom

Purpose

ucRelationshipGroupCustom is the controller method for customer-specific Relationship Group display functions

Applies To

Relationship Group Methods

Signature

public void ucRelationshipGroupCustom ( 
      Connection dbconn, 		// database connection
      SesameSession session,		// Session object
      HttpServletRequest request, 
      HttpServletResponse response )

Notes

Example

 public void ucRelationshipGroupCustom(Connection con,
                                        SesameSession session,
                                        HttpServletRequest request,
                                        HttpServletResponse response) throws
	  Exception {
	return;
  }