|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.cadx.NewEPMDocumentHelper
Constructor Summary | |
NewEPMDocumentHelper()
|
Method Summary | |
static void |
appendNewEPMDocumentProps(NewEPMDocument newEPMDoc,
Hashtable props)
Append to props the properties the NewEPMDocument properties. |
static NewEPMDocument |
createNewEPMDocument(HTTPRequest request)
Create a new NewEPMDocument based on the values found in the HTTPRequest query string or form data. |
static String |
getCADName(Hashtable props)
Returns cad name value if it is specified in props; otherwise null is returned. |
static String |
getCADName(HTTPRequest request)
Returns cad name value if it is specified in the HTTPRequest's query string or form data; otherwise null is returned. |
static String |
getLocalid(Hashtable props)
Returns localid value if it is specified in props; otherwise null is returned. |
static String |
getLocalid(HTTPRequest request)
Returns localid value if it is specified in the HTTPRequest's query string or form data; otherwise null is returned. |
static boolean |
hasMissingDependents(Hashtable props)
Returns true if props contains the missing dependents property value of true; otherwise false is returned. |
static boolean |
hasMissingDependents(HTTPRequest request)
Returns true if HTTPRequest's query string or form data contains the missing dependents property value of true; otherwise false is returned. |
static boolean |
isLocalidInProps(Hashtable props)
Returns true if props contains the localid property value of true; otherwise false is returned. |
static boolean |
isPlaceHolder(Hashtable props)
Returns true if props contains the place holder property value of true; otherwise false is returned. |
static boolean |
isPlaceHolder(HTTPRequest request)
Returns true if HTTPRequest's query string or form data contains the place holder property value of true; otherwise false is returned. |
private static boolean |
isProperty(Hashtable props,
String propKey)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NewEPMDocumentHelper()
Method Detail |
public static NewEPMDocument createNewEPMDocument(HTTPRequest request)
public static void appendNewEPMDocumentProps(NewEPMDocument newEPMDoc, Hashtable props)
private static boolean isProperty(Hashtable props, String propKey)
public static boolean isPlaceHolder(Hashtable props)
public static boolean hasMissingDependents(Hashtable props)
public static boolean isLocalidInProps(Hashtable props)
public static boolean isPlaceHolder(HTTPRequest request)
public static boolean hasMissingDependents(HTTPRequest request)
public static String getCADName(HTTPRequest request)
public static String getCADName(Hashtable props)
public static String getLocalid(HTTPRequest request)
public static String getLocalid(Hashtable props)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |