User Account Display
public ArrayList ucUpsertUserRecord( Connection dbconn, SesameSession session, SecurityUser su, HashMap suHm, ArrayList UFIColumnDope )
public ArrayList ucUpsertUserRecord( Connection dbconn, SesameSession session, SecurityUser su, HashMap suHm, ArrayList UFIColumnDope ) throws Exception { //Loop through the UFIDope array list, for each table, pick up the column name //then grab the values, if any, from the suHm and do that insert ArrayList uarSecGroupIdList = new ArrayList(); ArrayList uarAreaIdList = new ArrayList(); ArrayList ugUserGroupIdList = new ArrayList(); String tempVal = new String(); for (int x=0; x