|
|||||||||||
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.enterprise.PartReplacementsProcessor
Deprecation Notice: This class is still valid for this release, however
this serves as advance notice that it will be removed in the future.
All user interfaces built using the Windchill HTML Template Processing
client architecture will be rewritten using a different framework in
an upcoming release.
Processor for the Part Replacements html view page.
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
Deprecated. |
static long |
EXTERNALIZATION_VERSION_UID
Deprecated. |
protected static long |
OLD_FORMAT_VERSION_UID
Deprecated. |
private static String |
RESOURCE
Deprecated. |
(package private) static long |
serialVersionUID
Deprecated. |
private static boolean |
VERBOSE
Deprecated. |
Fields inherited from class wt.templateutil.processor.DefaultTemplateProcessor |
ACTION, CLASS, CODEBASE, LINE_FEED_DELIMITER, MESSAGE_SEPARATOR, OID |
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 | |
PartReplacementsProcessor()
Deprecated. |
Method Summary | |
void |
getAlternateForHeader(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. Prints the header for the Alternate for Table |
void |
getAlternatesHeader(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. Prints the header for the Alternates table |
void |
getPartMasterIcon(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. Displays the part master icon |
void |
getReplacementsHeader(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. Prints the title for the page |
void |
getSubstituteForHeader(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. Prints the header for the Substitute for table |
void |
getSubstitutesHeader(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. Prints the header for the Substitutes table |
void |
initializeSubstituteForTable(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. Queries for part masters for which the context part's master is a substitute and constructs the display table |
void |
initializeSubstitutesTable(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. Queries for substitutes of context part's master and constructs the display table |
void |
readExternal(ObjectInput input)
Deprecated. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Deprecated. Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(PartReplacementsProcessor thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Deprecated. |
void |
writeExternal(ObjectOutput output)
Deprecated. |
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 static boolean VERBOSE
Constructor Detail |
public PartReplacementsProcessor()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class DefaultTemplateProcessor
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class DefaultTemplateProcessor
input
-
IOException
ClassNotFoundException
protected boolean readVersion(PartReplacementsProcessor 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
public void getAlternatesHeader(Properties parameters, Locale locale, OutputStream os)
public void getAlternateForHeader(Properties parameters, Locale locale, OutputStream os)
public void getSubstitutesHeader(Properties parameters, Locale locale, OutputStream os)
public void getSubstituteForHeader(Properties parameters, Locale locale, OutputStream os)
public void getReplacementsHeader(Properties parameters, Locale locale, OutputStream os)
public void getPartMasterIcon(Properties parameters, Locale locale, OutputStream os) throws WTException, PropertyVetoException, InvocationTargetException, IllegalAccessException
WTException
PropertyVetoException
InvocationTargetException
IllegalAccessException
public void initializeSubstitutesTable(Properties parameters, Locale locale, OutputStream os) throws QueryException, WTException, WTPropertyVetoException
QueryException
WTException
WTPropertyVetoException
public void initializeSubstituteForTable(Properties parameters, Locale locale, OutputStream os) throws QueryException, WTException, WTPropertyVetoException
QueryException
WTException
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |