|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.enterprise.BasicTemplateProcessor
wt.templateutil.processor.DefaultTemplateProcessor
wt.templateutil.processor.GenerateFormProcessor
com.ptc.windchill.cadx.cancelcheckout.CancelCheckoutTemplateProcessor
Supported API: false
Extendable: false
Fields inherited from class wt.templateutil.processor.GenerateFormProcessor |
DEFAULT_LIFECYCLE, ON_CHANGE_EVENT_NAME, TEAMTEMPLATE_INPUT_NAME |
Fields inherited from class wt.templateutil.processor.DefaultTemplateProcessor |
ACTION, CLASS, CODEBASE, LINE_FEED_DELIMITER, MESSAGE_SEPARATOR, OID, VERBOSE |
Fields inherited from interface wt.templateutil.processor.ContextTranslator |
CONTEXT_LIST_IN, CONTEXT_LIST_OUT |
Fields inherited from interface wt.templateutil.processor.ContextHolder |
CONTEXT_ACTION, CONTEXT_CLASS_NAME, CONTEXT_OBJ, CONTEXT_PROPERTIES, FORM_DATA, QUERY_DATA, RESPONSE_EXCEPTIONS, RESPONSE_FOOTERS, RESPONSE_HEADERS, RESPONSE_MESSAGES, RESPONSE_STRING, STATUS |
Constructor Summary | |
CancelCheckoutTemplateProcessor()
|
Method Summary | |
void |
addHeaders(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
void |
addJSData(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
void |
addPartsSelectionBox(Properties properties,
Locale locale,
OutputStream os)
|
void |
addRules(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
void |
addStyleSheet(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
void |
addTablesScript(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
void |
getDateFormatJS(Properties parameters,
Locale locale,
OutputStream os)
|
private boolean |
getIsPJL()
|
void |
getPJLEndSpan(Properties properties,
Locale locale,
OutputStream os)
|
void |
getPJLStartSpan(Properties properties,
Locale locale,
OutputStream os)
|
ArrayList |
getSelectedExistingObjList()
|
String |
getSelExistObjOidStringforProE()
|
private void |
init()
|
void |
isConnected(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
private boolean |
isWSValidForCancelCheckout(Workable wObj)
|
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(CancelCheckoutTemplateProcessor thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setSelectionBoxChoices(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private boolean isInitialized
private EPMWorkspace workspace
private int csType
private ConfigSpec configSpec
private Object[] selObjs
private boolean isConnectedToProe
private boolean isActiveWorkspace
private boolean includeDependencies
private boolean wfPJL
private String refUrl
private String predecessorUrl
private WTContainer container
private static final String INCLUDED_BY_ALL
private static final String INCLUDED_BY_REQUIRED
private static final String INCLUDED_BY_SELECTED
private static final String INCLUDE_NONE
private static final char CHAR_DOUBLE_QUOTE
private static final char CHAR_SINGLE_QUOTE
private static final char CHAR_NEWLINE
private static final String INCLUDE_DEPENDENTS
private static final String INCLUDE_DRAWINGS
private static final String INCLUDE_PARTS
private static final String WORKSPACE
private static final String SELID
private static final String OBJECT_ID
private static String[] headersArray
Constructor Detail |
public CancelCheckoutTemplateProcessor()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class GenerateFormProcessor
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class GenerateFormProcessor
input
-
IOException
ClassNotFoundException
protected boolean readVersion(CancelCheckoutTemplateProcessor thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private void init()
public void addStyleSheet(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public void addTablesScript(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public void isConnected(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public void addJSData(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public void addPartsSelectionBox(Properties properties, Locale locale, OutputStream os) throws WTException
WTException
public void setSelectionBoxChoices(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public void addRules(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public void addHeaders(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public ArrayList getSelectedExistingObjList() throws WTException
WTException
public String getSelExistObjOidStringforProE() throws WTException
WTException
public void getDateFormatJS(Properties parameters, Locale locale, OutputStream os)
private boolean getIsPJL() throws WTException
WTException
public void getPJLStartSpan(Properties properties, Locale locale, OutputStream os) throws WTException
WTException
public void getPJLEndSpan(Properties properties, Locale locale, OutputStream os) throws WTException
WTException
private boolean isWSValidForCancelCheckout(Workable wObj)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |