| | |
| | | import com.vci.corba.portal.data.PLTabPage; |
| | | import com.vci.corba.portal.data.PortalVI; |
| | | import com.vci.client.LogonApplication; |
| | | import com.vci.client.common.providers.ServiceProvider; |
| | | import com.vci.client.omd.provider.BtmProvider; |
| | | import com.vci.client.omd.provider.LinkTypeProvider; |
| | | import com.vci.client.oq.QTClient; |
| | |
| | | } |
| | | tree_templateIdCom.removeAllItems(); |
| | | if(linktypeFlage){ |
| | | QTInfo[] qts = QTDClient.getService().getObjTypeQTs(linkTypebtmName); |
| | | QTInfo[] qts = ServiceProvider.getOMDService().getQTDService().getObjTypeQTs(linkTypebtmName); |
| | | for(QTInfo qt : qts){ |
| | | tree_templateIdCom.addItem(qt.qtName); |
| | | } |
| | | }else{ |
| | | QTInfo[] qts = QTDClient.getService().getObjTypeQTs(showtypebtmName); |
| | | QTInfo[] qts = ServiceProvider.getOMDService().getQTDService().getObjTypeQTs(showtypebtmName); |
| | | for(QTInfo qt : qts){ |
| | | tree_templateIdCom.addItem(qt.qtName); |
| | | } |