com.ptc.windchill.cadx.autoassociate
Class AutoAssociateJs

java.lang.Object
  extended bycom.ptc.windchill.cadx.autoassociate.AutoAssociateJs

public class AutoAssociateJs
extends Object


Field Summary
static String JS_OBJ_NEW
           
static String JS_OBJ_NEW_ARRAY
           
static String JS_OBJ_SINGLE_QUOTE
           
static String JS_OBJ_WC_CODEBASE
           
static String JS_OBJ_WS_RENDERIT
           
static String JS_OBJ_WS_ROW
           
static String JS_OBJ_WS_SERVER_TABLE
           
 
Constructor Summary
AutoAssociateJs()
           
 
Method Summary
static StringBuffer addWsRowBuffer(StringBuffer wsRowInProgress, String[] variable)
           
static StringBuffer addWsRowBuffer(StringBuffer wsRowInProgress, String variable, boolean isLast)
           
static String appendWsRow(String wsTableInProgress, String wsRow)
           
static String createWsRow(String objIcon, String objPDMStatus, String objAuthStatus, String objAuthApp, String objPDMType, String objNumber, String objName, String objURL, String objOID, String objVersion, String partURL, String partNumber, String partName, String partOID, String exist_assoc, String modify_assoc, String newPartURL, String newPartNumber, String newPartName, String location, String newPartExists, String otherObjExists, String autoNumbering, String isDrawingType, boolean isPackage)
           
static String finalizeWsTableBuffer(String wsTableInProgress)
           
static String initWsTableBuffer(String codebase)
           
static String renderIt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JS_OBJ_WS_ROW

public static final String JS_OBJ_WS_ROW
See Also:
Constant Field Values

JS_OBJ_WC_CODEBASE

public static final String JS_OBJ_WC_CODEBASE
See Also:
Constant Field Values

JS_OBJ_NEW

public static final String JS_OBJ_NEW
See Also:
Constant Field Values

JS_OBJ_NEW_ARRAY

public static final String JS_OBJ_NEW_ARRAY
See Also:
Constant Field Values

JS_OBJ_WS_SERVER_TABLE

public static final String JS_OBJ_WS_SERVER_TABLE
See Also:
Constant Field Values

JS_OBJ_SINGLE_QUOTE

public static final String JS_OBJ_SINGLE_QUOTE
See Also:
Constant Field Values

JS_OBJ_WS_RENDERIT

public static final String JS_OBJ_WS_RENDERIT
See Also:
Constant Field Values
Constructor Detail

AutoAssociateJs

public AutoAssociateJs()
Method Detail

createWsRow

public static String createWsRow(String objIcon,
                                 String objPDMStatus,
                                 String objAuthStatus,
                                 String objAuthApp,
                                 String objPDMType,
                                 String objNumber,
                                 String objName,
                                 String objURL,
                                 String objOID,
                                 String objVersion,
                                 String partURL,
                                 String partNumber,
                                 String partName,
                                 String partOID,
                                 String exist_assoc,
                                 String modify_assoc,
                                 String newPartURL,
                                 String newPartNumber,
                                 String newPartName,
                                 String location,
                                 String newPartExists,
                                 String otherObjExists,
                                 String autoNumbering,
                                 String isDrawingType,
                                 boolean isPackage)

addWsRowBuffer

public static StringBuffer addWsRowBuffer(StringBuffer wsRowInProgress,
                                          String variable,
                                          boolean isLast)

addWsRowBuffer

public static StringBuffer addWsRowBuffer(StringBuffer wsRowInProgress,
                                          String[] variable)

initWsTableBuffer

public static String initWsTableBuffer(String codebase)

appendWsRow

public static String appendWsRow(String wsTableInProgress,
                                 String wsRow)

finalizeWsTableBuffer

public static String finalizeWsTableBuffer(String wsTableInProgress)

renderIt

public static String renderIt()