📄 productsec.java~52~
字号:
package product;import javax.ejb.*;import java.util.*;import java.rmi.*;import java.awt.Image;public interface productSec extends javax.ejb.EJBObject { public String find_prod_basic_pk(String p_id) throws RemoteException; public void in_Prod_basic(String p_id, String p_type_id, String p_name, String p_spec, String p_model, String p_unit, Image p_image, String p_remark) throws RemoteException; public String find_prod_basic_maxpk() throws RemoteException; public boolean mod_type_pk(String pk, String name, String remark) throws RemoteException; public boolean del_type_pk(String pk) throws RemoteException; public String find_type_maxpk() throws RemoteException; public String find_type_pk(String name) throws RemoteException; public java.util.Collection find_type_name(String name) throws RemoteException; public java.util.Collection find_prod_basic_name(String name) throws RemoteException; public LinkedList find_type_search(int type, String content) throws RemoteException; public LinkedList find_prod_search(int operation, String type, String content) throws RemoteException; public boolean del_prod_pk(String pk) throws RemoteException; public boolean mod_prod_pk(String p_id, String p_type_id, String p_name, String p_spec, String p_model, String p_unit, Image p_image, String p_remark) throws RemoteException; public boolean in_prod_pb(String p_id, float p_tax, int p_amount, int p_maxlow, float p_bprice, float p_sprice, String p_state, String p_depositary) throws RemoteException; public boolean mod_prod_pb(String pid, float tax, int amount, int maxlow, float bprice, float sprice, String state, String depositary) throws RemoteException; public boolean del_prod_pb(String pid) throws RemoteException; public java.util.Collection find_prod_pb_search(String type, String condition, String content) throws RemoteException; public void in_prod_in_stock(String pid, int serno, int num, float buyprice, String buydate, String batchno, String validity, String area, String state) throws RemoteException; public void mod_prod_in_stock(String pid, int serno, int num, float buyprice, String buydate, String batchno, String validity, String area, String state) throws RemoteException; public void del_prod_in_stock(String pid, int serno) throws RemoteException; public void find_prod_in_stock(String type, String condition, String content) throws RemoteException; public String find_prod_in_stock_maxpk() throws RemoteException; public LinkedList find_alltype() throws RemoteException; public void in_type(String type_id, String name, String remark) throws RemoteException;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -