最近用到企业通讯录,虽然以前也开发过,但是用的是jsf,拼成的树形,及其笨重和难维护。后来就想到直接生成json格式字符串,页面上也好展现。
// 首先取出每个部门的联系人
for (int i = 0; i < depList.size(); i++) {
List<Contacts> list = getContactList(depList.get(i), contactList);
if (!CollectionUtils.isEmpty(list))
depList.get(i).setContactList(list);
}
//做一次嵌套循环,取出部门的所有子部门
for (int j = 0; j < depList.size(); j++) {
for (int i = 0; i < depList.size(); i++) {
List<Department> list = getSubDepartment(depList.get(i).getDepartmentId(), depList);
if (!CollectionUtils.isEmpty(list))
depList.get(i).setDepartmentList(list);
}
}
List<Department> list = new ArrayList<Department>();
// 这里去除非顶级部门
for (int i = 0; i < depList.size(); i++) {
Department d = depList.get(i);
if (depList.get(i).getParentDepartment() == null || depList.get(i).getParentDepartment().intValue() == 0) {
list.add(d);
}
}
return list;
部门实体:
private Integer departmentId;//部门id
private Integer type;//类型
private String name;//名称
private Integer parentDepartment;//上级部门
private Integer companyId;//企业代码
private List<Department> depList;//子部门列表
private List<Contacts> contactList;//联系人列表
联系人实体:
private Integer contactsId;//联系人代码
private Integer companyId;//企业代码
private String name;//联系人名称
private String email;//邮件
private String description;//备注
private String mobile;//邮件
private String telephone;//电话
private Integer departmentId;//所属部门代码
json生成:
Gson gson=new Gson();
return gson.toJson(obj);
分享到:
相关推荐
李白高力士脱靴李白贺知章告别课本剧.pptx
1、资源项目源码均已通过严格测试验证,保证能够正常运行; 2、项目问题、技术讨论,可以给博主私信或留言,博主看到后会第一时间与您进行沟通; 3、本项目比较适合计算机领域相关的毕业设计课题、课程作业等使用,尤其对于人工智能、计算机科学与技术等相关专业,更为适合; 4、下载使用后,可先查看README.md文件(如有),本项目仅用作交流学习参考,请切勿用于商业用途。
C语言项目之超级万年历系统源码,可以做课程设计参考 文章参考:https://www.qqmu.com/4373.html
Jupyter-Notebook
51单片机加减乘除计算器系统设计(proteus8.17,keil5),复制粘贴就可以运行
《中国房地产统计年鉴》面板数据资源-精心整理.zip
Jupyter-Notebook
Jupyter-Notebook
毕业论文答辩ppt,答辩ppt模板,共18套
Jupyter-Notebook
《中国城市统计年鉴》面板数据集(2004-2020年,最新).zip
Python基础 本节课知识点: • set的定义 • Set的解析 • set的操作 • set的函数
1、资源项目源码均已通过严格测试验证,保证能够正常运行; 2、项目问题、技术讨论,可以给博主私信或留言,博主看到后会第一时间与您进行沟通; 3、本项目比较适合计算机领域相关的毕业设计课题、课程作业等使用,尤其对于人工智能、计算机科学与技术等相关专业,更为适合; 4、下载使用后,可先查看README.md文件(如有),本项目仅用作交流学习参考,请切勿用于商业用途。
兵制与官制研究资料最新版.zip
Jupyter-Notebook
七普人口数据+微观数据+可视化+GIS矢量资源-精心整理.zip
Support package for Hovl Studio assets.unitypackage
土壤数据库最新集.zip
Jupyter-Notebook
1991-2020年中国能源统计年鉴-能源消费量(分省)面板数据-已更至最新.zip