📄 conceptlocalhome.java
字号:
package org.impact.stars.conceptmd.concept.ejb;
import javax.ejb.*;
//
import java.util.Collection;
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 ConceptLocalHome extends EJBLocalHome {
/**
*/
ConceptLocal create(String cstrID, String conceptID, String name, String parentID, String type, String pstakeholder, String shared, Date ptime, String definition, String description) throws CreateException;
public ConceptLocal findByPrimaryKey(String conceptID) throws FinderException;
public Collection findByName(String name) throws FinderException;
public Collection findByType(String type) throws FinderException;
public Collection findChildren (String pid) throws FinderException;
//public Collection findByDescription(String description) throws FinderException;
public Collection findByShared(String shared) throws FinderException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -