⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userlogbean_p3hc9l_localhomeimpl.java

📁 EJB做的工业进销存系统 EJB做的工业进销存系统
💻 JAVA
字号:
/**
* This code was automatically generated at 16:01:49 on 2005-5-24
* by weblogic.ejb20.ejbc.Ejb2Rmi -- do not edit.
*
* @version WebLogic Server 7.0 SP6  Mon Feb 28 03:10:50 PST 2005 510461 
* @author Copyright (c) 2005 by BEA Systems, Inc. All Rights Reserved.
*/

package stockmanagementpro;
import weblogic.ejb20.interfaces.WLEnterpriseBean;
public final class UserLogBean_p3hc9l_LocalHomeImpl
extends    weblogic.ejb20.internal.EntityEJBLocalHome
implements stockmanagementpro.UserLogHome, weblogic.utils.PlatformConstants 

, weblogic.ejb.QueryLocalHome
{
  public weblogic.ejb20.internal.MethodDescriptor md_eo_setOperationDate_java_sql_Timestamp;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_getId;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_setOperationContent_S;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_getOperationContent;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_getUserName;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_setUserName_S;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_getOperationDate;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_getProgramName;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_setProgramName_S;
  
  
  public weblogic.ejb20.internal.MethodDescriptor md_ejbCreate_ISSSjava_sql_Timestamp;
  
  
  public weblogic.ejb20.internal.MethodDescriptor md_ejbFindByPrimaryKey_I;
  public weblogic.ejb20.internal.MethodDescriptor md_ejbFindByUserName_S;
  public weblogic.ejb20.internal.MethodDescriptor md_ejbFindAll;
  public weblogic.ejb20.internal.MethodDescriptor md_ejbFindByProgramName_S;
  public weblogic.ejb20.internal.MethodDescriptor md_ejbFindByOperationContent_S;
  public weblogic.ejb20.internal.MethodDescriptor md_ejbFindByOperationDate_java_sql_Timestampjava_sql_Timestamp;
  
  
  private static java.lang.reflect.Method mth_ejbCreate_ISSSjava_sql_Timestamp;
  private static java.lang.reflect.Method mth_postejbCreate_ISSSjava_sql_Timestamp;
  
  
  
  
  public weblogic.ejb20.internal.MethodDescriptor md_eo_remove;
  
  public weblogic.ejb20.internal.MethodDescriptor md_ejbRemove_O;
  
  static {
    
    try {
      
      
      mth_ejbCreate_ISSSjava_sql_Timestamp = UserLogBean.class.getMethod(
      "ejbCreate", new Class [] {java.lang.Integer.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.sql.Timestamp.class});
      
      if (true) {
        mth_postejbCreate_ISSSjava_sql_Timestamp = UserLogBean.class.getMethod(
        "ejbPostCreate", new Class [] {java.lang.Integer.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.sql.Timestamp.class}); 
      }
      
      
      
      
      
    } catch (Exception e) {
      throw new weblogic.utils.AssertionError("Unable to find expected "+
      "methods.  Please check your classpath for stale versions of "+
      "your ejb classes and re-run weblogic.ejbc");
    }
  }
  
  
  public UserLogBean_p3hc9l_LocalHomeImpl() {
    super(UserLogBean_p3hc9l_ELOImpl.class
    , java.lang.Integer.class);
  }
  
  
  public stockmanagementpro.UserLog create (java.lang.Integer arg0,java.lang.String arg1,java.lang.String arg2,java.lang.String arg3,java.sql.Timestamp arg4)
  throws javax.ejb.CreateException
  {
    try {
      return (stockmanagementpro.UserLog) super.create(md_ejbCreate_ISSSjava_sql_Timestamp,
      mth_ejbCreate_ISSSjava_sql_Timestamp, mth_postejbCreate_ISSSjava_sql_Timestamp, 
      new Object [] {  arg0, arg1, arg2, arg3, arg4});
      
    } 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 stockmanagementpro.UserLog findByPrimaryKey(java.lang.Integer arg0)
  throws javax.ejb.FinderException
  {
    try {
      return (stockmanagementpro.UserLog)
      super.findByPrimaryKey(md_ejbFindByPrimaryKey_I,  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 java.util.Collection findByUserName(java.lang.String arg0)
  throws javax.ejb.FinderException
  {
    try {
      return (java.util.Collection)
      super.finder(md_ejbFindByUserName_S, new Object [] {  arg0} , weblogic.ejb20.internal.EntityEJBHome.COLL_FINDER);
    } 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 java.util.Collection findAll()
  throws javax.ejb.FinderException
  {
    try {
      return (java.util.Collection)
      super.finder(md_ejbFindAll, new Object [] { } , weblogic.ejb20.internal.EntityEJBHome.COLL_FINDER);
    } 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 java.util.Collection findByProgramName(java.lang.String arg0)
  throws javax.ejb.FinderException
  {
    try {
      return (java.util.Collection)
      super.finder(md_ejbFindByProgramName_S, new Object [] {  arg0} , weblogic.ejb20.internal.EntityEJBHome.COLL_FINDER);
    } 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 java.util.Collection findByOperationContent(java.lang.String arg0)
  throws javax.ejb.FinderException
  {
    try {
      return (java.util.Collection)
      super.finder(md_ejbFindByOperationContent_S, new Object [] {  arg0} , weblogic.ejb20.internal.EntityEJBHome.COLL_FINDER);
    } 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 java.util.Collection findByOperationDate(java.sql.Timestamp arg0,java.sql.Timestamp arg1)
  throws javax.ejb.FinderException
  {
    try {
      return (java.util.Collection)
      super.finder(md_ejbFindByOperationDate_java_sql_Timestampjava_sql_Timestamp, new Object [] {  arg0, arg1} , weblogic.ejb20.internal.EntityEJBHome.COLL_FINDER);
    } 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 + -