📄 regs.java
字号:
/* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -