| | |
| | | FunctionClientDelegate funcDel = new FunctionClientDelegate(LogonApplication.getUserEntityObject()); |
| | | if (!selectNode.isExpand()) { |
| | | selectNode.setExpand(true); |
| | | if (object instanceof FunctionObject || object.equals("modelManagmentNode") || object.equals("systemManagmentNode")) { |
| | | if (object instanceof FunctionObject || object.equals("business") || object.equals("system")) { |
| | | String parentId = ""; |
| | | if(object instanceof FunctionObject){ |
| | | parentId = ((FunctionObject) object).getId(); |
| | |
| | | private void initTree(VCIBaseTreeNode rootNode, String puid) { |
| | | // 管理功能定义 |
| | | systemConstructionTree = new VCIBaseTreeNode(LocaleDisplay.getI18nString("rmip.framework.systemFunctionTree.systemFunctionModel", |
| | | "RMIPFramework", getLocale()), "systemManagmentNode"); |
| | | "RMIPFramework", getLocale()), "system"); |
| | | |
| | | // 业务功能定义 |
| | | modelConstructionTree = new VCIBaseTreeNode(LocaleDisplay.getI18nString("rmip.framework.systemFunctionTree.businessFunctionModel", |
| | | "RMIPFramework", getLocale()), "modelManagmentNode"); |
| | | "RMIPFramework", getLocale()), "business"); |
| | | |
| | | // 操作定义 |
| | | operateTypeNode = new VCIBaseTreeNode(LocaleDisplay.getI18nString("rmip.framework.operateType.operateTypeModel.file", |
| | |
| | | if (object instanceof OperateObject|| object.equals("operateNode")) { |
| | | newPanel = new OperateMangePanel(object,transmitTreeObject); |
| | | } |
| | | else if (object.equals("modelManagmentNode") || object.equals("systemManagmentNode") || object instanceof FunctionObject) { |
| | | else if (object.equals("business") || object.equals("system") || object instanceof FunctionObject) { |
| | | newPanel = new ModelManagementPanel(object,transmitTreeObject, this); |
| | | } |
| | | else if (object instanceof FuncOperationObject){ |