com.ptc.hli.ecad
Class ECADQueryHelper.ECADQueryServer

java.lang.Object
  extended bycom.ptc.hli.ecad.ECADQueryHelper.ECADQueryServer
All Implemented Interfaces:
RemoteAccess
Enclosing class:
ECADQueryHelper

protected static class ECADQueryHelper.ECADQueryServer
extends Object
implements RemoteAccess


Field Summary
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
protected ECADQueryHelper.ECADQueryServer()
           
 
Method Summary
static PDMLinkProduct getProduct(String name)
           
static Vector getProductNames()
           
static Project2 getProject(String name)
           
static Vector getProjects()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECADQueryHelper.ECADQueryServer

protected ECADQueryHelper.ECADQueryServer()
Method Detail

getProjects

public static Vector getProjects()
                          throws WTException
Throws:
WTException

getProductNames

public static Vector getProductNames()
                              throws WTException
Throws:
WTException

getProduct

public static PDMLinkProduct getProduct(String name)
                                 throws WTException
Throws:
WTException

getProject

public static Project2 getProject(String name)
                           throws WTException
Throws:
WTException