OrganizationManager class
Constructors
- OrganizationManager(MethodChannel _channel)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- listener ↔ OnOrganizationListener
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getDeptMember(
{required String departmentID, int offset = 0, int count = 40, String? operationID}) → Future< List< DeptMemberInfo> > - Get member under a department 获取部门下的成员列表
-
getDeptMemberAndSubDept(
{required String departmentID, String? operationID}) → Future< DeptMemberAndSubDept> - Get the sub-departments and employees under the department 获取部门下的子部门跟员工
-
getSubDept(
{required String departmentID, int offset = 0, int count = 40, String? operationID}) → Future< List< DeptInfo> > - Query sub department 获取子部门列表
-
getUserInDept(
{required String userID, String? operationID}) → Future< List< UserInDept> > - Get member's department 获取成员所在的部门
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setOrganizationListener(
OnOrganizationListener listener) → Future - Observe organization info changes 组织架构发生变化回调
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited