예제 #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));
 }