massUpdateSelectList

Purpose

This method filters the fields in the select list presented to the user for mass update, in the selection of which fields to update.

Applies To

Mass Update screen

Signature

    public TreeMap massUpdateSelectList( 
      Connection dbconn,      // database connection
      SesameSession session,  // the session
      TreeMap list,           // the values, in the form title --> ddname
      boolean clone);         // if true, this is a "clone" operation, not a mass update
,>,>

Notes

This method returns a Treemap with the desired list in the form title --> ddname.