Reference.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.18444
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Dongke.IBOSS.PRD.WCF.Proxys.HRModuleService {
  11. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  12. [System.ServiceModel.ServiceContractAttribute(Namespace="Dongke.IBOSS.PRD.WCF.Contracts", ConfigurationName="HRModuleService.IHRModule")]
  13. public interface IHRModule {
  14. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetDataResponse")]
  15. string GetData();
  16. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearchHrStaff", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearchHrStaffResponse")]
  17. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchAttendanceEntity))]
  18. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchDailyMealEntity))]
  19. System.Data.DataSet SearchHrStaff(Dongke.IBOSS.PRD.WCF.DataModels.HRModule.SearchStaffEntity pSearchStaff);
  20. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/IsExistsStaffCode", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/IsExistsStaffCodeResponse")]
  21. System.Data.DataSet IsExistsStaffCode(string staffCode);
  22. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetRowData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetRowDataResponse")]
  23. System.Data.DataSet GetRowData(int staffid);
  24. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearchHrStaffAndRecord", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearchHrStaffAndRecordResponse")]
  25. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchAttendanceEntity))]
  26. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchDailyMealEntity))]
  27. System.Data.DataSet SearchHrStaffAndRecord(Dongke.IBOSS.PRD.WCF.DataModels.HRModule.SearchStaffEntity staffEntity);
  28. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearchHrStaffApprove", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearchHrStaffApproveResponse")]
  29. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchAttendanceEntity))]
  30. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchDailyMealEntity))]
  31. System.Data.DataSet SearchHrStaffApprove(Dongke.IBOSS.PRD.WCF.DataModels.HRModule.SearchStaffEntity staffEntity);
  32. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetImageByStaffId", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetImageByStaffIdResponse")]
  33. System.Data.DataSet GetImageByStaffId(int staffId);
  34. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetStaffRecorsRowData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetStaffRecorsRowDataResponse")]
  35. System.Data.DataSet GetStaffRecorsRowData(int staffrecordid);
  36. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearchHrStaffInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearchHrStaffInfoResponse")]
  37. System.Data.DataSet SearchHrStaffInfo(int userId);
  38. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearchStaffInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearchStaffInfoResponse")]
  39. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchAttendanceEntity))]
  40. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchDailyMealEntity))]
  41. System.Data.DataSet SearchStaffInfo(Dongke.IBOSS.PRD.WCF.DataModels.HRModule.SearchStaffEntity searchStaffEntity);
  42. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearcStaffAttendance", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearcStaffAttendanceResponse")]
  43. System.Data.DataSet SearcStaffAttendance(Dongke.IBOSS.PRD.WCF.DataModels.SearchAttendanceEntity searchAttendanceEntity);
  44. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearcStaffAttendanceForEdit", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearcStaffAttendanceForEditResponse")]
  45. System.Data.DataSet SearcStaffAttendanceForEdit(Dongke.IBOSS.PRD.WCF.DataModels.SearchAttendanceEntity searchAttendanceEntity);
  46. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetStaffAttendanceInfoForExcel", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetStaffAttendanceInfoForExcelResponse")]
  47. System.Data.DataSet GetStaffAttendanceInfoForExcel(System.Data.DataTable pStaff);
  48. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearcStaffAdminRAPInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearcStaffAdminRAPInfoResponse")]
  49. System.Data.DataSet SearcStaffAdminRAPInfo(Dongke.IBOSS.PRD.WCF.DataModels.SearchAdminRAPEntity searchAdminRAPEntity);
  50. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearcStaffDailyMealInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearcStaffDailyMealInfoResponse")]
  51. System.Data.DataSet SearcStaffDailyMealInfo(Dongke.IBOSS.PRD.WCF.DataModels.SearchDailyMealEntity searchDailyMealEntity);
  52. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearcStaffDailyMealInfoForEdit", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearcStaffDailyMealInfoForEditResponse")]
  53. System.Data.DataSet SearcStaffDailyMealInfoForEdit(Dongke.IBOSS.PRD.WCF.DataModels.SearchDailyMealEntity searchDailyMealEntity);
  54. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetStaffDailyMealInfoForExcel", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetStaffDailyMealInfoForExcelResponse")]
  55. System.Data.DataSet GetStaffDailyMealInfoForExcel(System.Data.DataTable pStaff, Dongke.IBOSS.PRD.WCF.DataModels.WCFConstant.FormMode pStatus);
  56. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearchManagersOrMembers", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SearchManagersOrMembersResponse")]
  57. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchAttendanceEntity))]
  58. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchDailyMealEntity))]
  59. System.Data.DataSet SearchManagersOrMembers(Dongke.IBOSS.PRD.WCF.DataModels.HRModule.SearchStaffEntity searchStaffEntity);
  60. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/AddStaffInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/AddStaffInfoResponse")]
  61. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity AddStaffInfo(Dongke.IBOSS.PRD.WCF.DataModels.StaffEntity requestEntity, Dongke.IBOSS.PRD.WCF.DataModels.StaffPhotoEntity[] staffPhoto);
  62. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/ImportStaffInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/ImportStaffInfoResponse")]
  63. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  64. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.HRModule.SearchStaffEntity))]
  65. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchAttendanceEntity))]
  66. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchAdminRAPEntity))]
  67. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.SearchDailyMealEntity))]
  68. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WCFConstant.FormMode))]
  69. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.StaffEntity))]
  70. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.StaffPhotoEntity[]))]
  71. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.StaffPhotoEntity))]
  72. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity))]
  73. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity))]
  74. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.HRAdminRAPEntity))]
  75. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.GetSalaryEntity))]
  76. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(int[]))]
  77. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  78. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity ImportStaffInfo(System.Data.DataTable staffInfo);
  79. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/EditStaffInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/EditStaffInfoResponse")]
  80. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity EditStaffInfo(Dongke.IBOSS.PRD.WCF.DataModels.StaffEntity requestEntity, Dongke.IBOSS.PRD.WCF.DataModels.StaffPhotoEntity[] staffPhoto);
  81. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SetValueFlag", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SetValueFlagResponse")]
  82. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SetValueFlag(int staffid);
  83. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/AddStaffRecord", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/AddStaffRecordResponse")]
  84. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity AddStaffRecord(Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity staffrecord);
  85. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/EditStaffRecord", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/EditStaffRecordResponse")]
  86. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity EditStaffRecord(Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity staffrecord);
  87. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveTargetJobInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveTargetJobInfoResponse")]
  88. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveTargetJobInfo(Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity staffRecordEntity, Dongke.IBOSS.PRD.WCF.DataModels.WCFConstant.FormMode editStatus);
  89. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveStaffRecordDimission", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveStaffRecordDimissionResponse")]
  90. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveStaffRecordDimission(int pUserId, System.DateTime pOPTimeStamp, Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity pStaffRecord, Dongke.IBOSS.PRD.WCF.DataModels.WCFConstant.FormMode pStatus);
  91. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveHRDimissionApprovalInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveHRDimissionApprovalInfoResponse")]
  92. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveHRDimissionApprovalInfo(int pUserId, System.DateTime pOPTimeStamp, Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity pStaffRecord, bool pState, string pMemo);
  93. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SetStaffRecordValueFlag", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SetStaffRecordValueFlagResponse")]
  94. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SetStaffRecordValueFlag(int staffrecordid);
  95. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveHRStaffRecordApprovalInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveHRStaffRecordApprovalInfoResponse")]
  96. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveHRStaffRecordApprovalInfo(int pUserId, System.DateTime pOPTimeStamp, Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity pStaffRecord, bool pState, string pMemo);
  97. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveHRStaffJobsApprovalInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveHRStaffJobsApprovalInfoResponse")]
  98. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveHRStaffJobsApprovalInfo(int pUserId, System.DateTime pOPTimeStamp, Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity pStaffRecord, bool pState, string pMemo);
  99. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveTargetPostInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveTargetPostInfoResponse")]
  100. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveTargetPostInfo(Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity staffRecordEntity, Dongke.IBOSS.PRD.WCF.DataModels.WCFConstant.FormMode editStatus);
  101. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveHRStaffPostApprovalInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveHRStaffPostApprovalInfoResponse")]
  102. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveHRStaffPostApprovalInfo(int pUserId, System.DateTime pOPTimeStamp, Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity pStaffRecord, bool pState, string pMemo);
  103. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveTargetOrganizationInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveTargetOrganizationInfoResponse")]
  104. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveTargetOrganizationInfo(Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity staffRecordEntity, Dongke.IBOSS.PRD.WCF.DataModels.WCFConstant.FormMode editStatus);
  105. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveHRStaffOrganizationApprovalInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveHRStaffOrganizationApprovalInfoRespo" +
  106. "nse")]
  107. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveHRStaffOrganizationApprovalInfo(int pUserId, System.DateTime pOPTimeStamp, Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity pStaffRecord, bool pState, string pMemo);
  108. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveHrStaffPositiveApprovalInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveHrStaffPositiveApprovalInfoResponse")]
  109. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveHrStaffPositiveApprovalInfo(int pUserId, System.DateTime pOPTimeStamp, Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity pStaffRecord, bool pState, string pMemo);
  110. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveStaffAttendanceInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveStaffAttendanceInfoResponse")]
  111. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveStaffAttendanceInfo(System.Data.DataTable pStaffAttendance);
  112. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveStaffAdminRAPInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveStaffAdminRAPInfoResponse")]
  113. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveStaffAdminRAPInfo(Dongke.IBOSS.PRD.WCF.DataModels.HRAdminRAPEntity pAdminRAPEntity, Dongke.IBOSS.PRD.WCF.DataModels.WCFConstant.FormMode pStatus);
  114. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveStaffAdminRAPApprovalInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveStaffAdminRAPApprovalInfoResponse")]
  115. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveStaffAdminRAPApprovalInfo(Dongke.IBOSS.PRD.WCF.DataModels.HRAdminRAPEntity pAdminRAPEntity, bool pState);
  116. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SetStaffAdminRAPValueFlag", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SetStaffAdminRAPValueFlagResponse")]
  117. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SetStaffAdminRAPValueFlag(int pRAPID);
  118. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveStaffDailyMealInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/SaveStaffDailyMealInfoResponse")]
  119. Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveStaffDailyMealInfo(System.Data.DataTable pStaff, Dongke.IBOSS.PRD.WCF.DataModels.WCFConstant.FormMode pStatus);
  120. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetSalaryData", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetSalaryDataResponse")]
  121. System.Data.DataSet GetSalaryData(Dongke.IBOSS.PRD.WCF.DataModels.GetSalaryEntity gsEntity);
  122. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetSettlementMain", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetSettlementMainResponse")]
  123. System.Data.DataSet GetSettlementMain(Dongke.IBOSS.PRD.WCF.DataModels.GetSalaryEntity gsEntity);
  124. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetSettlementDetail", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetSettlementDetailResponse")]
  125. System.Data.DataSet GetSettlementDetail(int MainId);
  126. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/AddSalarySettlement", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/AddSalarySettlementResponse")]
  127. int AddSalarySettlement(Dongke.IBOSS.PRD.WCF.DataModels.GetSalaryEntity salaryEntity, System.Data.DataSet dsStaffSalary, System.Data.DataSet dsBase);
  128. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetStaffSalaryDetail", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/GetStaffSalaryDetailResponse")]
  129. System.Data.DataSet GetStaffSalaryDetail(int StaffSalaryID, int StaffID);
  130. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/EditSalarySettlement", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/EditSalarySettlementResponse")]
  131. int EditSalarySettlement(Dongke.IBOSS.PRD.WCF.DataModels.GetSalaryEntity salaryEntity, System.Data.DataTable dtStaffSalary);
  132. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/AuditSalarySettlement", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IHRModule/AuditSalarySettlementResponse")]
  133. int AuditSalarySettlement(System.Data.DataTable dtStaffSalary);
  134. }
  135. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  136. public interface IHRModuleChannel : Dongke.IBOSS.PRD.WCF.Proxys.HRModuleService.IHRModule, System.ServiceModel.IClientChannel {
  137. }
  138. [System.Diagnostics.DebuggerStepThroughAttribute()]
  139. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  140. public partial class HRModuleClient : System.ServiceModel.ClientBase<Dongke.IBOSS.PRD.WCF.Proxys.HRModuleService.IHRModule>, Dongke.IBOSS.PRD.WCF.Proxys.HRModuleService.IHRModule {
  141. public HRModuleClient() {
  142. }
  143. public HRModuleClient(string endpointConfigurationName) :
  144. base(endpointConfigurationName) {
  145. }
  146. public HRModuleClient(string endpointConfigurationName, string remoteAddress) :
  147. base(endpointConfigurationName, remoteAddress) {
  148. }
  149. public HRModuleClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  150. base(endpointConfigurationName, remoteAddress) {
  151. }
  152. public HRModuleClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  153. base(binding, remoteAddress) {
  154. }
  155. public string GetData() {
  156. return base.Channel.GetData();
  157. }
  158. public System.Data.DataSet SearchHrStaff(Dongke.IBOSS.PRD.WCF.DataModels.HRModule.SearchStaffEntity pSearchStaff) {
  159. return base.Channel.SearchHrStaff(pSearchStaff);
  160. }
  161. public System.Data.DataSet IsExistsStaffCode(string staffCode) {
  162. return base.Channel.IsExistsStaffCode(staffCode);
  163. }
  164. public System.Data.DataSet GetRowData(int staffid) {
  165. return base.Channel.GetRowData(staffid);
  166. }
  167. public System.Data.DataSet SearchHrStaffAndRecord(Dongke.IBOSS.PRD.WCF.DataModels.HRModule.SearchStaffEntity staffEntity) {
  168. return base.Channel.SearchHrStaffAndRecord(staffEntity);
  169. }
  170. public System.Data.DataSet SearchHrStaffApprove(Dongke.IBOSS.PRD.WCF.DataModels.HRModule.SearchStaffEntity staffEntity) {
  171. return base.Channel.SearchHrStaffApprove(staffEntity);
  172. }
  173. public System.Data.DataSet GetImageByStaffId(int staffId) {
  174. return base.Channel.GetImageByStaffId(staffId);
  175. }
  176. public System.Data.DataSet GetStaffRecorsRowData(int staffrecordid) {
  177. return base.Channel.GetStaffRecorsRowData(staffrecordid);
  178. }
  179. public System.Data.DataSet SearchHrStaffInfo(int userId) {
  180. return base.Channel.SearchHrStaffInfo(userId);
  181. }
  182. public System.Data.DataSet SearchStaffInfo(Dongke.IBOSS.PRD.WCF.DataModels.HRModule.SearchStaffEntity searchStaffEntity) {
  183. return base.Channel.SearchStaffInfo(searchStaffEntity);
  184. }
  185. public System.Data.DataSet SearcStaffAttendance(Dongke.IBOSS.PRD.WCF.DataModels.SearchAttendanceEntity searchAttendanceEntity) {
  186. return base.Channel.SearcStaffAttendance(searchAttendanceEntity);
  187. }
  188. public System.Data.DataSet SearcStaffAttendanceForEdit(Dongke.IBOSS.PRD.WCF.DataModels.SearchAttendanceEntity searchAttendanceEntity) {
  189. return base.Channel.SearcStaffAttendanceForEdit(searchAttendanceEntity);
  190. }
  191. public System.Data.DataSet GetStaffAttendanceInfoForExcel(System.Data.DataTable pStaff) {
  192. return base.Channel.GetStaffAttendanceInfoForExcel(pStaff);
  193. }
  194. public System.Data.DataSet SearcStaffAdminRAPInfo(Dongke.IBOSS.PRD.WCF.DataModels.SearchAdminRAPEntity searchAdminRAPEntity) {
  195. return base.Channel.SearcStaffAdminRAPInfo(searchAdminRAPEntity);
  196. }
  197. public System.Data.DataSet SearcStaffDailyMealInfo(Dongke.IBOSS.PRD.WCF.DataModels.SearchDailyMealEntity searchDailyMealEntity) {
  198. return base.Channel.SearcStaffDailyMealInfo(searchDailyMealEntity);
  199. }
  200. public System.Data.DataSet SearcStaffDailyMealInfoForEdit(Dongke.IBOSS.PRD.WCF.DataModels.SearchDailyMealEntity searchDailyMealEntity) {
  201. return base.Channel.SearcStaffDailyMealInfoForEdit(searchDailyMealEntity);
  202. }
  203. public System.Data.DataSet GetStaffDailyMealInfoForExcel(System.Data.DataTable pStaff, Dongke.IBOSS.PRD.WCF.DataModels.WCFConstant.FormMode pStatus) {
  204. return base.Channel.GetStaffDailyMealInfoForExcel(pStaff, pStatus);
  205. }
  206. public System.Data.DataSet SearchManagersOrMembers(Dongke.IBOSS.PRD.WCF.DataModels.HRModule.SearchStaffEntity searchStaffEntity) {
  207. return base.Channel.SearchManagersOrMembers(searchStaffEntity);
  208. }
  209. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity AddStaffInfo(Dongke.IBOSS.PRD.WCF.DataModels.StaffEntity requestEntity, Dongke.IBOSS.PRD.WCF.DataModels.StaffPhotoEntity[] staffPhoto) {
  210. return base.Channel.AddStaffInfo(requestEntity, staffPhoto);
  211. }
  212. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity ImportStaffInfo(System.Data.DataTable staffInfo) {
  213. return base.Channel.ImportStaffInfo(staffInfo);
  214. }
  215. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity EditStaffInfo(Dongke.IBOSS.PRD.WCF.DataModels.StaffEntity requestEntity, Dongke.IBOSS.PRD.WCF.DataModels.StaffPhotoEntity[] staffPhoto) {
  216. return base.Channel.EditStaffInfo(requestEntity, staffPhoto);
  217. }
  218. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SetValueFlag(int staffid) {
  219. return base.Channel.SetValueFlag(staffid);
  220. }
  221. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity AddStaffRecord(Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity staffrecord) {
  222. return base.Channel.AddStaffRecord(staffrecord);
  223. }
  224. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity EditStaffRecord(Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity staffrecord) {
  225. return base.Channel.EditStaffRecord(staffrecord);
  226. }
  227. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveTargetJobInfo(Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity staffRecordEntity, Dongke.IBOSS.PRD.WCF.DataModels.WCFConstant.FormMode editStatus) {
  228. return base.Channel.SaveTargetJobInfo(staffRecordEntity, editStatus);
  229. }
  230. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveStaffRecordDimission(int pUserId, System.DateTime pOPTimeStamp, Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity pStaffRecord, Dongke.IBOSS.PRD.WCF.DataModels.WCFConstant.FormMode pStatus) {
  231. return base.Channel.SaveStaffRecordDimission(pUserId, pOPTimeStamp, pStaffRecord, pStatus);
  232. }
  233. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveHRDimissionApprovalInfo(int pUserId, System.DateTime pOPTimeStamp, Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity pStaffRecord, bool pState, string pMemo) {
  234. return base.Channel.SaveHRDimissionApprovalInfo(pUserId, pOPTimeStamp, pStaffRecord, pState, pMemo);
  235. }
  236. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SetStaffRecordValueFlag(int staffrecordid) {
  237. return base.Channel.SetStaffRecordValueFlag(staffrecordid);
  238. }
  239. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveHRStaffRecordApprovalInfo(int pUserId, System.DateTime pOPTimeStamp, Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity pStaffRecord, bool pState, string pMemo) {
  240. return base.Channel.SaveHRStaffRecordApprovalInfo(pUserId, pOPTimeStamp, pStaffRecord, pState, pMemo);
  241. }
  242. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveHRStaffJobsApprovalInfo(int pUserId, System.DateTime pOPTimeStamp, Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity pStaffRecord, bool pState, string pMemo) {
  243. return base.Channel.SaveHRStaffJobsApprovalInfo(pUserId, pOPTimeStamp, pStaffRecord, pState, pMemo);
  244. }
  245. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveTargetPostInfo(Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity staffRecordEntity, Dongke.IBOSS.PRD.WCF.DataModels.WCFConstant.FormMode editStatus) {
  246. return base.Channel.SaveTargetPostInfo(staffRecordEntity, editStatus);
  247. }
  248. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveHRStaffPostApprovalInfo(int pUserId, System.DateTime pOPTimeStamp, Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity pStaffRecord, bool pState, string pMemo) {
  249. return base.Channel.SaveHRStaffPostApprovalInfo(pUserId, pOPTimeStamp, pStaffRecord, pState, pMemo);
  250. }
  251. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveTargetOrganizationInfo(Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity staffRecordEntity, Dongke.IBOSS.PRD.WCF.DataModels.WCFConstant.FormMode editStatus) {
  252. return base.Channel.SaveTargetOrganizationInfo(staffRecordEntity, editStatus);
  253. }
  254. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveHRStaffOrganizationApprovalInfo(int pUserId, System.DateTime pOPTimeStamp, Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity pStaffRecord, bool pState, string pMemo) {
  255. return base.Channel.SaveHRStaffOrganizationApprovalInfo(pUserId, pOPTimeStamp, pStaffRecord, pState, pMemo);
  256. }
  257. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveHrStaffPositiveApprovalInfo(int pUserId, System.DateTime pOPTimeStamp, Dongke.IBOSS.PRD.WCF.DataModels.StaffRecordEntity pStaffRecord, bool pState, string pMemo) {
  258. return base.Channel.SaveHrStaffPositiveApprovalInfo(pUserId, pOPTimeStamp, pStaffRecord, pState, pMemo);
  259. }
  260. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveStaffAttendanceInfo(System.Data.DataTable pStaffAttendance) {
  261. return base.Channel.SaveStaffAttendanceInfo(pStaffAttendance);
  262. }
  263. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveStaffAdminRAPInfo(Dongke.IBOSS.PRD.WCF.DataModels.HRAdminRAPEntity pAdminRAPEntity, Dongke.IBOSS.PRD.WCF.DataModels.WCFConstant.FormMode pStatus) {
  264. return base.Channel.SaveStaffAdminRAPInfo(pAdminRAPEntity, pStatus);
  265. }
  266. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveStaffAdminRAPApprovalInfo(Dongke.IBOSS.PRD.WCF.DataModels.HRAdminRAPEntity pAdminRAPEntity, bool pState) {
  267. return base.Channel.SaveStaffAdminRAPApprovalInfo(pAdminRAPEntity, pState);
  268. }
  269. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SetStaffAdminRAPValueFlag(int pRAPID) {
  270. return base.Channel.SetStaffAdminRAPValueFlag(pRAPID);
  271. }
  272. public Dongke.IBOSS.PRD.WCF.DataModels.HRResultEntity SaveStaffDailyMealInfo(System.Data.DataTable pStaff, Dongke.IBOSS.PRD.WCF.DataModels.WCFConstant.FormMode pStatus) {
  273. return base.Channel.SaveStaffDailyMealInfo(pStaff, pStatus);
  274. }
  275. public System.Data.DataSet GetSalaryData(Dongke.IBOSS.PRD.WCF.DataModels.GetSalaryEntity gsEntity) {
  276. return base.Channel.GetSalaryData(gsEntity);
  277. }
  278. public System.Data.DataSet GetSettlementMain(Dongke.IBOSS.PRD.WCF.DataModels.GetSalaryEntity gsEntity) {
  279. return base.Channel.GetSettlementMain(gsEntity);
  280. }
  281. public System.Data.DataSet GetSettlementDetail(int MainId) {
  282. return base.Channel.GetSettlementDetail(MainId);
  283. }
  284. public int AddSalarySettlement(Dongke.IBOSS.PRD.WCF.DataModels.GetSalaryEntity salaryEntity, System.Data.DataSet dsStaffSalary, System.Data.DataSet dsBase) {
  285. return base.Channel.AddSalarySettlement(salaryEntity, dsStaffSalary, dsBase);
  286. }
  287. public System.Data.DataSet GetStaffSalaryDetail(int StaffSalaryID, int StaffID) {
  288. return base.Channel.GetStaffSalaryDetail(StaffSalaryID, StaffID);
  289. }
  290. public int EditSalarySettlement(Dongke.IBOSS.PRD.WCF.DataModels.GetSalaryEntity salaryEntity, System.Data.DataTable dtStaffSalary) {
  291. return base.Channel.EditSalarySettlement(salaryEntity, dtStaffSalary);
  292. }
  293. public int AuditSalarySettlement(System.Data.DataTable dtStaffSalary) {
  294. return base.Channel.AuditSalarySettlement(dtStaffSalary);
  295. }
  296. }
  297. }