示例#1
0
 public static StaffData GetStaffInfo(string username)
 {
     return(KKSlmMsStaffDal.GetStaffInfo(username));
 }
示例#2
0
 public static void SetCurrentStatus(string username, int status)
 {
     KKSlmMsStaffDal.SetCurrentStatus(username, status);
 }
示例#3
0
 public static decimal?GetStaffType(string username)
 {
     return(KKSlmMsStaffDal.GetStaffType(username));
 }
示例#4
0
 public static StaffDataManagement GetStaff(int staffId)
 {
     return(KKSlmMsStaffDal.GetStaff(staffId));
 }
示例#5
0
 public static string GetCurrentStatus(string username)
 {
     return(KKSlmMsStaffDal.GetCurrentStatus(username));
 }
示例#6
0
 public static string InsertStaff(StaffDataManagement data, string username)
 {
     return(KKSlmMsStaffDal.InsertStaff(data, username));
 }
示例#7
0
 public static bool CheckUsernameExist(string username, int?staffid)
 {
     return(KKSlmMsStaffDal.CheckUsernameExist(username, staffid));
 }
示例#8
0
 public static List <StaffData> GetStaffList()
 {
     return(KKSlmMsStaffDal.GetStaffList());
 }
示例#9
0
 public static List <ControlListData> GetStaffList(string branch)
 {
     return(KKSlmMsStaffDal.GetStaffList(branch));
 }
示例#10
0
 public static List <UserMonitoringData> GetUserMonotoringStaffList(string available, string cocTeam, string teamList)
 {
     return(KKSlmMsStaffDal.GetUserMonotoringStaffList(available, cocTeam, teamList));
 }
示例#11
0
 public static void SetStaffStatus(string empCode, int status, string loginUsername)
 {
     KKSlmMsStaffDal.SetStaffStatus(empCode, status, loginUsername);
 }
示例#12
0
 public static List <ForecastReportData> GetDataForForecastReport(string teamList)
 {
     return(KKSlmMsStaffDal.GetDataForForecastReport(teamList));
 }
示例#13
0
 public static string GetEmpCode(string username)
 {
     return(KKSlmMsStaffDal.GetEmpCode(username));
 }
示例#14
0
 public static LoginUserData GetLoginUserData(string username)
 {
     return(KKSlmMsStaffDal.GetLoginUserData(username));
 }
示例#15
0
 public static List <StaffDataManagement> SearchStaffList(string username, string branchCode, string empCode, string marketingCode, string staffNameTH, string positionId
                                                          , string staffTypeId, string team, string departmentId, string cocTeam)
 {
     return(KKSlmMsStaffDal.SearchStaffList(username, branchCode, empCode, marketingCode, staffNameTH, positionId, staffTypeId, team, departmentId, cocTeam));
 }
示例#16
0
 public static List <ControlListData> GetStaffListByStaffTypeId(decimal staffTypeId, string recursiveList)
 {
     return(KKSlmMsStaffDal.GetStaffListByStaffTypeId(staffTypeId, recursiveList));
 }
示例#17
0
 public static int?GetDepartmentId(string username)
 {
     return(KKSlmMsStaffDal.GetDepartmentId(username));
 }
示例#18
0
 public static List <ControlListData> GetTeamList()
 {
     return(KKSlmMsStaffDal.GetTeamList());
 }
示例#19
0
 public static string UpdateStaff(StaffDataManagement data, string username, int flag)
 {
     return(KKSlmMsStaffDal.UpdateStaff(data, username, flag));
 }
示例#20
0
 public static List <ControlListData> GetStaffByTeam(string cocTeam)
 {
     return(KKSlmMsStaffDal.GetStaffByTeam(cocTeam));
 }
示例#21
0
 public static bool CheckEmpCodeExist(string empCode, int?staffid)
 {
     return(KKSlmMsStaffDal.CheckEmpCodeExist(empCode, staffid));
 }
示例#22
0
 public static bool CheckMarketingCodeExist(string marketingCode, int?staffid)
 {
     return(KKSlmMsStaffDal.CheckMarketingCodeExist(marketingCode, staffid));
 }