bookcontroller_28rd2e_intf.java

来自「一个java」· Java 代码 · 共 54 行

JAVA
54
字号
/**
* This code was automatically generated at 11:45:53 on 2004-4-25
* by weblogic.ejb20.ejbc.Ejb2Rmi -- do not edit.
*
* @version WebLogic Server 8.1  Fri Jun 20 23:06:40 PDT 2003 271009 
* @author Copyright (c) 2004 by BEA Systems, Inc. All Rights Reserved.
*/

package bookstore.ejb;

import weblogic.ejb20.interfaces.WLEnterpriseBean;

public interface BookController_28rd2e_Intf 
extends WLEnterpriseBean
{
  
  public java.lang.String createBook(bookstore.util.BookDetails arg0)
  throws java.lang.Exception;
  public void ejbActivate();
  public void ejbCreate() throws javax.ejb.CreateException;
  public void ejbPassivate();
  public void ejbRemove();
  public java.util.ArrayList getBargainBooks()
  throws javax.ejb.ObjectNotFoundException;
  public bookstore.util.BookDetails getBookValue(java.lang.String arg0);
  public java.util.ArrayList getBooksByConditions(bookstore.util.BookDetails arg0)
  throws javax.ejb.ObjectNotFoundException;
  public java.util.ArrayList getBooksByName(java.lang.String arg0)
  throws javax.ejb.ObjectNotFoundException;
  public java.util.ArrayList getBooksBySort(java.lang.String arg0)
  throws javax.ejb.ObjectNotFoundException;
  public java.util.ArrayList getBooksInShort()
  throws javax.ejb.ObjectNotFoundException;
  public java.util.ArrayList getBooksNeeded()
  throws javax.ejb.ObjectNotFoundException;
  public java.util.ArrayList getHotBooks()
  throws javax.ejb.ObjectNotFoundException;
  public java.util.ArrayList getNewBooks()
  throws javax.ejb.ObjectNotFoundException;
  public java.util.ArrayList getRecommendedBooks()
  throws javax.ejb.ObjectNotFoundException;
  public java.util.ArrayList getTopTenPreMonth()
  throws javax.ejb.ObjectNotFoundException;
  public java.util.ArrayList getTopTenSaleNum()
  throws javax.ejb.ObjectNotFoundException;
  public void removeBook(java.lang.String arg0)
  throws javax.ejb.NoSuchEntityException;
  public void setSessionContext(javax.ejb.SessionContext arg0);
  public void updateBook(bookstore.util.BookDetails arg0)
  throws javax.ejb.NoSuchEntityException;
  
  
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?