接口 RoomResourceService

所有已知实现类:
RoomResourceServiceImpl

public interface RoomResourceService
管理所有的牵涉到教室的资源调用,如申请占用\取消占用等
  • 方法概要

    修饰符和类型
    方法
    说明
    getFreeRooms(Collection<Room> rooms, org.beangle.orm.hibernate.udt.WeekTime unit)
    查询指定范围内的空闲教室
  • 方法详细资料

    • getFreeRooms

      List<Room> getFreeRooms(Collection<Room> rooms, org.beangle.orm.hibernate.udt.WeekTime unit)
      查询指定范围内的空闲教室
      参数:
      rooms - (给定教室范围)
      unit - (时间)
      返回: