public interface ISyncOrgProcess
Modifier and Type | Method and Description |
---|---|
int |
syncGroup(Group group,
int actionType)
同步角色
|
int |
syncGroupMember(GroupMember groupMember,
int actionType) |
int |
syncOrg(Organization org,
int actionType)
同步组织
|
int |
syncStaff(Staff staff,
int actionType)
同步人员
|
int |
syncStation(Station station,
int actionType)
同步岗位
|
int syncOrg(Organization org, int actionType)
org
- as OrganizationactionType
- as int //见Constant.ACTION_CREATE | EDIT | DELETEint syncStation(Station station, int actionType)
station
- as StationactionType
- as int //见Constant.ACTION_CREATE | EDIT | DELETEint syncGroup(Group group, int actionType)
group
- as GroupactionType
- as int //见Constant.ACTION_CREATE | EDIT | DELETEint syncGroupMember(GroupMember groupMember, int actionType)
int syncStaff(Staff staff, int actionType)
Staff
- as staffactionType
- as int //见Constant.ACTION_CREATE | EDIT | DELETECopyright © 2019 by Sucang.cn