Exemplo n.º 1
0
 public RecruitmentAgent SubmitAgentRecruitement(RecruitmentAgent objRecruitementSubmit)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objRecruitementSubmit, "SubmitAgentRecruitement", "AgentonBoarding");
     #endregion
     return(obj);
 }
Exemplo n.º 2
0
 public RecruitmentAgent GetGrades()
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetGrades", "");
     #endregion
     return(obj);
 }
Exemplo n.º 3
0
 public RecruitmentAgent GetProspectCity(string DistrictCode)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "Master", "GetProspectCity", "DistrictCode", DistrictCode);
     #endregion
     return(obj);
 }
Exemplo n.º 4
0
 public RecruitmentAgent GetPostalCode(string CityCode)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "Master", "GetPostalCode", "CityCode", CityCode);
     #endregion
     return(obj);
 }
Exemplo n.º 5
0
 public RecruitmentAgent GetBranchCode(string BranchCode)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetBranchCode", "BranchCode", BranchCode);
     #endregion
     return(obj);
 }
Exemplo n.º 6
0
 public RecruitmentAgent GetBankNames(string BankName)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetBankNames", "BankName", BankName);
     #endregion
     return(obj);
 }
Exemplo n.º 7
0
 public RecruitmentAgent GetProvinceMaster()
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "Master", "GetProvinceMaster");
     #endregion
     return(obj);
 }
Exemplo n.º 8
0
 public RecruitmentAgent GetProspectDistricts(string ProvinceCode)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "Master", "GetProspectDistricts", "ProvinceCode", ProvinceCode);
     #endregion
     return(obj);
 }
Exemplo n.º 9
0
 public RecruitmentAgent SaveDatatoInterviewFromProspect(RecruitmentAgent objRecruitmentAgent)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objRecruitmentAgent, "SaveDatatoInterviewFromProspect", "AgentonBoarding");
     #endregion
     return(obj);
 }
Exemplo n.º 10
0
 public RecruitmentAgent SaveDocumentDetails(RecruitmentAgent objRecruitmentAgent)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objRecruitmentAgent, "SaveDocumentDetails", "AgentonBoarding");
     #endregion
     return(obj);
 }
Exemplo n.º 11
0
 public RecruitmentAgent GetProspectfromPendingProspect(string ProspectCode)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetProspectfromPendingProspect", "ProspectCode", ProspectCode);
     #endregion
     return(obj);
 }
Exemplo n.º 12
0
 public RecruitmentAgent SaveconfirmProspectData(RecruitmentAgent objRecruitmentAgent)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objRecruitmentAgent, "SaveconfirmProspectData", "AgentonBoarding");
     #endregion
     return(obj);
 }
Exemplo n.º 13
0
 public RecruitmentAgent GetInterviewProspectData(string DataSerializer)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetInterviewProspectData", "DataSerializer", DataSerializer);
     #endregion
     return(obj);
 }
Exemplo n.º 14
0
 public RecruitmentAgent LoadSearchNICDetailsData(RecruitmentAgent objSearchAdvisor)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objSearchAdvisor, "LoadSearchNICDetailsData", "AgentonBoarding");
     #endregion
     return(obj);
 }
Exemplo n.º 15
0
 public RecruitmentAgent SaveFinanceDepartmentClearance(RecruitmentAgent objRecruitmentAgent)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objRecruitmentAgent, "SaveFinanceDepartmentClearance", "AgentonBoarding");
     #endregion
     return(obj);
 }
Exemplo n.º 16
0
 public RecruitmentAgent LoadEducationalSubjectDetails()
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(obj, "LoadEducationalSubjectDetails", "AgentonBoarding");
     #endregion
     return(obj);
 }
Exemplo n.º 17
0
 public RecruitmentAgent LoadInterviewLevelResult()
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(obj, "LoadInterviewLevelResult", "AgentonBoarding");
     #endregion
     return(obj);
 }
Exemplo n.º 18
0
 public RecruitmentAgent fetchGenderbasedonsalutation(string Salutation)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "fetchGenderbasedonsalutation", "Salutation", Salutation);
     #endregion
     return(obj);
 }
Exemplo n.º 19
0
 public RecruitmentAgent LoadInterviewAreaLevels(RecruitmentAgent objRecruitmentAgent)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objRecruitmentAgent, "LoadInterviewAreaLevels", "AgentonBoarding");
     #endregion
     return(obj);
 }
Exemplo n.º 20
0
 public RecruitmentAgent GetRecruitmentCareerLevels(string CareerLevel)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetRecruitmentCareerLevels", "CareerLevel", CareerLevel);
     #endregion
     return(obj);
 }
Exemplo n.º 21
0
 public RecruitmentAgent GetRecruitmentDesignations(string Position)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetRecruitmentDesignations", "Position", Position);
     #endregion
     return(obj);
 }
Exemplo n.º 22
0
 public RecruitmentAgent FetchRecruitementProcessData(RecruitmentAgent objRecruitmentAgent)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objRecruitmentAgent, "FetchRecruitementProcessData", "AgentonBoarding");
     #endregion
     return(obj);
 }
Exemplo n.º 23
0
 public RecruitmentAgent FetchSuspectCode()
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(obj, "FetchSuspectCode", "AgentonBoarding");
     #endregion
     return(obj);
 }
Exemplo n.º 24
0
 public RecruitmentAgent GetGridQualification(string EduQualification)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetGridQualification", "EduQualification", EduQualification);
     #endregion
     return(obj);
 }
Exemplo n.º 25
0
 public RecruitmentAgent GetReferToUsers(string AgentUser)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetReferToUsers", "AgentUser", AgentUser);
     #endregion
     return(obj);
 }
Exemplo n.º 26
0
 public RecruitmentAgent GetRecruitmentInterviewResult(string IBSlNo)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetRecruitmentInterviewResult", "IBSlNo", IBSlNo);
     #endregion
     return(obj);
 }
Exemplo n.º 27
0
 public RecruitmentAgent LoadRecruitmentPosition()
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(obj, "LoadRecruitmentPosition", "AgentonBoarding");
     #endregion
     return(obj);
 }
Exemplo n.º 28
0
 public RecruitmentAgent SubmitNICVerification(RecruitmentAgent objRecruitmentAgent)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objRecruitmentAgent, "SubmitNICVerification", "AgentonBoarding");
     #endregion
     return(obj);
 }
Exemplo n.º 29
0
 public RecruitmentAgent LoadAuditClearanceProcessData()
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(obj, "LoadAuditClearanceProcessData", "AgentonBoarding");
     #endregion
     return(obj);
 }
Exemplo n.º 30
0
 public RecruitmentAgent LoadHRMClearanceData(RecruitmentAgent objRecruitmentAgent)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objRecruitmentAgent, "LoadHRMClearanceData", "AgentonBoarding");
     //obj = WebApiLogic.GetPostParametersToAPI<RecruitmentAgent>(objRecruitmentAgent, "AgentonBoarding", "LoadHRMClearanceData", "TaskName", TaskName);
     #endregion
     return(obj);
 }