com.ptc.windchill.cadx.rename
Class RenameReportJs

java.lang.Object
  extended bycom.ptc.windchill.cadx.rename.RenameReportJs

public class RenameReportJs
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
RenameReportJs()
           
 
Method Summary
static StringBuffer addWsRowBuffer(StringBuffer wsRowInProgress, String[] variable)
           
static StringBuffer addWsRowBuffer(StringBuffer wsRowInProgress, String variable, boolean isLast)
           
static String appendWsRow(String wsTableInProgress, String wsRow)
           
static String createWsRow(String objIcon, String objPDMStatus, String objAuthStatus, String objAuthApp, String objPDMType, String objNumber, String objFileName, String objURL, String objOID, String objVersion, String wsName, String ownersMailId, String isInstance, String genericDoc)
           
static String finalizeWsTableBuffer(String wsTableInProgress)
           
static String initWsTableBuffer(String codebase)
           
 
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

RenameReportJs

public RenameReportJs()
Method Detail

createWsRow

public static String createWsRow(String objIcon,
                                 String objPDMStatus,
                                 String objAuthStatus,
                                 String objAuthApp,
                                 String objPDMType,
                                 String objNumber,
                                 String objFileName,
                                 String objURL,
                                 String objOID,
                                 String objVersion,
                                 String wsName,
                                 String ownersMailId,
                                 String isInstance,
                                 String genericDoc)

addWsRowBuffer

public static StringBuffer addWsRowBuffer(StringBuffer wsRowInProgress,
                                          String variable,
                                          boolean isLast)

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)