| | |
| | | import com.vci.corba.omd.qtm.QTD; |
| | | import com.vci.corba.omd.qtm.QTInfo; |
| | | import com.vci.client.LogonApplication; |
| | | import com.vci.client.common.providers.ServiceProvider; |
| | | import com.vci.client.omd.btm.ui.BtmClient; |
| | | import com.vci.client.omd.provider.BtmProvider; |
| | | import com.vci.client.oq.QTClient; |
| | |
| | | private void getPLQtWrapper(String string, QTInfo qtWrapper) { |
| | | // 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) { |