@Service public class ConTreeNodeNotifyServiceImpl extends Object implements IConTreeNodeNotifyService, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
ConTreeNodeNotifyServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNode(String treeCode,
ConTreeNode conTreeNode)
添加节点
|
void |
afterPropertiesSet() |
void |
deleteNode(String treeCode,
List<ConTreeNode> conTreeNodes)
删除节点
|
void |
editNode(String treeCode,
ConTreeNode conTreeNode)
编辑节点
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void addNode(String treeCode, ConTreeNode conTreeNode)
addNode in interface IConTreeNodeNotifyServicetreeCode - 树编码conTreeNode - 添加的节点public void editNode(String treeCode, ConTreeNode conTreeNode)
editNode in interface IConTreeNodeNotifyServicetreeCode - 树编码conTreeNode - 编辑的节点public void deleteNode(String treeCode, List<ConTreeNode> conTreeNodes)
deleteNode in interface IConTreeNodeNotifyServicetreeCode - 树编码conTreeNodes - 删除信息Copyright © 2020. All rights reserved.