public static EmployeeInformation getInfo(int id1) { // TODO Auto-generated method stub return EmployeeInformationFacade.getInfo(id1); }
public static List<EmployeeInformation> getListForExcelByType(int type) { return EmployeeInformationFacade.getListForExcelByType(type); }
public static List<EmployeeInformation> getExtendEmp() { return EmployeeInformationFacade.getExtendEmp(); }
public static List<EmployeeInformation> getListForExcel( EmployeeInformationCondition employeeInformationCondition) { return EmployeeInformationFacade.getListForExcel(employeeInformationCondition); }