Map<String, IFormatter> fmt = new HashMap<String, IFormatter>();
fmt.put("styleTyp", new CodeTypeFormatter(codeTypeService, "styleTyp"));
fmt.put("unit", new CodeTypeFormatter(codeTypeService, "unitMins"));
Page<Reminds> page = commonSrv.findPage(Reminds.class, search);
return new GridResult(page.getContent(), page.getTotalRow(), fmt);
}// ;