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

📄 reviewlocalhome.java

📁 《Java网络程序设计.rar》包括三个网络程序的源代码。
💻 JAVA
字号:
package org.impact.stars.perspectivemd.review.ejb;

import javax.ejb.*;
//
import java.util.Collection;
import java.util.HashMap;
import java.sql.Date;
/**
 * 
 * @author cai
 * Created Aug 28, 2001 10:49:20 PM
 * Code generated by the Forte for Java EJB Module
 */

public interface ReviewLocalHome extends EJBLocalHome {
    /**
     */
    ReviewLocal create(String reviewID, String perspectiveID,
                            String conceptID, String reviewerID, Date rtime,  String cr,
                            HashMap rpurpose, HashMap rcontext, HashMap rcontent, String overall) throws CreateException;
    public ReviewLocal findByPrimaryKey(String ReviewID) throws FinderException;
    
    public Collection findByReviewerID (String sID) throws FinderException; 
    public Collection findByConceptID (String cID) throws FinderException;
    public Collection findByReviewtime (Date rtime) throws FinderException;
    public Collection findByPerspectiveID (String pjt) throws FinderException;     
    public Collection findByConflictRatio (String cr) throws FinderException;
    public Collection findAll(String all) throws FinderException;
}

⌨️ 快捷键说明

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