/** getHomeHandle */ public javax.ejb.HomeHandle getHomeHandle() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); Object[] _jacc_parms = null; javax.ejb.HomeHandle _EJS_result = null; try { if (container.doesJaccNeedsEJBArguments(this)) { _jacc_parms = new Object[0]; } com.grupobbva.bc.per.tele.sdo.sesion.EJSStatelessSesionPermisoPerfilHomeBean_00215134 _EJS_beanRef = (com.grupobbva.bc.per.tele.sdo.sesion .EJSStatelessSesionPermisoPerfilHomeBean_00215134) container.preInvoke(this, 2, _EJS_s, _jacc_parms); _EJS_result = _EJS_beanRef.getHomeHandle(); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 2, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; }
/** isEvaluationMigrated */ public boolean isEvaluationMigrated(java.lang.String evaluationId) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); Object[] _jacc_parms = null; boolean _EJS_result = false; try { if (container.doesJaccNeedsEJBArguments(this)) { _jacc_parms = new Object[1]; _jacc_parms[0] = evaluationId; } com.ardais.bigr.lims.beans.LimsDataValidatorBean beanRef = (com.ardais.bigr.lims.beans.LimsDataValidatorBean) container.preInvoke(this, 3, _EJS_s, _jacc_parms); _EJS_result = beanRef.isEvaluationMigrated(evaluationId); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 3, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; }
/** remove */ public void remove(java.lang.Object primaryKey) throws java.rmi.RemoteException, javax.ejb.RemoveException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); Object[] _jacc_parms = null; try { if (container.doesJaccNeedsEJBArguments(this)) { _jacc_parms = new Object[1]; _jacc_parms[0] = primaryKey; } com.grupobbva.bc.per.tele.sdo.sesion.EJSStatelessSesionPermisoPerfilHomeBean_00215134 _EJS_beanRef = (com.grupobbva.bc.per.tele.sdo.sesion .EJSStatelessSesionPermisoPerfilHomeBean_00215134) container.preInvoke(this, 3, _EJS_s, _jacc_parms); _EJS_beanRef.remove(primaryKey); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (javax.ejb.RemoveException ex) { _EJS_s.setCheckedException(ex); throw ex; } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 3, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return; }
/** _copyToEJB */ public void _copyToEJB(java.util.Hashtable arg0) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); Object[] _jacc_parms = null; try { if (container.doesJaccNeedsEJBArguments(this)) { _jacc_parms = new Object[1]; _jacc_parms[0] = arg0; } com.ardais.bigr.es.beans.OrderlineBean beanRef = (com.ardais.bigr.es.beans.OrderlineBean) container.preInvoke(this, 9, _EJS_s, _jacc_parms); beanRef._copyToEJB(arg0); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 9, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return; }
/** getConsortium_ind */ public java.lang.String getConsortium_ind() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); Object[] _jacc_parms = null; java.lang.String _EJS_result = null; try { if (container.doesJaccNeedsEJBArguments(this)) { _jacc_parms = new Object[0]; } com.ardais.bigr.es.beans.OrderlineBean beanRef = (com.ardais.bigr.es.beans.OrderlineBean) container.preInvoke(this, 3, _EJS_s, _jacc_parms); _EJS_result = beanRef.getConsortium_ind(); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 3, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; }
/** setUpdated_by */ public void setUpdated_by(java.lang.String newValue) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); Object[] _jacc_parms = null; try { if (container.doesJaccNeedsEJBArguments(this)) { _jacc_parms = new Object[1]; _jacc_parms[0] = newValue; } com.ardais.bigr.orm.beans.ObjectsBean beanRef = (com.ardais.bigr.orm.beans.ObjectsBean) container.preInvoke(this, 16, _EJS_s, _jacc_parms); beanRef.setUpdated_by(newValue); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 16, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return; }
/** setOrder_line_amount */ public void setOrder_line_amount(java.math.BigDecimal newValue) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); Object[] _jacc_parms = null; try { if (container.doesJaccNeedsEJBArguments(this)) { _jacc_parms = new Object[1]; _jacc_parms[0] = newValue; } com.ardais.bigr.es.beans.OrderlineBean beanRef = (com.ardais.bigr.es.beans.OrderlineBean) container.preInvoke(this, 8, _EJS_s, _jacc_parms); beanRef.setOrder_line_amount(newValue); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 8, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return; }
/** remove */ public void remove(java.lang.Object arg0) throws java.rmi.RemoteException, javax.ejb.RemoveException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); Object[] _jacc_parms = null; try { if (container.doesJaccNeedsEJBArguments(this)) { _jacc_parms = new Object[1]; _jacc_parms[0] = arg0; } com.ardais.bigr.core.EJSStatelessSequenceGeneratorHomeBean_390aae5b beanRef = (com.ardais.bigr.core.EJSStatelessSequenceGeneratorHomeBean_390aae5b) container.preInvoke(this, 3, _EJS_s, _jacc_parms); beanRef.remove(arg0); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (javax.ejb.RemoveException ex) { _EJS_s.setCheckedException(ex); throw ex; } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 3, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return; }
/** _copyFromEJB */ public java.util.Hashtable _copyFromEJB() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); Object[] _jacc_parms = null; java.util.Hashtable _EJS_result = null; try { if (container.doesJaccNeedsEJBArguments(this)) { _jacc_parms = new Object[0]; } com.ardais.bigr.orm.beans.ObjectsBean beanRef = (com.ardais.bigr.orm.beans.ObjectsBean) container.preInvoke(this, 8, _EJS_s, _jacc_parms); _EJS_result = beanRef._copyFromEJB(); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 8, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; }
/** findProjectsampleByLineitem */ public java.util.Enumeration findProjectsampleByLineitem( com.ardais.bigr.iltds.beans.LineitemKey inKey) throws java.rmi.RemoteException, javax.ejb.FinderException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); Object[] _jacc_parms = null; java.util.Enumeration _EJS_result = null; try { if (container.doesJaccNeedsEJBArguments(this)) { _jacc_parms = new Object[1]; _jacc_parms[0] = inKey; } com.ardais.bigr.iltds.beans.EJSCMPProjectsampleHomeBean_1fc02fe2 beanRef = (com.ardais.bigr.iltds.beans.EJSCMPProjectsampleHomeBean_1fc02fe2) container.preInvoke(this, 2, _EJS_s, _jacc_parms); _EJS_result = beanRef.findProjectsampleByLineitem(inKey); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (javax.ejb.FinderException ex) { _EJS_s.setCheckedException(ex); throw ex; } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 2, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; }
/** getHomeHandle */ public javax.ejb.HomeHandle getHomeHandle() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); Object[] _jacc_parms = null; javax.ejb.HomeHandle _EJS_result = null; try { if (container.doesJaccNeedsEJBArguments(this)) { _jacc_parms = new Object[0]; } com.ardais.bigr.core.EJSStatelessSequenceGeneratorHomeBean_390aae5b beanRef = (com.ardais.bigr.core.EJSStatelessSequenceGeneratorHomeBean_390aae5b) container.preInvoke(this, 2, _EJS_s, _jacc_parms); _EJS_result = beanRef.getHomeHandle(); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 2, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; }
/** remove */ public void remove(javax.ejb.Handle arg0) throws java.rmi.RemoteException, javax.ejb.RemoveException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); Object[] _jacc_parms = null; try { if (container.doesJaccNeedsEJBArguments(this)) { _jacc_parms = new Object[1]; _jacc_parms[0] = arg0; } com.ardais.bigr.iltds.beans.EJSCMPProjectsampleHomeBean_1fc02fe2 beanRef = (com.ardais.bigr.iltds.beans.EJSCMPProjectsampleHomeBean_1fc02fe2) container.preInvoke(this, 7, _EJS_s, _jacc_parms); beanRef.remove(arg0); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (javax.ejb.RemoveException ex) { _EJS_s.setCheckedException(ex); throw ex; } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 7, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return; }
/** getHomeHandle */ public javax.ejb.HomeHandle getHomeHandle() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); Object[] _jacc_parms = null; javax.ejb.HomeHandle _EJS_result = null; try { if (container.doesJaccNeedsEJBArguments(this)) { _jacc_parms = new Object[0]; } com.ardais.bigr.iltds.beans.EJSCMPProjectsampleHomeBean_1fc02fe2 beanRef = (com.ardais.bigr.iltds.beans.EJSCMPProjectsampleHomeBean_1fc02fe2) container.preInvoke(this, 5, _EJS_s, _jacc_parms); _EJS_result = beanRef.getHomeHandle(); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 5, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; }
/** setProject */ public void setProject(com.ardais.bigr.iltds.beans.Project aProject) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); Object[] _jacc_parms = null; try { if (container.doesJaccNeedsEJBArguments(this)) { _jacc_parms = new Object[1]; _jacc_parms[0] = aProject; } com.ardais.bigr.iltds.beans.WorkorderBean beanRef = (com.ardais.bigr.iltds.beans.WorkorderBean) container.preInvoke(this, 19, _EJS_s, _jacc_parms); beanRef.setProject(aProject); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 19, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return; }
/** getStartdate */ public java.sql.Timestamp getStartdate() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); Object[] _jacc_parms = null; java.sql.Timestamp _EJS_result = null; try { if (container.doesJaccNeedsEJBArguments(this)) { _jacc_parms = new Object[0]; } com.ardais.bigr.iltds.beans.WorkorderBean beanRef = (com.ardais.bigr.iltds.beans.WorkorderBean) container.preInvoke(this, 10, _EJS_s, _jacc_parms); _EJS_result = beanRef.getStartdate(); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 10, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; }
/** create */ public com.ardais.bigr.iltds.beans.Projectsample create( java.lang.String argSamplebarcodeid, com.ardais.bigr.iltds.beans.LineitemKey argLineitem, com.ardais.bigr.iltds.beans.ProjectKey argProject) throws javax.ejb.CreateException, java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); Object[] _jacc_parms = null; com.ardais.bigr.iltds.beans.Projectsample _EJS_result = null; try { if (container.doesJaccNeedsEJBArguments(this)) { _jacc_parms = new Object[3]; _jacc_parms[0] = argSamplebarcodeid; _jacc_parms[1] = argLineitem; _jacc_parms[2] = argProject; } com.ardais.bigr.iltds.beans.EJSCMPProjectsampleHomeBean_1fc02fe2 beanRef = (com.ardais.bigr.iltds.beans.EJSCMPProjectsampleHomeBean_1fc02fe2) container.preInvoke(this, 0, _EJS_s, _jacc_parms); _EJS_result = beanRef.create(argSamplebarcodeid, argLineitem, argProject); } catch (javax.ejb.CreateException ex) { _EJS_s.setCheckedException(ex); throw ex; } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 0, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; }