ejsremotecmpusers_789ae0b4.java

来自「j2ee源码」· Java 代码 · 共 771 行 · 第 1/2 页

JAVA
771
字号
package com.leeman.wkexs.master.users.dao;import com.ibm.ejs.container.*;/** * EJSRemoteCMPUsers_789ae0b4 */public class EJSRemoteCMPUsers_789ae0b4 extends EJSWrapper implements Users {	/**	 * EJSRemoteCMPUsers_789ae0b4	 */	public EJSRemoteCMPUsers_789ae0b4() throws java.rmi.RemoteException {		super();	}	/**	 * getActive	 */	public java.lang.String getActive() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.lang.String _EJS_result = null;		try {			com.leeman.wkexs.master.users.dao.UsersBean _EJS_beanRef = (com.leeman.wkexs.master.users.dao.UsersBean)container.preInvoke(this, 0, _EJS_s);			_EJS_result = _EJS_beanRef.getActive();		}		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;	}	/**	 * getApproval_password	 */	public java.lang.String getApproval_password() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.lang.String _EJS_result = null;		try {			com.leeman.wkexs.master.users.dao.UsersBean _EJS_beanRef = (com.leeman.wkexs.master.users.dao.UsersBean)container.preInvoke(this, 1, _EJS_s);			_EJS_result = _EJS_beanRef.getApproval_password();		}		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, 1, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return _EJS_result;	}	/**	 * getCreate_by	 */	public java.lang.String getCreate_by() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.lang.String _EJS_result = null;		try {			com.leeman.wkexs.master.users.dao.UsersBean _EJS_beanRef = (com.leeman.wkexs.master.users.dao.UsersBean)container.preInvoke(this, 2, _EJS_s);			_EJS_result = _EJS_beanRef.getCreate_by();		}		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;	}	/**	 * getDept_id	 */	public java.lang.String getDept_id() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.lang.String _EJS_result = null;		try {			com.leeman.wkexs.master.users.dao.UsersBean _EJS_beanRef = (com.leeman.wkexs.master.users.dao.UsersBean)container.preInvoke(this, 3, _EJS_s);			_EJS_result = _EJS_beanRef.getDept_id();		}		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;	}	/**	 * getEmail	 */	public java.lang.String getEmail() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.lang.String _EJS_result = null;		try {			com.leeman.wkexs.master.users.dao.UsersBean _EJS_beanRef = (com.leeman.wkexs.master.users.dao.UsersBean)container.preInvoke(this, 4, _EJS_s);			_EJS_result = _EJS_beanRef.getEmail();		}		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, 4, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return _EJS_result;	}	/**	 * getFax	 */	public java.lang.String getFax() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.lang.String _EJS_result = null;		try {			com.leeman.wkexs.master.users.dao.UsersBean _EJS_beanRef = (com.leeman.wkexs.master.users.dao.UsersBean)container.preInvoke(this, 5, _EJS_s);			_EJS_result = _EJS_beanRef.getFax();		}		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;	}	/**	 * getLast_modify_by	 */	public java.lang.String getLast_modify_by() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.lang.String _EJS_result = null;		try {			com.leeman.wkexs.master.users.dao.UsersBean _EJS_beanRef = (com.leeman.wkexs.master.users.dao.UsersBean)container.preInvoke(this, 6, _EJS_s);			_EJS_result = _EJS_beanRef.getLast_modify_by();		}		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, 6, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return _EJS_result;	}	/**	 * getName	 */	public java.lang.String getName() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.lang.String _EJS_result = null;		try {			com.leeman.wkexs.master.users.dao.UsersBean _EJS_beanRef = (com.leeman.wkexs.master.users.dao.UsersBean)container.preInvoke(this, 7, _EJS_s);			_EJS_result = _EJS_beanRef.getName();		}		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, 7, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return _EJS_result;	}	/**	 * getPassword	 */	public java.lang.String getPassword() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.lang.String _EJS_result = null;		try {			com.leeman.wkexs.master.users.dao.UsersBean _EJS_beanRef = (com.leeman.wkexs.master.users.dao.UsersBean)container.preInvoke(this, 8, _EJS_s);			_EJS_result = _EJS_beanRef.getPassword();		}		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;	}	/**	 * getPosition	 */	public java.lang.String getPosition() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.lang.String _EJS_result = null;		try {			com.leeman.wkexs.master.users.dao.UsersBean _EJS_beanRef = (com.leeman.wkexs.master.users.dao.UsersBean)container.preInvoke(this, 9, _EJS_s);			_EJS_result = _EJS_beanRef.getPosition();		}		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 _EJS_result;	}	/**	 * getRole_id	 */	public java.lang.String getRole_id() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.lang.String _EJS_result = null;		try {			com.leeman.wkexs.master.users.dao.UsersBean _EJS_beanRef = (com.leeman.wkexs.master.users.dao.UsersBean)container.preInvoke(this, 10, _EJS_s);			_EJS_result = _EJS_beanRef.getRole_id();		}		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;	}	/**	 * getTelephone	 */	public java.lang.String getTelephone() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.lang.String _EJS_result = null;		try {			com.leeman.wkexs.master.users.dao.UsersBean _EJS_beanRef = (com.leeman.wkexs.master.users.dao.UsersBean)container.preInvoke(this, 11, _EJS_s);			_EJS_result = _EJS_beanRef.getTelephone();		}		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, 11, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return _EJS_result;	}	/**	 * getCreate_dttm	 */	public java.util.Date getCreate_dttm() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.util.Date _EJS_result = null;		try {			com.leeman.wkexs.master.users.dao.UsersBean _EJS_beanRef = (com.leeman.wkexs.master.users.dao.UsersBean)container.preInvoke(this, 12, _EJS_s);			_EJS_result = _EJS_beanRef.getCreate_dttm();		}		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, 12, _EJS_s);			} finally {				container.putEJSDeployedSupport(_EJS_s);			}		}		return _EJS_result;	}	/**	 * getLast_modify_dttm	 */	public java.util.Date getLast_modify_dttm() throws java.rmi.RemoteException {		EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);		java.util.Date _EJS_result = null;		try {			com.leeman.wkexs.master.users.dao.UsersBean _EJS_beanRef = (com.leeman.wkexs.master.users.dao.UsersBean)container.preInvoke(this, 13, _EJS_s);			_EJS_result = _EJS_beanRef.getLast_modify_dttm();		}		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, 13, _EJS_s);			} finally {

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?