⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sb_hotelmanager.java~60~

📁 用j2ee开发的一个旅店管理系统
💻 JAVA~60~
字号:
package com.xc.hotelmanager.hotel.control.session;import javax.ejb.*;import java.util.*;import java.rmi.*;import com.xc.hotelmanager.hotel.exception.*;import com.xc.hotelmanager.hotel.model.*;public interface SB_hotelmanager extends javax.ejb.EJBObject {  public int FindEmptyRoom(String type) throws HotelManagerException, RemoteException;  public String  ResRoom(Reservation res, int num, String type) throws HotelManagerException, RemoteException;  public Collection getAllRoom() throws HotelManagerException, RemoteException;  public String getRoomtype(String id) throws HotelManagerException, RemoteException;  public void CancleRes(String id) throws HotelManagerException, RemoteException;  public Collection getAllRoomType() throws HotelManagerException, RemoteException;  public Collection SearchRes(String str) throws HotelManagerException, RemoteException;  public Collection getAllRes() throws HotelManagerException, RemoteException;  public int getRoomprice(String id) throws HotelManagerException, RemoteException;  public RoomType addRmtype(RoomType roomtype) throws HotelManagerException, RemoteException;  public void removeRoomType(String rtypeid) throws HotelManagerException, RemoteException;  public RoomType saveRoomType(RoomType roomtype) throws HotelManagerException, RemoteException;  public Collection  getRoomByType(String type) throws HotelManagerException, RemoteException;   public RoomType loadRoomType(String rtypeid) throws HotelManagerException, RemoteException;  public void CancleResByDate(String time) throws HotelManagerException, RemoteException;  public Collection  getRoomByType1(String type) throws HotelManagerException, RemoteException;  public int getRoompriceById(String roomid) throws HotelManagerException,RemoteException;}

⌨️ 快捷键说明

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