{
String syncDatePrKeyField[] = {""};
Timestamp lastSyncDate = (Timestamp)params.get("lastSyncDate");
String operation = (String)params.get("Operation");
InitialContext ic = CVUtility.getInitialContext();
AccountFacadeLocalHome home = (AccountFacadeLocalHome)ic.lookup("local/AccountFacade");
paymentL = home.create();
paymentL.setDataSource(this.dataSource);
Collection col = getList("Payment",lastSyncDate,operation,syncDatePrKeyField);
Object ids[] = col.toArray();
HashMap hm = new HashMap();