Package com.centraview.hr.hremployee

Examples of com.centraview.hr.hremployee.EmployeeLocal.addEmployee()


      InitialContext ic = CVUtility.getInitialContext();
      EmployeeLocalHome home = (EmployeeLocalHome)ic.lookup("local/Employee");
      EmployeeLocal remote = (EmployeeLocal) home.create();
      remote.setDataSource(this.dataSource);

      empId = remote.addEmployee( userId,  individualID);

    }catch(Exception e)
    {
      System.out.println("[Exception][HrFacadeEJB.addEmployee] Exception Thrown: "+e);
      e.printStackTrace();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.