| | |
| | | import javax.swing.tree.TreePath; |
| | | |
| | | import com.vci.client.LogonApplication; |
| | | import com.vci.client.common.providers.ServiceProvider; |
| | | import com.vci.client.omd.btm.ui.BtmClient; |
| | | import com.vci.client.oq.QTClient; |
| | | import com.vci.client.oq.QTDClient; |
| | |
| | | if (obj instanceof String) {// 如果是root节点,则保存所有模块 返回 |
| | | String nodeName = (String) obj; |
| | | if ("业务类型".equals(nodeName)) { |
| | | QTInfo[] qts = QTDClient.getService().getAllQTs(); |
| | | QTInfo[] qts = ServiceProvider.getOMDService().getQTDService().getAllQTs(); |
| | | List<QTInfo> list = new ArrayList<QTInfo>(); |
| | | for (QTInfo qtWrapper : qts) { |
| | | if (!BtmClient.getService().getBtmItemByName(qtWrapper.btmName).oid.equals("")) { |