com.ptc.windchill.cadx.upload
Class UploadContentsJs

java.lang.Object
  extended bycom.ptc.windchill.cadx.upload.UploadContentsJs

public class UploadContentsJs
extends Object


Field Summary
static String JS_OBJ_SINGLE_QUOTE
           
static String JS_OBJ_WC_CODEBASE
           
static String JS_OBJ_WS_RENDERIT
           
static String JS_OBJ_WS_SERVER_TABLE
           
 
Constructor Summary
UploadContentsJs()
           
 
Method Summary
static StringBuffer addWsRowBuffer(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 pNumber, String choice, String drawing, String objFileName)
           
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_WC_CODEBASE

public static final String JS_OBJ_WC_CODEBASE
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

UploadContentsJs

public UploadContentsJs()
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 pNumber,
                                 String choice,
                                 String drawing,
                                 String objFileName)

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