com.ptc.windchill.cadx.caddoc
Class CADDocContentJs

java.lang.Object
  extended bycom.ptc.windchill.cadx.caddoc.CADDocContentJs

public class CADDocContentJs
extends Object


Field Summary
static String JS_OBJ_CADDOC_ROW
           
static String JS_OBJ_CADDOC_SERVER_TABLE
           
static String JS_OBJ_CADDOC_TITLE_ROW
           
static String JS_OBJ_CADDOC_TITLE_TABLE
           
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
           
 
Constructor Summary
CADDocContentJs()
           
 
Method Summary
static StringBuffer addCADDocContentRowBuffer(StringBuffer cadDocRowInProgress, String variable)
           
static String appendCADDocContentRow(String cadDocTableInProgress, String cadDocRow)
           
static String createCADDocContentRow(String objIcon, String objName, String objURL, String objOID, String objFormat, String objStatus, String objDownloadPref, String objCategory, String objRole, String objFileSize, String objTimeStamp, String objUpdateBy, String objUpdateByEmail)
           
static String createCADDocContentTitleRow(String titleName, String titleFormat, String titleStatus, String titleDownloadPref, String titleCategory, String titleFileSize, String titleLastUpdated, String titleUpdateBy)
           
static String finalizeCADDocContentTableBuffer(String cadDocTableInProgress)
           
static String initCADDocContentTableBuffer(String codebase)
           
static String initCADDocContentTitleTableBuffer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JS_OBJ_CADDOC_ROW

public static final String JS_OBJ_CADDOC_ROW
See Also:
Constant Field Values

JS_OBJ_CADDOC_TITLE_ROW

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

public static final String JS_OBJ_CADDOC_SERVER_TABLE
See Also:
Constant Field Values

JS_OBJ_CADDOC_TITLE_TABLE

public static final String JS_OBJ_CADDOC_TITLE_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
Constructor Detail

CADDocContentJs

public CADDocContentJs()
Method Detail

createCADDocContentRow

public static String createCADDocContentRow(String objIcon,
                                            String objName,
                                            String objURL,
                                            String objOID,
                                            String objFormat,
                                            String objStatus,
                                            String objDownloadPref,
                                            String objCategory,
                                            String objRole,
                                            String objFileSize,
                                            String objTimeStamp,
                                            String objUpdateBy,
                                            String objUpdateByEmail)

addCADDocContentRowBuffer

public static StringBuffer addCADDocContentRowBuffer(StringBuffer cadDocRowInProgress,
                                                     String variable)

initCADDocContentTableBuffer

public static String initCADDocContentTableBuffer(String codebase)

appendCADDocContentRow

public static String appendCADDocContentRow(String cadDocTableInProgress,
                                            String cadDocRow)

finalizeCADDocContentTableBuffer

public static String finalizeCADDocContentTableBuffer(String cadDocTableInProgress)

createCADDocContentTitleRow

public static String createCADDocContentTitleRow(String titleName,
                                                 String titleFormat,
                                                 String titleStatus,
                                                 String titleDownloadPref,
                                                 String titleCategory,
                                                 String titleFileSize,
                                                 String titleLastUpdated,
                                                 String titleUpdateBy)

initCADDocContentTitleTableBuffer

public static String initCADDocContentTitleTableBuffer()