📄 ejslocalcmpobject_tokenhome_3a23ec87.java
字号:
package com.leeman.common.dao;import com.ibm.ejs.container.*;import java.rmi.RemoteException;/** * EJSLocalCMPObject_TokenHome_3a23ec87 */public class EJSLocalCMPObject_TokenHome_3a23ec87 extends EJSLocalWrapper implements com.leeman.common.dao.Object_TokenLocalHome, com.leeman.common.dao.websphere_deploy.Object_TokenBeanInternalLocalHome_3a23ec87 { /** * EJSLocalCMPObject_TokenHome_3a23ec87 */ public EJSLocalCMPObject_TokenHome_3a23ec87() { super(); } /** * create */ public com.leeman.common.dao.Object_TokenLocal create(java.lang.String company_id, java.lang.String record_key, java.lang.String table_name) throws javax.ejb.CreateException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); com.leeman.common.dao.Object_TokenLocal _EJS_result = null; try { com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87 _EJS_beanRef = (com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87)container.preInvoke(this, 0, _EJS_s); _EJS_result = _EJS_beanRef.create_Local(company_id, record_key, table_name); } catch (javax.ejb.CreateException ex) { _EJS_s.setCheckedException(ex); throw ex; } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedLocalException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedLocalException(ex); } finally { try { container.postInvoke(this, 0, _EJS_s); } catch ( RemoteException ex ) { _EJS_s.setUncheckedLocalException(ex); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * findByPrimaryKey */ public com.leeman.common.dao.Object_TokenLocal findByPrimaryKey(com.leeman.common.dao.Object_TokenKey primaryKey) throws javax.ejb.FinderException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); com.leeman.common.dao.Object_TokenLocal _EJS_result = null; try { com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87 _EJS_beanRef = (com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87)container.preInvoke(this, 1, _EJS_s); _EJS_result = _EJS_beanRef.findByPrimaryKey_Local(primaryKey); } catch (javax.ejb.FinderException ex) { _EJS_s.setCheckedException(ex); throw ex; } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedLocalException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedLocalException(ex); } finally { try { container.postInvoke(this, 1, _EJS_s); } catch ( RemoteException ex ) { _EJS_s.setUncheckedLocalException(ex); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * remove */ public void remove(java.lang.Object arg0) throws javax.ejb.RemoveException, javax.ejb.EJBException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87 _EJS_beanRef = (com.leeman.common.dao.EJSCMPObject_TokenHomeBean_3a23ec87)container.preInvoke(this, 2, _EJS_s); _EJS_beanRef.remove(arg0); } catch (javax.ejb.RemoveException ex) { _EJS_s.setCheckedException(ex); throw ex; } catch (javax.ejb.EJBException ex) { _EJS_s.setUncheckedLocalException(ex); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedLocalException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedLocalException(ex); } finally { try { container.postInvoke(this, 2, _EJS_s); } catch ( RemoteException ex ) { _EJS_s.setUncheckedLocalException(ex); } finally { container.putEJSDeployedSupport(_EJS_s); } } return ; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -