PreRoomRepository class
会议前服务
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
cancelRoom(
int roomUniqueId) → Future< NEResult< void> > - 取消预约会议,开始前可以取消
-
deleteRoom(
int roomUniqueId) → Future< NEResult< void> > - 删除预约会议
-
editRoom(
NEMeetingItem item) → Future< NEResult< NEMeetingItem> > - 编辑预约会议
-
getRoomItemById(
String meetingNum) → Future< NEResult< NEMeetingItem> > - 根据唯一id获取会议信息
-
getRoomList(
List< NEMeetingState> status) → Future<NEResult< List< >NEMeetingItem> > - 根据会议状态查询会议信息列表,
-
scheduleRoom(
NEMeetingItem item) → Future< NEResult< NEMeetingItem> > - 预约会议