regs.java

来自「基于strurs架构+servlet+jsp+javabean架构科研管理系统」· Java 代码 · 共 61 行

JAVA
61
字号
/* * Generated by XDoclet - Do not edit! */package cn.edu.zucc.research.ejb.session.reg;import java.util.List;import cn.edu.zucc.research.model.AdminLogin;import cn.edu.zucc.research.model.ResearchDetail;import cn.edu.zucc.research.model.ResearchReg;/** * Remote interface for RegS. *  * @generated * @lomboz generated */public interface RegS extends javax.ejb.EJBObject {    public cn.edu.zucc.research.ejb.bmp.reg.RegHome getRegHome()            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.cmp.cate.CateHome getCateHome()            throws javax.naming.NamingException, java.rmi.RemoteException;    public javax.naming.InitialContext getContext()            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 ResearchDetail addResearchDetail(ResearchReg reg, String name)            throws java.rmi.RemoteException;    public List teaSearchResult(ResearchReg reg, String id, String content)            throws java.rmi.RemoteException;    public List listNotChecked() throws java.rmi.RemoteException;    public List listChecked() throws java.rmi.RemoteException;    public ResearchReg modifyReg(Integer id) throws java.rmi.RemoteException;    public void modifyresultReg(ResearchReg reg, AdminLogin user)            throws java.rmi.RemoteException;    public List statisticalresult(String timeone, String timetwo)            throws java.rmi.RemoteException;}

⌨️ 快捷键说明

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