com.ptc.windchill.cadx.common.util
Class CadxSolutionUtilities

java.lang.Object
  extended bycom.ptc.windchill.cadx.common.util.CadxSolutionUtilities

public class CadxSolutionUtilities
extends Object


Field Summary
private static ReferenceFactory ref
           
private static URLFactory urlFact
           
 
Constructor Summary
CadxSolutionUtilities()
           
 
Method Summary
static Project2 findProjectByName(String name)
           
static String getCadxDetailsUrl(Persistable obj, HashMap properties)
           
static String getCadxDetailsUrlForLocalCacheObj(String newCadDocName)
           
static String getCadxDetailsUrlForLocalCacheObj(String newCadDocName, String ws)
           
static String getDetailsUrl(Persistable obj, WTContainer contextContainer, HashMap properties)
           
static String getPJLDetailsUrl(Persistable obj, WTContainer contextContainer, HashMap map)
           
static String getPJLProjectUrl(String projectName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ref

private static ReferenceFactory ref

urlFact

private static URLFactory urlFact
Constructor Detail

CadxSolutionUtilities

public CadxSolutionUtilities()
Method Detail

findProjectByName

public static Project2 findProjectByName(String name)

getPJLProjectUrl

public static String getPJLProjectUrl(String projectName)

getPJLDetailsUrl

public static String getPJLDetailsUrl(Persistable obj,
                                      WTContainer contextContainer,
                                      HashMap map)

getCadxDetailsUrl

public static String getCadxDetailsUrl(Persistable obj,
                                       HashMap properties)
                                throws WTException
Throws:
WTException

getDetailsUrl

public static String getDetailsUrl(Persistable obj,
                                   WTContainer contextContainer,
                                   HashMap properties)
                            throws WTException
Throws:
WTException

getCadxDetailsUrlForLocalCacheObj

public static String getCadxDetailsUrlForLocalCacheObj(String newCadDocName)
                                                throws WTException
Throws:
WTException

getCadxDetailsUrlForLocalCacheObj

public static String getCadxDetailsUrlForLocalCacheObj(String newCadDocName,
                                                       String ws)
                                                throws WTException
Throws:
WTException