📄 account_6870og_localhomeimpl.java
字号:
/**
* This code was automatically generated at 11:19:19 on 2007-11-27
* by weblogic.ejb20.ejbc.Ejb2Rmi -- do not edit.
*
* @version WebLogic Server 8.1 SP4 Sat Jan 8 02:45:14 PST 2005 485534
* @author Copyright (c) 2007 by BEA Systems, Inc. All Rights Reserved.
*/
package com.aptech.accp.bank.ejb.entity;
import weblogic.ejb20.interfaces.WLEnterpriseBean;
public final class Account_6870og_LocalHomeImpl
extends weblogic.ejb20.internal.EntityEJBLocalHome
implements com.aptech.accp.bank.ejb.entity.AccountHome, weblogic.utils.PlatformConstants
, weblogic.ejb.QueryLocalHome
{
public weblogic.ejb20.internal.MethodDescriptor md_eo_getPassword;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getIdentitycard;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setOpendate_java_sql_Date;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getOpenbank;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setBalance_java_math_BigDecimal;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setPassword_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getId;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setOpenbank_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setStatus_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getName;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getStatus;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setIdentitycard_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getBalance;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getOpendate;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setName_S;
public weblogic.ejb20.internal.MethodDescriptor md_ejbCreate_S;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFindByPrimaryKey_S;
private static java.lang.reflect.Method mth_ejbCreate_S;
private static java.lang.reflect.Method mth_postejbCreate_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_remove;
public weblogic.ejb20.internal.MethodDescriptor md_ejbRemove_O;
static {
try {
mth_ejbCreate_S = Account_6870og_Intf.class.getMethod(
"ejbCreate", new Class [] {java.lang.String.class});
if (true) {
mth_postejbCreate_S = Account_6870og_Intf.class.getMethod(
"ejbPostCreate", new Class [] {java.lang.String.class});
}
} catch (Exception e) {
throw new AssertionError("Unable to find expected "+
"methods. Please check your classpath for stale versions of "+
"your ejb classes and re-run weblogic.ejbc");
}
}
public Account_6870og_LocalHomeImpl() {
super(Account_6870og_ELOImpl.class
, java.lang.String.class);
}
public com.aptech.accp.bank.ejb.entity.Account create (java.lang.String arg0)
throws javax.ejb.CreateException
{
try {
return (com.aptech.accp.bank.ejb.entity.Account) super.create(md_ejbCreate_S,
mth_ejbCreate_S, mth_postejbCreate_S,
new Object [] { arg0});
} catch (java.lang.Exception e) {
if (e instanceof javax.ejb.EJBException) {
throw (javax.ejb.EJBException)e;
}
else if (e instanceof javax.ejb.CreateException) {
throw (javax.ejb.CreateException) e;
}
else {
throw new javax.ejb.CreateException ("Error while creating bean: " +
e.toString());
}
}
}
public com.aptech.accp.bank.ejb.entity.Account findByPrimaryKey(java.lang.String arg0)
throws javax.ejb.FinderException
{
try {
return (com.aptech.accp.bank.ejb.entity.Account)
super.findByPrimaryKey(md_ejbFindByPrimaryKey_S, arg0 );
} catch (java.lang.Exception e) {
if (e instanceof javax.ejb.EJBException) {
throw (javax.ejb.EJBException)e;
}
else if (e instanceof javax.ejb.FinderException) {
throw (javax.ejb.FinderException) e;
}
else {
throw new javax.ejb.FinderException ("Error while finding bean: " +
e.toString());
}
}
}
public void remove(java.lang.Object pk)
throws javax.ejb.RemoveException
{
super.remove(md_ejbRemove_O, pk);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -