📄 prod_in_stock_jrccw_homeimpl.java
字号:
/**
* This code was automatically generated at 20:19:59 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_in_stock_jrccw_HomeImpl
extends weblogic.ejb20.internal.EntityEJBHome
implements product.prod_in_stockRemoteHome, weblogic.utils.PlatformConstants
, weblogic.ejb.QueryHome
{
public weblogic.ejb20.internal.MethodDescriptor md_eo_setState_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getPid;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getBatchno;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setValidity_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setBuyprice_f;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setBatchno_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getBuydate;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setArea_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getArea;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setPid_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getValidity;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setNum_i;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getSerno;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setBuydate_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getState;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setSerno_i;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getNum;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getBuyprice;
public weblogic.ejb20.internal.MethodDescriptor md_ejbCreate_SiifSSSSS;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFindByPrimaryKey_product_prod_in_stockPK;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFind_small_id_S;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFind_equal_id_S;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFind_big_id_S;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFind_small_bdate_java_util_Date;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFind_equal_bdate_java_util_Date;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFind_big_bdate_java_util_Date;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFind_small_vdate_java_util_Date;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFind_equal_vdate_java_util_Date;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFind_big_vdate_java_util_Date;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFind_max_serno_S;
private static java.lang.reflect.Method mth_ejbCreate_SiifSSSSS;
private static java.lang.reflect.Method mth_postejbCreate_SiifSSSSS;
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_SiifSSSSS = prod_in_stock_jrccw_Intf.class.getMethod(
"ejbCreate", new Class [] {java.lang.String.class, int.class, int.class, float.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class});
if (true) {
mth_postejbCreate_SiifSSSSS = prod_in_stock_jrccw_Intf.class.getMethod(
"ejbPostCreate", new Class [] {java.lang.String.class, int.class, int.class, float.class, java.lang.String.class, java.lang.String.class, java.lang.String.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_in_stock_jrccw_HomeImpl() {
super(prod_in_stock_jrccw_EOImpl.class
, product.prod_in_stockPK.class);
}
public product.prod_in_stockRemote create (java.lang.String arg0,int arg1,int arg2,float arg3,java.lang.String arg4,java.lang.String arg5,java.lang.String arg6,java.lang.String arg7,java.lang.String arg8)
throws javax.ejb.CreateException, java.rmi.RemoteException
{
try {
return (product.prod_in_stockRemote) super.create(md_ejbCreate_SiifSSSSS,
mth_ejbCreate_SiifSSSSS, mth_postejbCreate_SiifSSSSS,
new Object [] { arg0,new Integer( arg1),new Integer( arg2),new Float( arg3), arg4, arg5, arg6, arg7, arg8});
} 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_in_stockRemote findByPrimaryKey(product.prod_in_stockPK arg0)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (product.prod_in_stockRemote)
super.findByPrimaryKey(md_ejbFindByPrimaryKey_product_prod_in_stockPK, 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 java.util.Collection find_small_id(java.lang.String arg0)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (java.util.Collection)
super.finder(md_ejbFind_small_id_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_equal_id(java.lang.String arg0)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (java.util.Collection)
super.finder(md_ejbFind_equal_id_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_big_id(java.lang.String arg0)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (java.util.Collection)
super.finder(md_ejbFind_big_id_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_small_bdate(java.util.Date arg0)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (java.util.Collection)
super.finder(md_ejbFind_small_bdate_java_util_Date, 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_equal_bdate(java.util.Date arg0)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (java.util.Collection)
super.finder(md_ejbFind_equal_bdate_java_util_Date, 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_big_bdate(java.util.Date arg0)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (java.util.Collection)
super.finder(md_ejbFind_big_bdate_java_util_Date, 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_small_vdate(java.util.Date arg0)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (java.util.Collection)
super.finder(md_ejbFind_small_vdate_java_util_Date, 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_equal_vdate(java.util.Date arg0)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (java.util.Collection)
super.finder(md_ejbFind_equal_vdate_java_util_Date, 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_big_vdate(java.util.Date arg0)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (java.util.Collection)
super.finder(md_ejbFind_big_vdate_java_util_Date, 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 product.prod_in_stockRemote find_max_serno(java.lang.String arg0)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (product.prod_in_stockRemote)
super.finder(md_ejbFind_max_serno_S, new Object [] { arg0} , 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 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 + -