public class ContactService extends Object
| 构造器和说明 |
|---|
ContactService(Config config) |
public ContactService(Config config)
public ContactService.DepartmentUnits getDepartmentUnits()
public ContactService.Users getUsers()
public ContactService.UserGroups getUserGroups()
public ContactService.UserGroupMembers getUserGroupMembers()
public ContactService.Departments getDepartments()
public ContactService.Scopes getScopes()
public ContactService.CustomAttrEvents getCustomAttrEvents()
public ContactService.EmployeeTypeEnums getEmployeeTypeEnums()
public void setDepartmentCreatedEventHandler(ContactService.DepartmentCreatedEventHandler handler)
public void setDepartmentDeletedEventHandler(ContactService.DepartmentDeletedEventHandler handler)
public void setDepartmentUpdatedEventHandler(ContactService.DepartmentUpdatedEventHandler handler)
public void setUserCreatedEventHandler(ContactService.UserCreatedEventHandler handler)
public void setUserDeletedEventHandler(ContactService.UserDeletedEventHandler handler)
public void setUserUpdatedEventHandler(ContactService.UserUpdatedEventHandler handler)
public void setUserGroupCreatedEventHandler(ContactService.UserGroupCreatedEventHandler handler)
public void setUserGroupDeletedEventHandler(ContactService.UserGroupDeletedEventHandler handler)
public void setUserGroupUpdatedEventHandler(ContactService.UserGroupUpdatedEventHandler handler)
public void setScopeUpdatedEventHandler(ContactService.ScopeUpdatedEventHandler handler)
public void setUserGroupMemberChangedEventHandler(ContactService.UserGroupMemberChangedEventHandler handler)
public void setCustomAttrEventUpdatedEventHandler(ContactService.CustomAttrEventUpdatedEventHandler handler)
public void setEmployeeTypeEnumActivedEventHandler(ContactService.EmployeeTypeEnumActivedEventHandler handler)
public void setEmployeeTypeEnumCreatedEventHandler(ContactService.EmployeeTypeEnumCreatedEventHandler handler)
public void setEmployeeTypeEnumDeactivatedEventHandler(ContactService.EmployeeTypeEnumDeactivatedEventHandler handler)
public void setEmployeeTypeEnumDeletedEventHandler(ContactService.EmployeeTypeEnumDeletedEventHandler handler)
public void setEmployeeTypeEnumUpdatedEventHandler(ContactService.EmployeeTypeEnumUpdatedEventHandler handler)
Copyright © 2021. All rights reserved.