prod_view_searchremotehome.java~25~

来自「这也是师兄的毕业设计,具体的功能我也不清楚,因为我才大一,请见谅!!!!!!!不」· JAVA~25~ 代码 · 共 15 行

JAVA~25~
15
字号
package product;import javax.ejb.*;import java.util.*;import java.rmi.*;import java.awt.*;public interface prod_view_searchRemoteHome extends javax.ejb.EJBHome {  public prod_view_searchRemote create(String id, String tid, String name, String spec, String model, String unit, String remark, float tax, int amount, int maxlow, float bprice, String sprice, String state, String depositary, Image image) throws CreateException, RemoteException;  public Collection find_name(String type, String content) throws FinderException, RemoteException;  public Collection find_spec(String type, String content) throws FinderException, RemoteException;  public Collection find_id(String type, String id) throws FinderException, RemoteException;  public Collection find_model(String type, String content) throws FinderException, RemoteException;  public prod_view_searchRemote findByPrimaryKey(prod_view_searchPK pk) throws FinderException, RemoteException;}

⌨️ 快捷键说明

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