123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using EMIS.Entities;
- using EMIS.ViewModel.DifferentDynamic;
- using Bowin.Common.Linq.Entity;
- using EMIS.ViewModel;
- using EMIS.CommonLogic.SystemServices;
- using EMIS.ViewModel.WorkflowManage;
- namespace EMIS.CommonLogic.Students
- {
- public interface IDifferentDynamicServices : IBaseWorkflowServices<CF_DifferentDynamic>
- {
- /// <summary>
- ///
- /// </summary>
- /// <param name="configuretView"></param>
- /// <param name="campusID">校区</param>
- /// <param name="collegeID">院系所</param>
- /// <param name="year">年级</param>
- /// <param name="standard">专业名称</param>
- /// <param name="education">培养层次</param>
- /// <param name="learningform">学习形式</param>
- /// <param name="classmajorID">班级名称</param>
- /// <param name="schoolYearID">异动学期</param>
- /// <param name="differentDynamicType">异动类型</param>
- /// <param name="differentDynamicStatus">审批状态</param>
- /// <param name="pageIndex"></param>
- /// <param name="pageSize"></param>
- /// <returns></returns>
- IGridResultSet<DifferentDynamicView> GetDifferentDynamicViewGrid(ConfiguretView configuretView, Guid? campusID, Guid? collegeID, int? year, int? standard, int? education, int? learningform, Guid? classmajorID, Guid? schoolYearID, int? differentDynamicType, int? differentDynamicStatus,string LearnSystem, int pageIndex, int pageSize, int atype);
- //IGridResultSet<DifferentDynamicView> GetDifferentDynamicViewGrid(ConfiguretView configuretView, Guid? campusID, Guid? collegeID, int? year, int? standard, int? education, int? learningform, Guid? classmajorID, Guid? schoolYearID, int? differentDynamicType, int[] differentDynamicStatus, int pageIndex, int pageSize);
- /// <summary>
- ///
- /// </summary>
- /// <param name="configuretView"></param>
- /// <param name="campusID">校区</param>
- /// <param name="collegeID">院系所</param>
- /// <param name="year">年级</param>
- /// <param name="standard">专业名称</param>
- /// <param name="education">培养层次</param>
- /// <param name="learningform">学习形式</param>
- /// <param name="classmajorID">班级名称</param>
- /// <param name="schoolYearID">异动学期</param>
- /// <param name="differentDynamicType">异动类型</param>
- /// <param name="pageIndex"></param>
- /// <param name="pageSize"></param>
- /// <returns></returns>
- IGridResultSet<DifferentDynamicView> GetApprovalDifferentDynamicViewGrid(ConfiguretView configuretView, Guid? campusID, Guid? collegeID, int? year, int? standard, int? education, int? learningform, Guid? classmajorID, Guid? schoolYearID, int? differentDynamicType,string LearnSystem, int pageIndex, int pageSize);
- /// <summary>
- /// 获取院系审核的移动记录
- /// </summary>
- /// <param name="configuretView"></param>
- /// <param name="campusID"></param>
- /// <param name="collegeID"></param>
- /// <param name="year"></param>
- /// <param name="standard"></param>
- /// <param name="education"></param>
- /// <param name="learningform"></param>
- /// <param name="classmajorID"></param>
- /// <param name="schoolYearID"></param>
- /// <param name="differentDynamicType"></param>
- /// <param name="LearnSystem"></param>
- /// <param name="pageIndex"></param>
- /// <param name="pageSize"></param>
- /// <returns></returns>
- IGridResultSet<DifferentDynamicView> GetCollegeApprovalDifferentDynamicViewGrid(ConfiguretView configuretView, Guid? campusID, Guid? collegeID, int? year, int? standard, int? education, int? learningform, Guid? classmajorID, Guid? schoolYearID, int? differentDynamicType, string LearnSystem, int pageIndex, int pageSize);
- /// <summary>
- /// 获取教务处审核的移动记录
- /// </summary>
- /// <param name="configuretView"></param>
- /// <param name="campusID"></param>
- /// <param name="collegeID"></param>
- /// <param name="year"></param>
- /// <param name="standard"></param>
- /// <param name="education"></param>
- /// <param name="learningform"></param>
- /// <param name="classmajorID"></param>
- /// <param name="schoolYearID"></param>
- /// <param name="differentDynamicType"></param>
- /// <param name="LearnSystem"></param>
- /// <param name="pageIndex"></param>
- /// <param name="pageSize"></param>
- /// <returns></returns>
- IGridResultSet<DifferentDynamicView> GetAdminApprovalDifferentDynamicViewGrid(ConfiguretView configuretView, Guid? campusID, Guid? collegeID, int? year, int? standard, int? education, int? learningform, Guid? classmajorID, Guid? schoolYearID, int? differentDynamicType, string LearnSystem, int pageIndex, int pageSize);
- ICollection<DifferentDynamicView> GetDifferentDynamicViewList(ConfiguretView configuretView, Guid? campusID, Guid? collegeID,
- int? year, int? standard, int? education, int? learningform, Guid? classmajorID, Guid? schoolYearID,
- int? differentDynamicType, int? differentDynamicStatus, string LearnSystem, int atype, List<Guid?> idList = null);
- ICollection<DifferentDynamicView> GetApprovalDifferentDynamicViewList(ConfiguretView configuretView, Guid? campusID, Guid? collegeID, int? year, int? standard, int? education, int? learningform, Guid? classmajorID, Guid? schoolYearID, int? differentDynamicType, string LearnSystem);
- ICollection<DifferentDynamicView> GetCollegeApprovalDifferentDynamicViewList(ConfiguretView configuretView, Guid? campusID, Guid? collegeID, int? year, int? standard, int? education, int? learningform, Guid? classmajorID, Guid? schoolYearID, int? differentDynamicType, string LearnSystem);
- ICollection<DifferentDynamicView> GetAdminApprovalDifferentDynamicViewList(ConfiguretView configuretView, Guid? campusID, Guid? collegeID, int? year, int? standard, int? education, int? learningform, Guid? classmajorID, Guid? schoolYearID, int? differentDynamicType, string LearnSystem);
- ICollection<DifferentDynamicView> GetApplyDifferentDynamicViewList(ConfiguretView configuretView, Guid? campusID, Guid? collegeID, int? year, int? standard, int? education, int? learningform, Guid? classmajorID, Guid? schoolYearID, int? differentDynamicType, int? differentDynamicStatus);
- /// <summary>
- ///
- /// </summary>
- /// <param name="configuretView"></param>
- /// <param name="campusID">校区</param>
- /// <param name="collegeID">院系所</param>
- /// <param name="year">年级</param>
- /// <param name="standard">专业名称</param>
- /// <param name="education">培养层次</param>
- /// <param name="learningform">学习形式</param>
- /// <param name="classmajorID">班级名称</param>
- /// <param name="schoolYearID">异动学期</param>
- /// <param name="differentDynamicType">异动类型</param>
- /// <param name="differentDynamicStatus">审批状态</param>
- /// <param name="pageIndex"></param>
- /// <param name="pageSize"></param>
- /// <returns></returns>
- IGridResultSet<DifferentDynamicView> GetApplyDifferentDynamicViewGrid(ConfiguretView configuretView, Guid? campusID, Guid? collegeID, int? year, int? standard, int? education, int? learningform, Guid? classmajorID, Guid? schoolYearID, int? differentDynamicType, int? differentDynamicStatus, int pageIndex, int pageSize);
- DifferentDynamicView GetDifferentDynamicView(Guid? id);
- ICollection<DifferentDynamicStatisticsView> GetDifferentDynamicStatistics(ViewModel.ConfiguretView configuretView, Guid? campusID, Guid? collegeID, Guid? schoolYearID);
- /// <summary>
- /// 添加 or 修改
- /// </summary>
- /// <param name="entity">实体</param>
- /// <returns></returns>
- void AddOrUpdateDifferentDynamic(DifferentDynamicView model);
- /// <summary>
- /// 删除
- /// </summary>
- /// <param name="needIDs"></param>
- /// <returns></returns>
- void DeleteDifferentDynamic(List<Guid> ids);
- /// <summary>
- /// 提交
- /// </summary>
- /// <param name="ids">主键集合</param>
- /// <param name="userID"></param>
- /// <param name="comment"></param>
- void Submit(List<Guid> ids, Guid userID, string comment = "");
- void Approve(DifferentDynamicView model, Guid userID, ActionView actionView, string comment = "");
- void OnApproveEnd(List<Guid> differentDynamicIDList, Guid? userID);
- /// <summary>
- /// 查询学生异动信息
- /// </summary>
- /// <param name="userID"></param>
- /// <returns></returns>
- IGridResultSet<DifferentDynamicView> GetStudentDifferentInfoViewGrid(Guid? userID);
-
- /// <summary>
- /// 查询异动报表下拉(已弃用)
- /// </summary>
- /// <param name="configuretView"></param>
- /// <returns></returns>
- //IGridResultSet<DifferentDynamicView> GetDifferentDynamicViewGrid(ConfiguretView configuretView);
- /// <summary>
- /// 查询异动信息,无数据范围
- /// </summary>
- /// <param name="configuretView"></param>
- /// <returns></returns>
- ICollection<DifferentDynamicView> GetDifferentDynamicViewListNotDataRange(ConfiguretView configuretView, Guid? campusID, Guid? collegeID,
- int? year, int? standard, int? education, int? learningform, Guid? classmajorID, Guid? schoolYearID,
- int? differentDynamicType, int? differentDynamicStatus, string LearnSystem, int atype, List<Guid?> UserIDList = null);
- }
- }
|