📄 prod_pb_infoent_pg7tww_homeimpl.java
字号:
/**
* This code was automatically generated at 20:20:00 on 2005-6-1
* by weblogic.ejb20.ejbc.Ejb2Rmi -- do not edit.
*
* @version WebLogic Server 8.1 Fri Dec 5 15:01:51 PST 2003 316284
* @author Copyright (c) 2005 by BEA Systems, Inc. All Rights Reserved.
*/
package product;
import weblogic.ejb20.interfaces.WLEnterpriseBean;
public final class prod_pb_infoEnt_pg7tww_HomeImpl
extends weblogic.ejb20.internal.EntityEJBHome
implements product.prod_pb_infoEntRemoteHome, weblogic.utils.PlatformConstants
, weblogic.ejb.QueryHome
{
public weblogic.ejb20.internal.MethodDescriptor md_eo_getP_amount;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setP_state_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setP_id_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getP_state;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getP_depositary;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getP_tax;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getP_id;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setP_maxlow_i;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setP_bprice_f;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getP_bprice;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setP_amount_i;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getP_sprice;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setP_depositary_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setP_sprice_f;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getP_maxlow;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setP_tax_f;
public weblogic.ejb20.internal.MethodDescriptor md_ejbCreate_SfiiffSS;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFindByPrimaryKey_product_prod_pb_infoEntPK;
private static java.lang.reflect.Method mth_ejbCreate_SfiiffSS;
private static java.lang.reflect.Method mth_postejbCreate_SfiiffSS;
public weblogic.ejb20.internal.MethodDescriptor md_eo_remove;
public weblogic.ejb20.internal.MethodDescriptor md_ejbRemove_javax_ejb_Handle;
public weblogic.ejb20.internal.MethodDescriptor md_ejbRemove_O;
static {
try {
mth_ejbCreate_SfiiffSS = prod_pb_infoEnt_pg7tww_Intf.class.getMethod(
"ejbCreate", new Class [] {java.lang.String.class, float.class, int.class, int.class, float.class, float.class, java.lang.String.class, java.lang.String.class});
if (true) {
mth_postejbCreate_SfiiffSS = prod_pb_infoEnt_pg7tww_Intf.class.getMethod(
"ejbPostCreate", new Class [] {java.lang.String.class, float.class, int.class, int.class, float.class, float.class, java.lang.String.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 prod_pb_infoEnt_pg7tww_HomeImpl() {
super(prod_pb_infoEnt_pg7tww_EOImpl.class
, product.prod_pb_infoEntPK.class);
}
public product.prod_pb_infoEntRemote create (java.lang.String arg0,float arg1,int arg2,int arg3,float arg4,float arg5,java.lang.String arg6,java.lang.String arg7)
throws javax.ejb.CreateException, java.rmi.RemoteException
{
try {
return (product.prod_pb_infoEntRemote) super.create(md_ejbCreate_SfiiffSS,
mth_ejbCreate_SfiiffSS, mth_postejbCreate_SfiiffSS,
new Object [] { arg0,new Float( arg1),new Integer( arg2),new Integer( arg3),new Float( arg4),new Float( arg5), arg6, arg7});
} catch (java.lang.Exception e) {
if (e instanceof java.rmi.RemoteException) {
throw (java.rmi.RemoteException)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 product.prod_pb_infoEntRemote findByPrimaryKey(product.prod_pb_infoEntPK arg0)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (product.prod_pb_infoEntRemote)
super.findByPrimaryKey(md_ejbFindByPrimaryKey_product_prod_pb_infoEntPK, arg0 );
} catch (java.lang.Exception e) {
if (e instanceof java.rmi.RemoteException) {
throw (java.rmi.RemoteException)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 java.rmi.RemoteException, javax.ejb.RemoveException
{
super.remove(md_ejbRemove_O, pk);
}
public void remove(javax.ejb.Handle h)
throws java.rmi.RemoteException, javax.ejb.RemoveException
{
super.remove(md_ejbRemove_javax_ejb_Handle, h);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -