106107108109110111112113
rooms_id); } public RoomSearchResult getRooms(String SID, int start, int max, String orderby, boolean asc) throws AxisFault { return new RoomSearchResult(getBean(RoomWebService.class).getRooms(SID, start, max, orderby, asc)); }
112113114115116117118119
asc)); } public RoomSearchResult getRoomsWithCurrentUsers(String SID, int start, int max, String orderby, boolean asc) throws AxisFault { return new RoomSearchResult(getBean(RoomWebService.class).getRoomsWithCurrentUsers(SID, start, max, orderby, asc)); }