@HandlerType(HandlerTypeEnum.GRID)
public GridResult query(ISearch search, IRequest params) {
Map<String, IFormatter> fmt = new HashMap<String, IFormatter>();
fmt.put("userCount", new IBeanFormatter() {
private static final long serialVersionUID = 1L;
@SuppressWarnings("unchecked")
public Integer reformat(Object in) throws CapFormatException {
if (in instanceof Role) {