sorting = new Sorting("dateCreated");
break;
case MERCHANT_LISTING: {
sorting = new Sorting("dateCreated");
// find an isp..
final Isp anIsp = getEntityDao().loadAll(Isp.class).get(0);
final QueryParam qp = new QueryParam("ispId", PropertyType.STRING, anIsp.getId());
list.add(qp);
break;
}
case CUSTOMER_LISTING: {
sorting = new Sorting(new SortColumn("dateCreated", "c"));