This method filters the fields in the select list presented to the user for mass update, in the selection of which fields to update.
Mass Update screen
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
This method returns a Treemap with the desired list in the form title --> ddname.