@Service
public class AsyncOrgVirtualNodeUserService
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| 限定符和类型 | 类和说明 |
|---|---|
protected class |
AsyncOrgVirtualNodeUserService.AsyncProcessListener
事件监控处理器
|
| 构造器和说明 |
|---|
AsyncOrgVirtualNodeUserService(java.util.concurrent.ThreadPoolExecutor threadPoolExecutor,
WrapperOrgVirtualNodeUserService wrapperOrgVirtualNodeUserService) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet()
初始化Guava EventBus
|
void |
autoBindParentUsers(java.lang.Long tenantId,
java.lang.Long nodeId)
异步自动根据上级虚拟组织树关联的用户集合关联新建虚拟组织树
|
void |
destroy() |
public AsyncOrgVirtualNodeUserService(java.util.concurrent.ThreadPoolExecutor threadPoolExecutor,
WrapperOrgVirtualNodeUserService wrapperOrgVirtualNodeUserService)
public void afterPropertiesSet()
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanpublic void autoBindParentUsers(java.lang.Long tenantId,
java.lang.Long nodeId)
tenantId - 租户idnodeId - 虚拟组织树idpublic void destroy()
destroy 在接口中 org.springframework.beans.factory.DisposableBean