UML类图学习
2018-06-19 21:58:45 9 举报
111
作者其他创作
大纲/内容
点击确认添加学生惩罚按钮
PunishmentController
D7
得到学生学籍
得到专业
通过stu_number调用StudentMapper的selectStudentByStu_number()
P2.3
删除员工申请信息
转正申请表
返回页面,加载学生奖励信息
调用RewardsCustomMapper的selectRewardsCount()
返回json字符串
返回学生学籍的总记录数
将学生申请集合的term_id作为一个数组,调用TermMapper的selectTermByTerm_id()
得到学生专业信息
添加学生奖励
修改学生申请
页面
返回执行的次数
punishment
-stu_id:int-term_id:int-pun_content:varchar-pun_cause:varchar
得到学期
管理员
历史流程表
历史批注信息
转正申请信息
调用listDataSelect()
调用insertStudent()
在student_update.html上显示信息
返回ServerResponse对象,包含提示信息
点击确认按钮
参与者表
数据层
PunishmentService
1
数据库
调用findPunishmentListPagedSearch()
调用queryApplicationByApply_id()
返回学生学籍的集合
调用findAllMajor()
D5
P2.1
查询转正申请信息
查询学生学籍信息
任务表
返回ServerResponse对象,包含专业的集合
调用findMajorByCollege()
D4
待新增转正申请信息
StudentService
删除员工工资信息
P1.1
新增员工工资信息
申请备份意见
通过stu_id调用StudentMapper的selectStudentByStu_id()
人事
点击删除学生惩罚按钮
调用queryRewardsPagedSearch()
历史流程信息
查询学生专业信息
转正申请意见
D3
在rewards_delete.html上显示信息
调用deletePunishment()
任务信息
P2.6
处理转正申请信息
在rewards_update.html上显示信息
点击删除学生奖励按钮
得到学生申请的总记录数
业务层
历史批注表
将学生学籍集合的major_id作为一个数组,调用MajorMapper的selectMajorByMajor_id()
点击确认添加学生奖励按钮
历史参数表
P1.2
查询学生学籍
调用updateStudent()
P4.5
备份转正申请信息
删除学生奖励
调用queryStudentByStu_id()
P3.2
查询已处理转正申请信息
在student_search.html加载专业信息
返回ServerResponse对象,包含学生惩罚
返回学生学籍信息
调用updatePunishment()
得到学生惩罚
调用insertPunishment()
在student_detail.html上显示信息
RewardsService
审批者信息
查询专业
查询学期
得到学生申请
查询学生奖励
application
-apply_id:int-apply_title:varchar-apply_type:varchar-apply_content:varchar-apply_stuat:varchar-apply_time:date
调用findStudentByStu_id
调用insertRewards()
调用ApplicationService的updateApplicationParam()
RewardsController
n
返回ServerResponse对象,包含学生惩罚集合和分页信息
返回ServerResponse对象,包含学生奖励
StudentController
返回学生奖励
调用MajorCustomMapper的selectAllMajorCustom()
P4.3
查询已备份转正申请信息
根据返回结果显示提示信息
返回员工工资的集合
调用AppicationDealMapper的insertApplicationDeal()
调用deleteStudent()
通过term_id调用TermMapper的selectTermByTerm_id()
调用CollegeService的findAllCollege()
删除学生惩罚
调用PunishmentMapper的insertPunishment()
P4.1
查询待备份转正申请信息
调用getCount()
调用queryApplicationPagedSearch()
OaSysSalaryService
得到学生申请处理
将学生申请集合的stu_id作为一个数组,调用StudentMapper的selectStudentByStu_id()
访问rewards_search.html
调用findAllCollege()
调用TermMapper的selectTermByTerm_yearAndTerm_num()
调用updateRewards()
查询学生惩罚
将学生惩罚集合的stu_id作为一个数组,调用StudentMapper的selectStudentByStu_id()
查询学生专业
参与者信息
调用ApplicationDealService的insertApplicationDeal()
调用ApplicationController的updateApplicationParam()
返回学生奖励的集合
D8
点击查看申请处理信息按钮
添加学生学籍
查询员工工资的总记录数
控制层
调用inserPunishment()
Scholarship
-stu_id:int-term_id:int-sch_name:varchar-sch_amount:int-sch_cause:varchar-sch_stauts:int
调用queryStudentPagedSearch()
通过stu_id调用RewardsMapper的deleteRewardsByStu_id()
得到学生奖励
OaSysSalaryController
Term
-term_id:int-term_year:varchar-term_num:varchar
返回学生惩罚的集合
调用AppicationMapper的updateApplicationParam()
调用PunishmentCustomMapper的selectPunishmentCount()
D6
P2.5
查询申请批注信息
查询学院
返回执行的行数
员工工资信息
P1.3
修改员工工资信息
申请信息
返回所有学生学籍信息的集合
得到学生学籍的总记录数
调用findRewardsListPagedSearch()
经理
通过apply_id调用AppicationMapper的selectApplicationByApply_id()
人事信息
员工表
Student
-stu_id:int-stu_collegenumber:varchar-stu_name:varchar-stu_sex:varchar-stu_birthday:date-stu_telephone:varchar-stu_origin:varchar-stu_nation:varchar-stu_politics:varchar-stu_native:varchar-stu_address:varchar-stu_ identity:varchar-stu_majorID:int
调用findApplicationByApply_id()
调用PunishmentMapper的deletePunishment()
删除转正申请信息
返回员工工资的总记录数
得到学生惩罚的总记录数
查询学生申请的总记录数
添加学生申请处理
历史参数信息
返回学生奖励的总记录数
返回ServerResponse对象,包含学生申请集合和分页信息
Users
-user_id:int-user_name:varchar-user_password:varchar-user_question:varchar_user_answer:varchar
调用MajorService的findMajorByCollege()
调用StudentMapper的selectStudentAndMajorByStu_id()
查询员工工资
员工
P4.4
返回ServerResponse对象,包含学生学籍集合和分页信息
得到学院
调用MajorService的findAllMajor()
调用ApplicationDealController的insertApplicationDeal()
调用queryRewardsByRew_id()
点击修改学生惩罚按钮
返回学生申请
调用PunishmentCustomMapper的findPunishmentListPagedSearch()
读取转正申请信息
通过apply_id调用ApplicationDealMapper的selectApplicationDealByApply_id()
P2.2
新增转正申请信息
查询学生申请处理
读取历史批注信息
执行对象表
D9
待修改员工工资信息
调用RewardsMapper的insertRewards()
D1
调用deleteRewards()
点击查看学生学籍详情按钮
返回学生申请的总记录数
返回ServerResponse对象,包含学生学籍
通过stu_id调用PunishmentMapper的deletePunishmentByStu_id()
P1.4
查询员工工资信息
调用StudentCustomMapper的findStudentListPagedSearch()
返回ServerResponse对象,包含学生奖励集合和分页信息
点击删除学生学籍按钮
调用ApplicationCustomMapper的findApplicationListPagedSearch()
待删除转正申请信息
调用queryPunishmentByPun_id()
将学生奖励集合的stu_id作为一个数组,调用StudentMapper的selectStudentByStu_id()
ApplicationService
调用findPageByEmplyee()
返回专业的集合
返回学生申请的集合
执行对象信息
将学生惩罚集合的term_id作为一个数组,调用TermMapper的selectTermByTerm_id()
待查询员工工资信息条件
转正申请条件
D2
查询学生奖励的总记录数
删除学生学籍
调用PunishmentMapper的updatePunishment()
返回页面,加载员工工资信息
读取员工工资信息
得到学生学籍信息
调用StudentMapper的updateStudent()
调用findPageByEmployee()
待查询转正申请信息条件
调用StudentMapper的selectAllStudent()
返回页面,加载学生申请信息
修改学生学籍
P4.2
发送邮件
在student_delete.html上显示信息
访问student_search.html
调用findRewardsByRew_id()
调用RewardsMapper的updateRewards()
查询所有学生学籍信息
通过rew_id调用RewardsMapper的selectRewardsByRew_id()
返回学生惩罚的总记录数
得到学生专业
调用RewardsCustomMapper的findRewardsListPagedSearch()
点击确认处理申请按钮
调用findApplicationListPagedSearch()
访问punishment_search.html
在student_update.html加载专业信息
通过major_name调用MajorMapper的selectMajorByMajor_name()
调用MajorController的findAllMajor()
P3.1
查询待处理转正申请信息
点击添加学生学籍按钮
得到员工工资
点击修改学生学籍按钮
在punishment_delete.html上显示信息
调用ApplicationCustomMapper的selectApplicationCount()
返回学生惩罚
在punishment_update.html上显示信息
点击修改学生奖励按钮
通过stu_id调用PunishmentMapper的selectPunishmentAndTermByStu_id()
查询学生申请
添加学生惩罚
待删除员工工资信息
通过pun_id调用PunishmentMapper的selectPunishmentByPun_id()
调用RewardsMapper的deleteRewards()
员工工资表
返回ServerResponse对象,包含学院的集合
得到员工工资的总记录数
得到所有学生学籍信息
通过stu_id调用StudentMapper的insertStudent()
ApplicationController
访问oaSysSalaryList.html
修改学生奖励
调用queryPunishmentPagedSearch()
调用findPunishmentByPun_id()
访问student_update.html
查询学生惩罚的总记录数
得到学生奖励的总记录数
未点击学院
返回Page对象
将学生奖励集合的term_id作为一个数组,调用TermMapper的selectTermByTerm_id()
访问application_search.html
修改学生惩罚
返回页面,加载学生惩罚信息
通过stu_id调用RewardsMapper的selectRewardsAndTermByStu_id()
返回页面,加载学生学籍信息
查询学生学籍的总记录数
调用StudentCustomMapper的selectStudentCount()
待新增员工工资信息
P2.4
修改转正申请信息
待修改转正申请信息
P3.3
通过stu_id调用StudentMapper的deleteStudent()
点击某一学院
返回学院的集合
在student_search.html加载学院信息
调用findStudentListPagedSearch()
0 条评论
回复 删除
下一页