hm.put("EndAtparam", new Integer(EndAtparam));
hm.put("searchString", searchString);
hm.put("sortmem", sortColumn);
hm.put("sortType", new Character('A'));
AccountList remote = (AccountList)aa.create();
remote.setDataSource(this.dataSource);
try {
returnDL = remote.getPurchaseOrderList(individualID, hm);
} catch (Exception e) {
System.out.println("[Exception][MarketingListEJB] Exception thrown in x: " + e);
}
returnDL.setListType("PurchaseOrder");