Package com.centraview.hr.hrexpenses

Examples of com.centraview.hr.hrexpenses.HrExpensesLocalHome.create()


    try
    {
      InitialContext ic = CVUtility.getInitialContext();

      HrExpensesLocalHome home = (HrExpensesLocalHome)ic.lookup("local/HrExpense");
      HrExpensesLocal hrexpense = (HrExpensesLocal) home.create(expenseFormVO,userID,this.dataSource);
      hrexpense.setDataSource(this.dataSource);
      expenseFormVO = hrexpense.getExpenseFormVO();
    }
    catch(Exception e)
    {
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.