}
}
return aso;
}
private ASRecordSet toAMFObject(Query qry) throws PageException {
PageableRecordsetConfig prsc = new PageableRecordsetConfig();
prsc.setInitialDataRowCount(qry.getRowCount());
OpenAMFConfig.getInstance().setPageableRecordsetConfig(prsc);
ASRecordSet rs=new ASRecordSet();