IDifferentDynamicServices.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using EMIS.Entities;
  6. using EMIS.ViewModel.DifferentDynamic;
  7. using Bowin.Common.Linq.Entity;
  8. using EMIS.ViewModel;
  9. using EMIS.CommonLogic.SystemServices;
  10. using EMIS.ViewModel.WorkflowManage;
  11. namespace EMIS.CommonLogic.Students
  12. {
  13. public interface IDifferentDynamicServices : IBaseWorkflowServices<CF_DifferentDynamic>
  14. {
  15. /// <summary>
  16. ///
  17. /// </summary>
  18. /// <param name="configuretView"></param>
  19. /// <param name="campusID">校区</param>
  20. /// <param name="collegeID">院系所</param>
  21. /// <param name="year">年级</param>
  22. /// <param name="standard">专业名称</param>
  23. /// <param name="education">培养层次</param>
  24. /// <param name="learningform">学习形式</param>
  25. /// <param name="classmajorID">班级名称</param>
  26. /// <param name="schoolYearID">异动学期</param>
  27. /// <param name="differentDynamicType">异动类型</param>
  28. /// <param name="differentDynamicStatus">审批状态</param>
  29. /// <param name="pageIndex"></param>
  30. /// <param name="pageSize"></param>
  31. /// <returns></returns>
  32. 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);
  33. //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);
  34. /// <summary>
  35. ///
  36. /// </summary>
  37. /// <param name="configuretView"></param>
  38. /// <param name="campusID">校区</param>
  39. /// <param name="collegeID">院系所</param>
  40. /// <param name="year">年级</param>
  41. /// <param name="standard">专业名称</param>
  42. /// <param name="education">培养层次</param>
  43. /// <param name="learningform">学习形式</param>
  44. /// <param name="classmajorID">班级名称</param>
  45. /// <param name="schoolYearID">异动学期</param>
  46. /// <param name="differentDynamicType">异动类型</param>
  47. /// <param name="pageIndex"></param>
  48. /// <param name="pageSize"></param>
  49. /// <returns></returns>
  50. 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);
  51. /// <summary>
  52. /// 获取院系审核的移动记录
  53. /// </summary>
  54. /// <param name="configuretView"></param>
  55. /// <param name="campusID"></param>
  56. /// <param name="collegeID"></param>
  57. /// <param name="year"></param>
  58. /// <param name="standard"></param>
  59. /// <param name="education"></param>
  60. /// <param name="learningform"></param>
  61. /// <param name="classmajorID"></param>
  62. /// <param name="schoolYearID"></param>
  63. /// <param name="differentDynamicType"></param>
  64. /// <param name="LearnSystem"></param>
  65. /// <param name="pageIndex"></param>
  66. /// <param name="pageSize"></param>
  67. /// <returns></returns>
  68. 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);
  69. /// <summary>
  70. /// 获取教务处审核的移动记录
  71. /// </summary>
  72. /// <param name="configuretView"></param>
  73. /// <param name="campusID"></param>
  74. /// <param name="collegeID"></param>
  75. /// <param name="year"></param>
  76. /// <param name="standard"></param>
  77. /// <param name="education"></param>
  78. /// <param name="learningform"></param>
  79. /// <param name="classmajorID"></param>
  80. /// <param name="schoolYearID"></param>
  81. /// <param name="differentDynamicType"></param>
  82. /// <param name="LearnSystem"></param>
  83. /// <param name="pageIndex"></param>
  84. /// <param name="pageSize"></param>
  85. /// <returns></returns>
  86. 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);
  87. ICollection<DifferentDynamicView> GetDifferentDynamicViewList(ConfiguretView configuretView, Guid? campusID, Guid? collegeID,
  88. int? year, int? standard, int? education, int? learningform, Guid? classmajorID, Guid? schoolYearID,
  89. int? differentDynamicType, int? differentDynamicStatus, string LearnSystem, int atype, List<Guid?> idList = null);
  90. 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);
  91. 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);
  92. 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);
  93. 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);
  94. /// <summary>
  95. ///
  96. /// </summary>
  97. /// <param name="configuretView"></param>
  98. /// <param name="campusID">校区</param>
  99. /// <param name="collegeID">院系所</param>
  100. /// <param name="year">年级</param>
  101. /// <param name="standard">专业名称</param>
  102. /// <param name="education">培养层次</param>
  103. /// <param name="learningform">学习形式</param>
  104. /// <param name="classmajorID">班级名称</param>
  105. /// <param name="schoolYearID">异动学期</param>
  106. /// <param name="differentDynamicType">异动类型</param>
  107. /// <param name="differentDynamicStatus">审批状态</param>
  108. /// <param name="pageIndex"></param>
  109. /// <param name="pageSize"></param>
  110. /// <returns></returns>
  111. 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);
  112. DifferentDynamicView GetDifferentDynamicView(Guid? id);
  113. ICollection<DifferentDynamicStatisticsView> GetDifferentDynamicStatistics(ViewModel.ConfiguretView configuretView, Guid? campusID, Guid? collegeID, Guid? schoolYearID);
  114. /// <summary>
  115. /// 添加 or 修改
  116. /// </summary>
  117. /// <param name="entity">实体</param>
  118. /// <returns></returns>
  119. void AddOrUpdateDifferentDynamic(DifferentDynamicView model);
  120. /// <summary>
  121. /// 删除
  122. /// </summary>
  123. /// <param name="needIDs"></param>
  124. /// <returns></returns>
  125. void DeleteDifferentDynamic(List<Guid> ids);
  126. /// <summary>
  127. /// 提交
  128. /// </summary>
  129. /// <param name="ids">主键集合</param>
  130. /// <param name="userID"></param>
  131. /// <param name="comment"></param>
  132. void Submit(List<Guid> ids, Guid userID, string comment = "");
  133. void Approve(DifferentDynamicView model, Guid userID, ActionView actionView, string comment = "");
  134. void OnApproveEnd(List<Guid> differentDynamicIDList, Guid? userID);
  135. /// <summary>
  136. /// 查询学生异动信息
  137. /// </summary>
  138. /// <param name="userID"></param>
  139. /// <returns></returns>
  140. IGridResultSet<DifferentDynamicView> GetStudentDifferentInfoViewGrid(Guid? userID);
  141. /// <summary>
  142. /// 查询异动报表下拉(已弃用)
  143. /// </summary>
  144. /// <param name="configuretView"></param>
  145. /// <returns></returns>
  146. //IGridResultSet<DifferentDynamicView> GetDifferentDynamicViewGrid(ConfiguretView configuretView);
  147. /// <summary>
  148. /// 查询异动信息,无数据范围
  149. /// </summary>
  150. /// <param name="configuretView"></param>
  151. /// <returns></returns>
  152. ICollection<DifferentDynamicView> GetDifferentDynamicViewListNotDataRange(ConfiguretView configuretView, Guid? campusID, Guid? collegeID,
  153. int? year, int? standard, int? education, int? learningform, Guid? classmajorID, Guid? schoolYearID,
  154. int? differentDynamicType, int? differentDynamicStatus, string LearnSystem, int atype, List<Guid?> UserIDList = null);
  155. }
  156. }