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

📄 tbhoteluser_ce8gfk_localhomeimpl.java

📁 用j2ee开发的一个旅店管理系统
💻 JAVA
字号:
/**
* This code was automatically generated at 1:33:20 on 2006-9-2
* by weblogic.ejb20.ejbc.Ejb2Rmi -- do not edit.
*
* @version WebLogic Server 8.1  Thu Mar 20 23:06:05 PST 2003 246620 
* @author Copyright (c) 2006 by BEA Systems, Inc. All Rights Reserved.
*/

package com.xc.hotelmanager.user.control.entity;
import weblogic.ejb20.interfaces.WLEnterpriseBean;
public final class TbHoteluser_ce8gfk_LocalHomeImpl
extends    weblogic.ejb20.internal.EntityEJBLocalHome
implements com.xc.hotelmanager.user.control.entity.TbHoteluserHome, weblogic.utils.PlatformConstants 

, weblogic.ejb.QueryLocalHome
{
  public weblogic.ejb20.internal.MethodDescriptor md_eo_getPwd;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_getHoteluser;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_setHoteluser_com_xc_hotelmanager_user_model_Hoteluser;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_getUsertype;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_setPwd_S;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_setUsertype_S;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_getUserid;
  
  
  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 = TbHoteluser_ce8gfk_Intf.class.getMethod(
      "ejbCreate", new Class [] {java.lang.String.class});
      
      if (true) {
        mth_postejbCreate_S = TbHoteluser_ce8gfk_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 TbHoteluser_ce8gfk_LocalHomeImpl() {
    super(TbHoteluser_ce8gfk_ELOImpl.class
    , java.lang.String.class);
  }
  
  
  public com.xc.hotelmanager.user.control.entity.TbHoteluser create (java.lang.String arg0)
  throws javax.ejb.CreateException
  {
    try {
      return (com.xc.hotelmanager.user.control.entity.TbHoteluser) 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.xc.hotelmanager.user.control.entity.TbHoteluser findByPrimaryKey(java.lang.String arg0)
  throws javax.ejb.FinderException
  {
    try {
      return (com.xc.hotelmanager.user.control.entity.TbHoteluser)
      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 + -