hm.put("sortType", new Character(DLparam.getSortType()));
try {
AccountListHome aa = (AccountListHome)CVUtility.getHomeObject(
"com.centraview.account.accountlist.AccountListHome", "AccountList");
AccountList remote = (AccountList)aa.create();
remote.setDataSource(this.dataSource);
returnDL = remote.getGLAccountList(individualID, hm);
} catch (Exception e) {
System.out.println("[Exception] ListGenerator.getGLAccountList: " + e.toString());
// e.printStackTrace();
}