details.java
来自「基于strurs架构+servlet+jsp+javabean架构科研管理系统」· Java 代码 · 共 56 行
JAVA
56 行
/* * 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 + =
减小字号Ctrl + -
显示快捷键?