| | |
| | | import javax.swing.tree.TreeSelectionModel; |
| | | |
| | | import com.vci.client.LogonApplication; |
| | | import com.vci.client.common.providers.ServiceProvider; |
| | | import com.vci.client.omd.linktype.LinkTypeStart; |
| | | import com.vci.client.oq.QTClient; |
| | | import com.vci.client.oq.QTDClient; |
| | |
| | | */ |
| | | // TODO Auto-generated method stub |
| | | try { |
| | | QTInfo[] qtws = QTDClient.getService().getAllQTs(); |
| | | QTInfo[] qtws = ServiceProvider.getOMDService().getQTDService().getAllQTs(); |
| | | boolean islaet = true; |
| | | for (int i = 0; i < qtws.length; i++) { |
| | | if (string.equals(qtws[i].qtName)) { |
| | |
| | | private void getPLQtIsInDB(String string, QTD[] qtds) { |
| | | // TODO Auto-generated method stub |
| | | try { |
| | | QTD[] qtds2 = QTDClient.getService().getBizTypeQTDs(string); |
| | | QTD[] qtds2 = ServiceProvider.getOMDService().getQTDService().getBizTypeQTDs(string); |
| | | QTD[] qtdsNewQtds = null; |
| | | List<QTD> es = new ArrayList<QTD>(); |
| | | for (QTD qtd : qtds) { |