📄 perspectivelocalhome.java
字号:
package org.impact.stars.perspectivemd.perspective.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 PerspectiveLocalHome extends EJBLocalHome {
/**
*/
PerspectiveLocal create(String perspectiveID, String name, String conceptID,
String stakeholderID, Date declaretime, String projectID,
HashMap purpose, HashMap context, HashMap content) throws CreateException;
public PerspectiveLocal findByPrimaryKey(String PerspectiveID) throws FinderException;
public Collection findByName(String name) throws FinderException;
public Collection findByStakeholderID (String sID) throws FinderException;
public Collection findByDeclaretime (Date dtime) throws FinderException;
public Collection findByProjectID (String pjt) throws FinderException;
public Collection findByConceptID (String cpt) throws FinderException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -