📄 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 + -