📄 productbasicinfoent_d8yiog_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 productBasicInfoEnt_d8yiog_HomeImpl
extends weblogic.ejb20.internal.EntityEJBHome
implements product.productBasicInfoEntRemoteHome, weblogic.utils.PlatformConstants
, weblogic.ejb.QueryHome
{
public weblogic.ejb20.internal.MethodDescriptor md_eo_setP_remark_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setP_model_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setP_id_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getP_model;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getP_type_id;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getP_name;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getP_id;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setP_image_java_awt_Image;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getP_remark;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getP_spec;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getP_image;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setP_name_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setP_unit_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getP_unit;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setP_spec_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setP_type_id_S;
public weblogic.ejb20.internal.MethodDescriptor md_ejbCreate_SSSSSSjava_awt_ImageS;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFindByPrimaryKey_product_productBasicInfoEntPK;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFind_basic_mpk;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFind_id_SS;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFind_spec_SS;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFind_model_SS;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFindByName_S;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFind_pname_SS;
private static java.lang.reflect.Method mth_ejbCreate_SSSSSSjava_awt_ImageS;
private static java.lang.reflect.Method mth_postejbCreate_SSSSSSjava_awt_ImageS;
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_SSSSSSjava_awt_ImageS = productBasicInfoEnt_d8yiog_Intf.class.getMethod(
"ejbCreate", new Class [] {java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.awt.Image.class, java.lang.String.class});
if (true) {
mth_postejbCreate_SSSSSSjava_awt_ImageS = productBasicInfoEnt_d8yiog_Intf.class.getMethod(
"ejbPostCreate", new Class [] {java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.awt.Image.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 productBasicInfoEnt_d8yiog_HomeImpl() {
super(productBasicInfoEnt_d8yiog_EOImpl.class
, product.productBasicInfoEntPK.class);
}
public product.productBasicInfoEntRemote create (java.lang.String arg0,java.lang.String arg1,java.lang.String arg2,java.lang.String arg3,java.lang.String arg4,java.lang.String arg5,java.awt.Image arg6,java.lang.String arg7)
throws javax.ejb.CreateException, java.rmi.RemoteException
{
try {
return (product.productBasicInfoEntRemote) super.create(md_ejbCreate_SSSSSSjava_awt_ImageS,
mth_ejbCreate_SSSSSSjava_awt_ImageS, mth_postejbCreate_SSSSSSjava_awt_ImageS,
new Object [] { arg0, arg1, arg2, arg3, arg4, 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.productBasicInfoEntRemote findByPrimaryKey(product.productBasicInfoEntPK arg0)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (product.productBasicInfoEntRemote)
super.findByPrimaryKey(md_ejbFindByPrimaryKey_product_productBasicInfoEntPK, 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 product.productBasicInfoEntRemote find_basic_mpk()
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (product.productBasicInfoEntRemote)
super.finder(md_ejbFind_basic_mpk, new Object [] { } , weblogic.ejb20.internal.EntityEJBHome.SCALAR_FINDER);
} 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 java.util.Collection find_id(java.lang.String arg0,java.lang.String arg1)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (java.util.Collection)
super.finder(md_ejbFind_id_SS, new Object [] { arg0, arg1} , weblogic.ejb20.internal.EntityEJBHome.COLL_FINDER);
} 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 java.util.Collection find_spec(java.lang.String arg0,java.lang.String arg1)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (java.util.Collection)
super.finder(md_ejbFind_spec_SS, new Object [] { arg0, arg1} , weblogic.ejb20.internal.EntityEJBHome.COLL_FINDER);
} 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 java.util.Collection find_model(java.lang.String arg0,java.lang.String arg1)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (java.util.Collection)
super.finder(md_ejbFind_model_SS, new Object [] { arg0, arg1} , weblogic.ejb20.internal.EntityEJBHome.COLL_FINDER);
} 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 java.util.Collection findByName(java.lang.String arg0)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (java.util.Collection)
super.finder(md_ejbFindByName_S, new Object [] { arg0} , weblogic.ejb20.internal.EntityEJBHome.COLL_FINDER);
} 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 java.util.Collection find_pname(java.lang.String arg0,java.lang.String arg1)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (java.util.Collection)
super.finder(md_ejbFind_pname_SS, new Object [] { arg0, arg1} , weblogic.ejb20.internal.EntityEJBHome.COLL_FINDER);
} 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 + -