?? details.java
字號:
/* * Generated by XDoclet - Do not edit! */package cn.edu.zucc.research.ejb.session.detail;import java.util.List;import cn.edu.zucc.research.model.ResearchDetail;/** * Remote interface for DetailS. * @generated * @lomboz generated */public interface DetailS extends javax.ejb.EJBObject{ public javax.naming.InitialContext getContext( ) throws javax.naming.NamingException, java.rmi.RemoteException; public cn.edu.zucc.research.ejb.cmp.detail.DetailHome getDetailHome( ) throws javax.naming.NamingException, java.rmi.RemoteException; public cn.edu.zucc.research.ejb.bmp.reg.RegHome getRegHome( ) throws javax.naming.NamingException, java.rmi.RemoteException; public cn.edu.zucc.research.ejb.cmp.cate.CateHome getCateHome( ) throws javax.naming.NamingException, java.rmi.RemoteException; public cn.edu.zucc.research.ejb.cmp.teacher.TeacherHome getTeaHome( ) throws javax.naming.NamingException, java.rmi.RemoteException; public cn.edu.zucc.research.model.ResearchReg regToBean( cn.edu.zucc.research.ejb.bmp.reg.Reg r ) throws java.rmi.RemoteException; public cn.edu.zucc.research.model.ResearchDetail detailToBean( cn.edu.zucc.research.ejb.cmp.detail.Detail r ) throws java.rmi.RemoteException; public List teaResearchList() throws java.rmi.RemoteException; public void addResDetResult(ResearchDetail regDetail, String money) throws java.rmi.RemoteException; public ResearchDetail detailList(String num) throws java.rmi.RemoteException; public ResearchDetail listOne(String num) throws java.rmi.RemoteException; public List updateSpeed(String num) throws java.rmi.RemoteException; public void updateSeResult(String isEnd, String num, String speed) throws java.rmi.RemoteException;}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -