Interface RoomResourceService

All Known Implementing Classes:
RoomResourceServiceImpl

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

    Modifier and Type
    Method
    Description
    getFreeRooms(Collection<Room> rooms, org.beangle.orm.hibernate.udt.WeekTime unit)
    查询指定范围内的空闲教室
  • Method Details

    • getFreeRooms

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