try {
ContactFacadeHome aa = (ContactFacadeHome)CVUtility.getHomeObject(
"com.centraview.contact.contactfacade.ContactFacadeHome", "ContactFacade");
HashMap hm = new HashMap();
hm.put("dbID", new Integer(dbID));
ContactFacade remote = (ContactFacade)aa.create();
remote.setDataSource(this.dataSource);
DL = remote.getAllIndividualList(userID, hm);
DL.setIndividualId(userID);
// DL.setSortMember( sortColumn );
DL.setListType("Individual");