类 TreeDataDict
java.lang.Object
com.sh.wf.module.component.page.common.TreeDataDict
- 所有已实现的接口:
Serializable,Cloneable
Description: 数据字典
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2015年3月5日
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidparse(org.jdom2.Element nodeEl) String[]processAdd(ModuleContext context, String nodeId, String nodeName, String pnodeId) 添加功能voidprocessConditionColAjaxParam(StringBuilder script, String jsParamObj) String[]processDel(ModuleContext context, boolean isLogicDel, boolean isRecursionDel, boolean onlyDelLeaf, String delLeafMsg, String nodeId) 删除String[]processRename(ModuleContext context, String nodeId, String nodeName, String newName) 重命名String[]processUpdateSort(ModuleContext context, String colIndex) 更新排序号
-
构造器详细资料
-
TreeDataDict
public TreeDataDict()
-
-
方法详细资料
-
parse
public void parse(org.jdom2.Element nodeEl) -
getTableName
-
processRename
public String[] processRename(ModuleContext context, String nodeId, String nodeName, String newName) 重命名- 参数:
context- ModuleContextnodeId- 结点编号nodeName- 结点名称newName- 新的名称- 返回:
- 结果
-
processDel
public String[] processDel(ModuleContext context, boolean isLogicDel, boolean isRecursionDel, boolean onlyDelLeaf, String delLeafMsg, String nodeId) 删除- 参数:
context- ModuleContextisLogicDel- 是否逻辑删除isRecursionDel- 是否递归删除onlyDelLeaf- 是否只删除叶子结点delLeafMsg- 存在子结点时的描述nodeId- 结点编号- 返回:
- 处理结果
-
processAdd
添加功能- 参数:
context- ModuleContextnodeId- 结点编号nodeName- 结点名称pnodeId- 上级结点编号- 返回:
- 处理结果
-
processUpdateSort
更新排序号- 参数:
context- ModuleContextcolIndex- 序号- 返回:
- {true|false,""}
-
processConditionColAjaxParam
-