Ejemplo n.º 1
0
 public static EmployeeInformation getInfo(int id1) {
   // TODO Auto-generated method stub
   return EmployeeInformationFacade.getInfo(id1);
 }
Ejemplo n.º 2
0
 public static List<EmployeeInformation> getListForExcelByType(int type) {
   return EmployeeInformationFacade.getListForExcelByType(type);
 }
Ejemplo n.º 3
0
 public static List<EmployeeInformation> getExtendEmp() {
   return EmployeeInformationFacade.getExtendEmp();
 }
Ejemplo n.º 4
0
 public static List<EmployeeInformation> getListForExcel(
     EmployeeInformationCondition employeeInformationCondition) {
   return EmployeeInformationFacade.getListForExcel(employeeInformationCondition);
 }