Uses of Class
org.openurp.base.model.Department
Packages that use Department
Package
Description
-
Uses of Department in org.openurp.base.edu.model
Fields in org.openurp.base.edu.model with type parameters of type DepartmentModifier and TypeFieldDescriptionstatic final org.beangle.commons.lang.functor.Predicate<Department>Project.TEACHINGMethods in org.openurp.base.edu.model that return DepartmentModifier and TypeMethodDescriptionDirectionJournal.getDepart()MajorJournal.getDepart()Course.getDepartment()Teacher.getDepartment()Methods in org.openurp.base.edu.model that return types with arguments of type DepartmentModifier and TypeMethodDescriptionProject.getColleges()Major.getDepartments()Project.getDepartments()Classroom.getDeparts()Project.getTeachingDeparts()Major.getValidDepartments()Major.getValidDepartments(Date time) Methods in org.openurp.base.edu.model with parameters of type DepartmentModifier and TypeMethodDescriptionvoidDirectionJournal.setDepart(Department depart) voidMajorJournal.setDepart(Department department) voidCourse.setDepartment(Department department) voidTeacher.setDepartment(Department department) Method parameters in org.openurp.base.edu.model with type arguments of type DepartmentModifier and TypeMethodDescriptionvoidProject.setDepartments(List<Department> departments) voidClassroom.setDeparts(Set<Department> departs) -
Uses of Department in org.openurp.base.model
Methods in org.openurp.base.model that return DepartmentModifier and TypeMethodDescriptionRoom.getDepartment()Staff.getDepartment()User.getDepartment()Department.getParent()Department.getTop()Methods in org.openurp.base.model that return types with arguments of type DepartmentMethods in org.openurp.base.model with parameters of type DepartmentModifier and TypeMethodDescriptionvoidRoom.setDepartment(Department department) voidStaff.setDepartment(Department department) voidUser.setDepartment(Department department) voidDepartment.setParent(Department parent) Method parameters in org.openurp.base.model with type arguments of type Department -
Uses of Department in org.openurp.base.service
Methods in org.openurp.base.service that return DepartmentModifier and TypeMethodDescriptionDepartmentService.getDepartment(Integer id) 根据指定的部门代码,返回部门详细信息.Methods in org.openurp.base.service that return types with arguments of type DepartmentModifier and TypeMethodDescriptionDepartmentService.getAdministatives()返回所有有效的管理部门信息DepartmentService.getAdministatives(Integer[] ids) 返回部门代码字符串中指定的管理部门列表DepartmentService.getAdministatives(String idSeq) 返回部门代码字符串中指定的管理部门列表DepartmentService.getColleges()返回所有有效的学院信息DepartmentService.getColleges(Integer[] ids) 返回部门代码字符串中指定的院系部门列表DepartmentService.getColleges(String idSeq) 返回部门代码字符串中指定的院系部门列表ProjectContext.getColleges()获得用户在当前项目下所拥有的 Department 中是院系的 数据级权限DepartmentService.getDepartments()返回所有有效的部门信息DepartmentService.getDepartments(Integer[] ids) 返回部门代码数组中指定的部门列表DepartmentService.getDepartments(String idSeq) 返回部门代码字符串中指定的部门列表.形式如"xx,xx,xx"ProjectContext.getDeparts()获得用户在当前项目下所拥有的 Department 数据级权限DepartmentService.getRelatedDeparts(String stdTypeIds) DepartmentService.getTeachDeparts()得到所有的开课院系DepartmentService.getTeachDeparts(String idSeq) 查询开课院系ProjectContext.getTeachDeparts()获得用户在当前项目下所拥有的 Department 中是开课的 数据级权限Methods in org.openurp.base.service with parameters of type DepartmentModifier and TypeMethodDescriptionvoidDepartmentService.saveOrUpdate(Department department) 保存新建的部门信息,如果已经存在相同部门代码的部门,则抛出异常. -
Uses of Department in org.openurp.base.service.impl
Methods in org.openurp.base.service.impl that return DepartmentMethods in org.openurp.base.service.impl that return types with arguments of type DepartmentModifier and TypeMethodDescriptionDepartmentServiceImpl.getAdministatives()DepartmentServiceImpl.getAdministatives(Integer[] ids) DepartmentServiceImpl.getAdministatives(String idSeq) DepartmentServiceImpl.getColleges()DepartmentServiceImpl.getColleges(Integer[] ids) DepartmentServiceImpl.getColleges(String idSeq) DepartmentServiceImpl.getDepartments()DepartmentServiceImpl.getDepartments(Integer[] ids) DepartmentServiceImpl.getDepartments(String idSeq) DepartmentServiceImpl.getRelatedDeparts(String stdTypeIds) DepartmentServiceImpl.getTeachDeparts()DepartmentServiceImpl.getTeachDeparts(String idSeq) Methods in org.openurp.base.service.impl with parameters of type Department -
Uses of Department in org.openurp.base.std.model
Methods in org.openurp.base.std.model that return DepartmentModifier and TypeMethodDescriptionSquad.getDepartment()Student.getDepartment()StudentState.getDepartment()Methods in org.openurp.base.std.model that return types with arguments of type DepartmentMethods in org.openurp.base.std.model with parameters of type DepartmentModifier and TypeMethodDescriptionvoidSquad.setDepartment(Department department) voidStudentState.setDepartment(Department department) Method parameters in org.openurp.base.std.model with type arguments of type Department -
Uses of Department in org.openurp.edu.clazz.model
Methods in org.openurp.edu.clazz.model that return DepartmentModifier and TypeMethodDescriptionEnrollment.getDepart()Clazz.getTeachDepart()ClazzGroup.getTeachDepart()Methods in org.openurp.edu.clazz.model with parameters of type DepartmentModifier and TypeMethodDescriptionvoidEnrollment.setDepart(Department depart) voidClazz.setTeachDepart(Department teachDepart) voidClazzGroup.setTeachDepart(Department teachDepart) -
Uses of Department in org.openurp.edu.clazz.service
Methods in org.openurp.edu.clazz.service that return types with arguments of type DepartmentModifier and TypeMethodDescriptionClazzService.attendDepartsOfSemester(List<Project> projects, Semester semester) 某个学期所有任务中涉及到的课院系ClazzService.canAttendDepartsOfSemester(List<Project> projects, List<Department> departments, Semester semester) 某个学期里面可以上课的院系(当前有效的培养计划中所涉及到的所有院系)CourseLimitExtractorService.extractAttendDeparts(Restriction restriction) 提取Restriction中的上课院系CourseLimitService.extractAttendDeparts(Enrollment teachclass) 提取教学班中的上课院系CourseLimitService.extractAttendDeparts(Restriction group) ClazzService.teachDepartsOfSemester(List<Project> projects, List<Department> departments, Semester semester) 某个学期里面的开课院系org.beangle.commons.lang.tuple.Pair<Boolean,List<Department>> CourseLimitExtractorService.xtractAttendDepartLimit(Restriction restriction) Map<Restriction,org.beangle.commons.lang.tuple.Pair<Boolean, List<Department>>> CourseLimitService.xtractAttendDepartLimit(Enrollment teachclass) org.beangle.commons.lang.tuple.Pair<Boolean,List<Department>> CourseLimitService.xtractAttendDepartLimit(Restriction group) -
Uses of Department in org.openurp.edu.clazz.service.internal
Methods in org.openurp.edu.clazz.service.internal that return types with arguments of type DepartmentModifier and TypeMethodDescriptionClazzServiceImpl.attendDepartsOfSemester(List<Project> projects, Semester semester) ClazzServiceImpl.canAttendDepartsOfSemester(List<Project> projects, List<Department> departments, Semester semester) CourseLimitExtractorServiceImpl.extractAttendDeparts(Restriction restriction) CourseLimitServiceImpl.extractAttendDeparts(Enrollment teachclass) CourseLimitServiceImpl.extractAttendDeparts(Restriction group) ClazzServiceImpl.teachDepartsOfSemester(List<Project> projects, List<Department> departments, Semester semester) org.beangle.commons.lang.tuple.Pair<Boolean,List<Department>> CourseLimitExtractorServiceImpl.xtractAttendDepartLimit(Restriction restriction) Map<Restriction,org.beangle.commons.lang.tuple.Pair<Boolean, List<Department>>> CourseLimitServiceImpl.xtractAttendDepartLimit(Enrollment teachclass) org.beangle.commons.lang.tuple.Pair<Boolean,List<Department>> CourseLimitServiceImpl.xtractAttendDepartLimit(Restriction group) -
Uses of Department in org.openurp.edu.clazz.service.limit.impl
Methods in org.openurp.edu.clazz.service.limit.impl that return types with arguments of type DepartmentModifier and TypeMethodDescriptionorg.beangle.commons.dao.query.builder.OqlBuilder<Department>CourseLimitDepartmentProvider.getQueryBuilder(Serializable[] content, String term, org.beangle.commons.collection.page.PageLimit limit) -
Uses of Department in org.openurp.edu.clazz.util
Methods in org.openurp.edu.clazz.util that return types with arguments of type DepartmentModifier and TypeMethodDescriptionstatic List<Department>ProjectUtils.getColleges(Project project) 获得项目下的院系static List<Department>ProjectUtils.getTeachDeparts(Project project) 获得项目下的开课院系Method parameters in org.openurp.edu.clazz.util with type arguments of type DepartmentModifier and TypeMethodDescriptionClazzDataRealmBuilder.restrictTeachDeparts(List<Department> departs) -
Uses of Department in org.openurp.edu.exam.model
Fields in org.openurp.edu.exam.model declared as DepartmentModifier and TypeFieldDescriptionprotected DepartmentInvigilation.department监考院系protected DepartmentExamRoom.teachDepart开课院系Methods in org.openurp.edu.exam.model that return DepartmentModifier and TypeMethodDescriptionInvigilationQuotaDetail.getDepart()Invigilation.getDepartment()ExamRoom.getTeachDepart()ExamTask.getTeachDepart()Methods in org.openurp.edu.exam.model that return types with arguments of type DepartmentMethods in org.openurp.edu.exam.model with parameters of type DepartmentModifier and TypeMethodDescriptionInvigilationQuota.addQuota(Campus campus, Department depart, float amount) voidInvigilationQuotaDetail.setDepart(Department depart) voidInvigilation.setDepartment(Department department) voidExamRoom.setTeachDepart(Department teachDepart) voidExamTask.setTeachDepart(Department teachDepart) Constructors in org.openurp.edu.exam.model with parameters of type DepartmentModifierConstructorDescriptionInvigilation(ExamRoom examRoom, String teacherName, Department department) Invigilation(ExamRoom examRoom, User user, Department department) InvigilationQuotaDetail(Campus campus, Department depart, float amount) -
Uses of Department in org.openurp.edu.grade.course.model
Methods in org.openurp.edu.grade.course.model that return DepartmentMethods in org.openurp.edu.grade.course.model with parameters of type Department -
Uses of Department in org.openurp.edu.grade.course.service
Method parameters in org.openurp.edu.grade.course.service with type arguments of type DepartmentModifier and TypeMethodDescriptionStdGradeService.getStdByCode(String stdCode, Project project, List<Department> departments, org.beangle.commons.dao.EntityDao entityDao) -
Uses of Department in org.openurp.edu.grade.course.service.impl
Method parameters in org.openurp.edu.grade.course.service.impl with type arguments of type DepartmentModifier and TypeMethodDescriptionStdGradeServiceImpl.getStdByCode(String stdCode, Project project, List<Department> departments, org.beangle.commons.dao.EntityDao entityDao) -
Uses of Department in org.openurp.edu.program.app.model
Fields in org.openurp.edu.program.app.model declared as DepartmentModifier and TypeFieldDescriptionprotected DepartmentExecutionPlanCourseModifyDetail.department开课院系Methods in org.openurp.edu.program.app.model that return DepartmentModifier and TypeMethodDescriptionExecutionCourseGroupModify.getDepartment()ExecutionPlanCourseModify.getDepartment()ExecutionPlanCourseModifyDetail.getDepartment()Methods in org.openurp.edu.program.app.model with parameters of type DepartmentModifier and TypeMethodDescriptionvoidExecutionCourseGroupModify.setDepartment(Department department) voidExecutionPlanCourseModify.setDepartment(Department department) voidExecutionPlanCourseModifyDetail.setDepartment(Department department) -
Uses of Department in org.openurp.edu.program.major.service
Methods in org.openurp.edu.program.major.service that return DepartmentMethods in org.openurp.edu.program.major.service with parameters of type DepartmentModifier and TypeMethodDescriptionvoidMajorPlanGenParameter.setDepartment(Department department) -
Uses of Department in org.openurp.edu.program.model
Methods in org.openurp.edu.program.model that return DepartmentModifier and TypeMethodDescriptionExecutePlanCourse.getDepartment()ExecutionPlan.getDepartment()ExecutionPlanCourse.getDepartment()MajorAlternativeCourse.getDepartment()MajorPlanCourse.getDepartment()Program.getDepartment()SharePlanCourse.getDepartment()Methods in org.openurp.edu.program.model with parameters of type DepartmentModifier and TypeMethodDescriptionvoidExecutePlanCourse.setDepartment(Department department) voidExecutionPlan.setDepartment(Department department) voidExecutionPlanCourse.setDepartment(Department department) voidMajorAlternativeCourse.setDepartment(Department department) voidMajorPlanCourse.setDepartment(Department department) voidProgram.setDepartment(Department department) voidSharePlanCourse.setDepartment(Department department) -
Uses of Department in org.openurp.edu.program.plan.service
Methods in org.openurp.edu.program.plan.service that return DepartmentMethods in org.openurp.edu.program.plan.service with parameters of type Department -
Uses of Department in org.openurp.edu.service
Method parameters in org.openurp.edu.service with type arguments of type DepartmentModifier and TypeMethodDescriptionTeachResourceService.getElectCountRoomUtilizationOfCourse(List<Department> departments, Semester semester, Float ratio) 根据教学班学生人数统计课程教室利用率org.beangle.commons.dao.query.builder.OqlBuilder<Classroom>TeachResourceService.getFreeRoomsOf(org.beangle.commons.dao.query.builder.OqlBuilder<Classroom> query, Map<String, Object> params, List<Department> departs, org.beangle.orm.hibernate.udt.WeekTime unit, List<Classroom> rooms) 查询指定的教学活动类型中特定部门的符合条件的空闲教室TeachResourceService.getRoomActivities(Classroom room, org.beangle.orm.hibernate.udt.WeekTime time, Semester semester, List<Department> departments, Project project) TeachResourceService.getRoomUtilizationOfCourse(List<Department> departments, Semester semester, Float ratio) 根据教学班人数上限统计课程教室利用率 -
Uses of Department in org.openurp.edu.service.impl
Method parameters in org.openurp.edu.service.impl with type arguments of type DepartmentModifier and TypeMethodDescriptionTeachResourceServiceImpl.getElectCountRoomUtilizationOfCourse(List<Department> departments, Semester semester, Float ratio) org.beangle.commons.dao.query.builder.OqlBuilder<Classroom>TeachResourceServiceImpl.getFreeRoomsOf(org.beangle.commons.dao.query.builder.OqlBuilder<Classroom> query, Map<String, Object> params, List<Department> departs, org.beangle.orm.hibernate.udt.WeekTime unit, List<Classroom> rooms) TeachResourceServiceImpl.getRoomActivities(Classroom room, org.beangle.orm.hibernate.udt.WeekTime time, Semester semester, List<Department> departments, Project project) TeachResourceServiceImpl.getRoomUtilizationOfCourse(List<Department> departments, Semester semester, Float ratio) -
Uses of Department in org.openurp.std.award
Fields in org.openurp.std.award declared as DepartmentMethods in org.openurp.std.award that return DepartmentMethods in org.openurp.std.award with parameters of type Department -
Uses of Department in org.openurp.std.fee.config
Methods in org.openurp.std.fee.config that return DepartmentMethods in org.openurp.std.fee.config with parameters of type Department -
Uses of Department in org.openurp.std.fee.model
Methods in org.openurp.std.fee.model that return DepartmentMethods in org.openurp.std.fee.model with parameters of type Department -
Uses of Department in org.openurp.std.info.model
Methods in org.openurp.std.info.model that return DepartmentMethods in org.openurp.std.info.model with parameters of type Department