context, var, sortFields);
WrappedBeanComparator2 wrappedBeanComparator = new WrappedBeanComparator2(
sortFields);
wrapperFactory.wrapList(modifedcollection);
Collections.sort(modifedcollection, wrappedBeanComparator);
wrapperFactory.unwrapList(modifedcollection);
}
return modifedcollection;
}