com.ptc.windchill.cadx.caddoc
Class CADDocAttributeJs

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

public class CADDocAttributeJs
extends Object


Field Summary
static String JS_OBJ_CADDOC_ATTR_ROW
           
static String JS_OBJ_CADDOC_ATTR_SERVER_TABLE
           
static String JS_OBJ_CADDOC_ATTR_TITLE_TABLE
           
static String JS_OBJ_CADDOC_TITLE_ROW
           
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
CADDocAttributeJs()
           
 
Method Summary
private static StringBuffer addCADDocAttributeRowBuffer(StringBuffer cadDocRowInProgress, String variable)
           
static String appendCADDocAttributeRow(String cadDocTableInProgress, String cadDocRow)
           
static String createCADDocAttributeRow(String objName, String objValue, String objContext)
           
static String createCADDocAttributeTitleRow(String titleName, String titleValue, String titleType)
           
static String finalizeCADDocAttributeTableBuffer(String cadDocTableInProgress)
           
static String initCADDocAttributeTableBuffer(String codebase)
           
static String initCADDocAttributeTitleTableBuffer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JS_OBJ_CADDOC_ATTR_ROW

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

public static final String JS_OBJ_CADDOC_ATTR_SERVER_TABLE
See Also:
Constant Field Values

JS_OBJ_CADDOC_ATTR_TITLE_TABLE

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

CADDocAttributeJs

public CADDocAttributeJs()
Method Detail

createCADDocAttributeRow

public static String createCADDocAttributeRow(String objName,
                                              String objValue,
                                              String objContext)

addCADDocAttributeRowBuffer

private static StringBuffer addCADDocAttributeRowBuffer(StringBuffer cadDocRowInProgress,
                                                        String variable)

initCADDocAttributeTableBuffer

public static String initCADDocAttributeTableBuffer(String codebase)

appendCADDocAttributeRow

public static String appendCADDocAttributeRow(String cadDocTableInProgress,
                                              String cadDocRow)

finalizeCADDocAttributeTableBuffer

public static String finalizeCADDocAttributeTableBuffer(String cadDocTableInProgress)

createCADDocAttributeTitleRow

public static String createCADDocAttributeTitleRow(String titleName,
                                                   String titleValue,
                                                   String titleType)

initCADDocAttributeTitleTableBuffer

public static String initCADDocAttributeTitleTableBuffer()