hm.put("sortColumn","Name");
hm.put("sortDirection","A");
hm.put("dbID", new Integer(0));
hm.put("ADVANCESEARCHSTRING", "ADVANCE:SELECT IndividualID FROM user WHERE usertype != 'CUSTOMER'");
ContactListLocalHome home = (ContactListLocalHome)ic.lookup("local/ContactList");
ContactListLocal remote = home.create();
remote.setDataSource(this.dataSource);
employeeList = remote.getAccessIndividualList(individualID, hm);
}catch(Exception e){
System.out.println("[Exception][ContactFacadeEJB] Exception thrown in getAllIndividualList(): " + e);
//e.printStackTrace();