| | |
| | | import com.vci.common.qt.object.*; |
| | | import com.vci.common.utility.ObjectUtility; |
| | | import com.vci.corba.common.PLException; |
| | | import com.vci.corba.common.VCIError; |
| | | import com.vci.corba.omd.data.AttributeValue; |
| | | import com.vci.corba.omd.data.BusinessObject; |
| | | import com.vci.corba.omd.qtm.QTInfo; |
| | |
| | | if(results!=null && results.length>0 && results[0] != null && results[0].length>0){ |
| | | return WebUtil.getInt(results[0][0]); |
| | | } |
| | | }catch (VCIError e){ |
| | | throw WebUtil.getVciBaseException(e); |
| | | } catch (PLException e) { |
| | | throw new RuntimeException(e); |
| | | } |
| | | return 0; |
| | | } |