📄 bookcontroller_28rd2e_intf.java
字号:
/**
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -