com.ptc.windchill.classproxy
Class UwgmClassProxy

java.lang.Object
  extended bycom.ptc.windchill.classproxy.ClassProxy
      extended bycom.ptc.windchill.classproxy.UwgmClassProxy

public class UwgmClassProxy
extends ClassProxy


Field Summary
private static Method getHrefLink
           
private static Method getOnClickLink
           
 
Constructor Summary
UwgmClassProxy()
           
 
Method Summary
static String getHrefLink(Object openInProELinkProcessor, Object object)
           
static String getOnClickLink(Object openInProELinkProcessor, Object object)
           
static Object getOpeninProELinkProcessor(List list, HTTPRequest httpRequest)
           
protected static boolean initMethods()
           
 
Methods inherited from class com.ptc.windchill.classproxy.ClassProxy
getField, getField, invokeMethod, invokeMethod, locateMethod, locateMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

getOnClickLink

private static Method getOnClickLink

getHrefLink

private static Method getHrefLink
Constructor Detail

UwgmClassProxy

public UwgmClassProxy()
Method Detail

getOpeninProELinkProcessor

public static Object getOpeninProELinkProcessor(List list,
                                                HTTPRequest httpRequest)
                                         throws ClassNotFoundException,
                                                NoSuchMethodException,
                                                InstantiationException,
                                                IllegalAccessException,
                                                InvocationTargetException
Throws:
ClassNotFoundException
NoSuchMethodException
InstantiationException
IllegalAccessException
InvocationTargetException

getOnClickLink

public static String getOnClickLink(Object openInProELinkProcessor,
                                    Object object)
                             throws WTException
Throws:
WTException

getHrefLink

public static String getHrefLink(Object openInProELinkProcessor,
                                 Object object)
                          throws WTException
Throws:
WTException

initMethods

protected static boolean initMethods()