com.ptc.windchill.cadx.checkin
Class CheckinContentsJs

java.lang.Object
  extended bycom.ptc.windchill.cadx.checkin.CheckinContentsJs

public class CheckinContentsJs
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
CheckinContentsJs()
           
 
Method Summary
static StringBuffer addWsRowBuffer(StringBuffer wsRowInProgress, String variable)
           
static StringBuffer addWsRowBuffer(StringBuffer wsRowInProgress, String[] variable)
           
private static StringBuffer addWsRowBufferWithoutFixString(StringBuffer wsRowInProgress, String variable)
           
static String appendWsRow(String wsTableInProgress, String wsRow)
           
static String createWsRow(String objIcon, String objPDMStatus, String objAuthStatus, String objName, String objURL, String objOID, String objNumber, String objVersion, String objType, String selected, String objPDMType, String location, String drawing, String[] pNumber, String choice, String objFName, String assoctype, String reqDraw, String objTimestamp, String objContext, String objOrgID, String objContextOID)
           
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

CheckinContentsJs

public CheckinContentsJs()
Method Detail

createWsRow

public static String createWsRow(String objIcon,
                                 String objPDMStatus,
                                 String objAuthStatus,
                                 String objName,
                                 String objURL,
                                 String objOID,
                                 String objNumber,
                                 String objVersion,
                                 String objType,
                                 String selected,
                                 String objPDMType,
                                 String location,
                                 String drawing,
                                 String[] pNumber,
                                 String choice,
                                 String objFName,
                                 String assoctype,
                                 String reqDraw,
                                 String objTimestamp,
                                 String objContext,
                                 String objOrgID,
                                 String objContextOID)

addWsRowBuffer

public static StringBuffer addWsRowBuffer(StringBuffer wsRowInProgress,
                                          String variable)

addWsRowBufferWithoutFixString

private static StringBuffer addWsRowBufferWithoutFixString(StringBuffer wsRowInProgress,
                                                           String variable)

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()