跳过导航链接
A C D E F I L N O P S T U 

A

addNode(String, ConTreeNode) - 接口 中的方法org.openingo.contree.service.IConTreeNodeNotifyService
添加节点
addNode(String, ConTreeNode) - 类 中的方法org.openingo.contree.service.impl.ConTreeNodeNotifyServiceImpl
添加节点
afterPropertiesSet() - 类 中的方法org.openingo.contree.service.impl.ConTreeNodeNotifyServiceImpl
 

C

CASCADE - 类 中的静态变量org.openingo.contree.constants.DeleteMode
级联删除
ConTreeNode - org.openingo.contree.entity中的类
树节点数据
ConTreeNode() - 类 的构造器org.openingo.contree.entity.ConTreeNode
 
ConTreeNodeDO - org.openingo.contree.base.entity中的类
树节点数据
ConTreeNodeDO() - 类 的构造器org.openingo.contree.base.entity.ConTreeNodeDO
 
ConTreeNodeDOX - org.openingo.contree.entity中的类
树节点数据
ConTreeNodeDOX() - 类 的构造器org.openingo.contree.entity.ConTreeNodeDOX
 
ConTreeNodeMapper - org.openingo.contree.base.mapper中的接口
树节点数据 ConTreeNodeMapper 接口
ConTreeNodeMapperX - org.openingo.contree.mapper中的接口
树节点数据 ConTreeNodeMapperX 接口
ConTreeNodeNotifyServiceImpl - org.openingo.contree.service.impl中的类
ConTreeNodeNotifyServiceImpl
ConTreeNodeNotifyServiceImpl() - 类 的构造器org.openingo.contree.service.impl.ConTreeNodeNotifyServiceImpl
 
ConTreeNodeServiceImpl - org.openingo.contree.service.impl中的类
树节点数据 服务实现类
ConTreeNodeServiceImpl() - 类 的构造器org.openingo.contree.service.impl.ConTreeNodeServiceImpl
 
ConTreeObservable - org.openingo.contree.notify中的类
ConTreeObservable
ConTreeObservable() - 类 的构造器org.openingo.contree.notify.ConTreeObservable
 

D

DeleteMode - org.openingo.contree.constants中的类
DeleteMode
DeleteMode() - 类 的构造器org.openingo.contree.constants.DeleteMode
 
deleteNode(String, List<ConTreeNode>) - 接口 中的方法org.openingo.contree.service.IConTreeNodeNotifyService
删除节点
deleteNode(String, List<ConTreeNode>) - 类 中的方法org.openingo.contree.service.impl.ConTreeNodeNotifyServiceImpl
删除节点

E

editNode(String, ConTreeNode) - 接口 中的方法org.openingo.contree.service.IConTreeNodeNotifyService
编辑节点
editNode(String, ConTreeNode) - 类 中的方法org.openingo.contree.service.impl.ConTreeNodeNotifyServiceImpl
编辑节点

F

FetchType - org.openingo.contree.constants中的类
FetchType
FetchType() - 类 的构造器org.openingo.contree.constants.FetchType
 
FULL - 类 中的静态变量org.openingo.contree.constants.FetchType
完整数据

I

IConTreeNodeNotifyService - org.openingo.contree.service中的接口
IConTreeNodeNotifyService
IConTreeNodeService - org.openingo.contree.service中的接口
树节点数据 服务类
IConTreeObserver - org.openingo.contree.notify中的接口
IConTreeObserver

L

listNodes(String, Integer, boolean) - 接口 中的方法org.openingo.contree.service.IConTreeNodeService
获取rootNodeId的子节点
listNodes(String, Integer, String, boolean) - 接口 中的方法org.openingo.contree.service.IConTreeNodeService
获取rootNodeId的子节点
listNodes(String, Integer, boolean) - 类 中的方法org.openingo.contree.service.impl.ConTreeNodeServiceImpl
获取rootNodeId的子节点
listNodes(String, Integer, String, boolean) - 类 中的方法org.openingo.contree.service.impl.ConTreeNodeServiceImpl
获取rootNodeId的子节点 父节点,为0时即根节点时,不必进行递归处理 1. rootNodeId = 0, recursion = true -> FULL or CASCADE 2. rootNodeId = 0, recursion = false -> SONS or NON-SONS 3. rootNodeId !

N

NON_SONS - 类 中的静态变量org.openingo.contree.constants.DeleteMode
没有子节点
notifyCreateActionToObservers(String, Object) - 类 中的方法org.openingo.contree.notify.ConTreeObservable
通知变动(新增)
notifyDeleteActionToObservers(String, Object) - 类 中的方法org.openingo.contree.notify.ConTreeObservable
通知变动(删除)
notifyObservers() - 类 中的方法org.openingo.contree.notify.ConTreeObservable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Object) - 类 中的方法org.openingo.contree.notify.ConTreeObservable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyUpdateActionToObservers(String, Object) - 类 中的方法org.openingo.contree.notify.ConTreeObservable
通知变动(更新)

O

onTreeNodeCreate(String, ConTreeNode) - 接口 中的方法org.openingo.contree.notify.IConTreeObserver
新增处理响应 1.
onTreeNodeDelete(String, List<ConTreeNode>) - 接口 中的方法org.openingo.contree.notify.IConTreeObserver
删除处理响应 1.
onTreeNodeUpdate(String, ConTreeNode) - 接口 中的方法org.openingo.contree.notify.IConTreeObserver
更新处理响应 1.
org.openingo.contree.base.entity - 程序包 org.openingo.contree.base.entity
 
org.openingo.contree.base.mapper - 程序包 org.openingo.contree.base.mapper
 
org.openingo.contree.config - 程序包 org.openingo.contree.config
 
org.openingo.contree.constants - 程序包 org.openingo.contree.constants
 
org.openingo.contree.entity - 程序包 org.openingo.contree.entity
 
org.openingo.contree.mapper - 程序包 org.openingo.contree.mapper
 
org.openingo.contree.notify - 程序包 org.openingo.contree.notify
 
org.openingo.contree.service - 程序包 org.openingo.contree.service
 
org.openingo.contree.service.impl - 程序包 org.openingo.contree.service.impl
 

P

pkVal() - 类 中的方法org.openingo.contree.base.entity.ConTreeNodeDO
 

S

setApplicationContext(ApplicationContext) - 类 中的方法org.openingo.contree.service.impl.ConTreeNodeNotifyServiceImpl
 
SONS - 类 中的静态变量org.openingo.contree.constants.FetchType
第一级子节点

T

TimeFillConfig - org.openingo.contree.config中的类
TimeFillConfig
TimeFillConfig() - 类 的构造器org.openingo.contree.config.TimeFillConfig
 
timeFillMetaObjectHandler() - 类 中的方法org.openingo.contree.config.TimeFillConfig
 

U

update(Observable, Object) - 接口 中的方法org.openingo.contree.notify.IConTreeObserver
This method is called whenever the observed object is changed.
A C D E F I L N O P S T U 
跳过导航链接

Copyright © 2020. All rights reserved.