com.ptc.windchill.cadx.checkin
Class WsContentJs

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

public class WsContentJs
extends Object


Field Summary
static String JS_OBJ_CONTEXTLINKS
           
static String JS_OBJ_CONTEXTLINKS_LINKS
           
static String JS_OBJ_DOUBLE_QUOTE
           
static String JS_OBJ_LN
           
static String JS_OBJ_NEW
           
static String JS_OBJ_NEW_ARRAY
           
static String JS_OBJ_SEMICOLON
           
static String JS_OBJ_SINGLE_QUOTE
           
static String JS_OBJ_WC_CODEBASE
           
static String JS_OBJ_WFOBJURL
           
static String JS_OBJ_WFOBJURL_NAME
           
static String JS_OBJ_WFOBJURL_URL
           
static String JS_OBJ_WS_RENDERIT
           
static String JS_OBJ_WS_ROW
           
static String JS_OBJ_WS_ROW_CONTEXTLINKS
           
static String JS_OBJ_WS_ROW_ICON
           
static String JS_OBJ_WS_ROW_LIFECYCLE
           
static String JS_OBJ_WS_ROW_OBJNAME
           
static String JS_OBJ_WS_ROW_OBJNUMBER
           
static String JS_OBJ_WS_ROW_OBJOID
           
static String JS_OBJ_WS_ROW_OBJSTATUS
           
static String JS_OBJ_WS_ROW_OBJTIMESTAMP
           
static String JS_OBJ_WS_ROW_OBJTYPE
           
static String JS_OBJ_WS_ROW_OBJURL
           
static String JS_OBJ_WS_ROW_PROJNAME
           
static String JS_OBJ_WS_ROW_PROJURL
           
static String JS_OBJ_WS_SERVER_TABLE
           
 
Constructor Summary
WsContentJs()
           
 
Method Summary
static StringBuffer addWsRowBuffer(StringBuffer wsRowInProgress, String variable)
           
static String appendWsRow(String wsTableInProgress, String wsRow)
           
static String createWsRow(String objIcon, String objStatus, String objName, String objURL, String objOID, String objNumber, String objVersion, String objType, String selected, String drawing, String[] objContexSensitiveLinkName, String[] objContexSensitiveLinkURL)
           
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_WS_ROW_ICON

public static final String JS_OBJ_WS_ROW_ICON
See Also:
Constant Field Values

JS_OBJ_WS_ROW_OBJSTATUS

public static final String JS_OBJ_WS_ROW_OBJSTATUS
See Also:
Constant Field Values

JS_OBJ_WS_ROW_OBJNAME

public static final String JS_OBJ_WS_ROW_OBJNAME
See Also:
Constant Field Values

JS_OBJ_WS_ROW_OBJURL

public static final String JS_OBJ_WS_ROW_OBJURL
See Also:
Constant Field Values

JS_OBJ_WS_ROW_OBJOID

public static final String JS_OBJ_WS_ROW_OBJOID
See Also:
Constant Field Values

JS_OBJ_WS_ROW_OBJNUMBER

public static final String JS_OBJ_WS_ROW_OBJNUMBER
See Also:
Constant Field Values

JS_OBJ_WS_ROW_LIFECYCLE

public static final String JS_OBJ_WS_ROW_LIFECYCLE
See Also:
Constant Field Values

JS_OBJ_WS_ROW_OBJTYPE

public static final String JS_OBJ_WS_ROW_OBJTYPE
See Also:
Constant Field Values

JS_OBJ_WS_ROW_OBJTIMESTAMP

public static final String JS_OBJ_WS_ROW_OBJTIMESTAMP
See Also:
Constant Field Values

JS_OBJ_WS_ROW_PROJNAME

public static final String JS_OBJ_WS_ROW_PROJNAME
See Also:
Constant Field Values

JS_OBJ_WS_ROW_PROJURL

public static final String JS_OBJ_WS_ROW_PROJURL
See Also:
Constant Field Values

JS_OBJ_WS_ROW_CONTEXTLINKS

public static final String JS_OBJ_WS_ROW_CONTEXTLINKS
See Also:
Constant Field Values

JS_OBJ_CONTEXTLINKS

public static final String JS_OBJ_CONTEXTLINKS
See Also:
Constant Field Values

JS_OBJ_CONTEXTLINKS_LINKS

public static final String JS_OBJ_CONTEXTLINKS_LINKS
See Also:
Constant Field Values

JS_OBJ_WFOBJURL

public static final String JS_OBJ_WFOBJURL
See Also:
Constant Field Values

JS_OBJ_WFOBJURL_NAME

public static final String JS_OBJ_WFOBJURL_NAME
See Also:
Constant Field Values

JS_OBJ_WFOBJURL_URL

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

public static final String JS_OBJ_LN
See Also:
Constant Field Values

JS_OBJ_SINGLE_QUOTE

public static final String JS_OBJ_SINGLE_QUOTE
See Also:
Constant Field Values

JS_OBJ_DOUBLE_QUOTE

public static final String JS_OBJ_DOUBLE_QUOTE
See Also:
Constant Field Values

JS_OBJ_SEMICOLON

public static final String JS_OBJ_SEMICOLON
See Also:
Constant Field Values

JS_OBJ_WS_RENDERIT

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

WsContentJs

public WsContentJs()
Method Detail

createWsRow

public static String createWsRow(String objIcon,
                                 String objStatus,
                                 String objName,
                                 String objURL,
                                 String objOID,
                                 String objNumber,
                                 String objVersion,
                                 String objType,
                                 String selected,
                                 String drawing,
                                 String[] objContexSensitiveLinkName,
                                 String[] objContexSensitiveLinkURL)

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