wt.change2.htmlclient
Class ChangeSignatureFormProcessor

java.lang.Object
  extended by wt.enterprise.BasicTemplateProcessor
      extended by wt.templateutil.processor.DefaultTemplateProcessor
          extended by wt.templateutil.processor.GenerateFormProcessor
              extended by wt.change2.htmlclient.ChangeSignatureFormProcessor
All Implemented Interfaces:
Externalizable, Serializable, TemplateProcessor, ContextHolder, ContextTranslator, Evolvable

Deprecated. 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 on a JSP framework in an upcoming release. The form processor supports HTML generation for Electronic Signtures in Change Management.

public class ChangeSignatureFormProcessor
extends GenerateFormProcessor



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
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
 
Method Summary
 void displayAnalysisActivityTable(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void displayChangeActivityTable(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void displayChangeInvestigationSection(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void displayChangeInvestigationTable(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void displayChangeOrderSection(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void displayChangeOrderTable(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void displayChangeProposalSection(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void displayChangeProposalTable(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void displayChangeRequestSection(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void displayChangeRequestTable(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void displayChangeSignatures(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
protected  void initiateSection(String sectionAction, Class parentClass, Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
protected  void initiateSignatureTable(QueryResult qr, Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
protected  void setHtmlClientState(Object contextObj, Properties formData, Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 
Methods inherited from class wt.templateutil.processor.GenerateFormProcessor
contextualValue, listLifeCycles
 
Methods inherited from class wt.templateutil.processor.DefaultTemplateProcessor
displayAttributeLabel, displayAttributeVal, getAttributes, getContextPropertyValue, getHtmlTemplateFactory, getPAGE_EXPIRATION, getPageExpirationResource, getTemplate, setContextPropertyValue, setNameProcessor, setPAGE_EXPIRATION, setPageExpirationResource
 
Methods inherited from class wt.enterprise.BasicTemplateProcessor
addHTMLHelpLink, addToResponseExceptions, addToResponseFooters, addToResponseHeaders, addToResponseMessages, createActionsBar, createGlobalNavigationBar, createNavigationBar, currentTimestamp, getContextAction, getContextClassName, getContextListIn, getContextListOut, getContextObj, getContextProperties, getEncoding, getFormData, getHTMLHelpURL, getHTMLTableService, getLocalizedPrintWriter, getObjectIcon, getPrintWriter, getQueryData, getResourceString, getResponseExceptions, getResponseFooters, getResponseHeaders, getResponseMessages, getResponseString, getStatus, getURLProcessorLink, getWCColor, getWCColor, getWCColorDec, getWCFontFamily, getWCFontFamily, objectActionLink, objectBackground, objectIdentification, objectPropertyName, objectPropertyValue, processSubTemplate, setContextAction, setContextClassName, setContextListIn, setContextListOut, setContextObj, setContextProperties, setFormData, setQueryData, setResponseExceptions, setResponseFooters, setResponseHeaders, setResponseMessages, setResponseString, setStatus, showResponseExceptions, tableService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

displayAnalysisActivityTable

public void displayAnalysisActivityTable(Properties parameters,
                                         Locale locale,
                                         OutputStream os)
                                  throws WTException
Deprecated. 

(Windchill Script method) Insert a table of Analysis Activity Signatures.

Supported API: true

Parameters:
parameters -
locale -
os -
Throws:
WTException

displayChangeActivityTable

public void displayChangeActivityTable(Properties parameters,
                                       Locale locale,
                                       OutputStream os)
                                throws WTException
Deprecated. 

(Windchill Script method) Insert a table of Change Activity Signatures.

Supported API: true

Parameters:
parameters -
locale -
os -
Throws:
WTException

displayChangeInvestigationSection

public void displayChangeInvestigationSection(Properties parameters,
                                              Locale locale,
                                              OutputStream os)
                                       throws WTException
Deprecated. 

(Script method) Invoke a subtemplate to insert a Change Investigation Signature section into the HTML page.

The action used to obtain an HTML template and template processor is defined in the following static variable:



Supported API: true

Parameters:
parameters -
locale -
os -
Throws:
WTException

displayChangeInvestigationTable

public void displayChangeInvestigationTable(Properties parameters,
                                            Locale locale,
                                            OutputStream os)
                                     throws WTException
Deprecated. 

(Windchill Script method) Insert a table of Change Investigation Signatures.

Supported API: true

Parameters:
parameters -
locale -
os -
Throws:
WTException

displayChangeOrderSection

public void displayChangeOrderSection(Properties parameters,
                                      Locale locale,
                                      OutputStream os)
                               throws WTException
Deprecated. 

(Script method) Invoke a subtemplate to insert a Change Order Signature section into the HTML page.

The action used to obtain an HTML template and template processor is defined in the following static variable:



Supported API: true

Parameters:
parameters -
locale -
os -
Throws:
WTException

displayChangeOrderTable

public void displayChangeOrderTable(Properties parameters,
                                    Locale locale,
                                    OutputStream os)
                             throws WTException
Deprecated. 

(Windchill Script method) Insert a table of Change Order Signatures.

Supported API: true

Parameters:
parameters -
locale -
os -
Throws:
WTException

displayChangeProposalSection

public void displayChangeProposalSection(Properties parameters,
                                         Locale locale,
                                         OutputStream os)
                                  throws WTException
Deprecated. 

(Script method) Invoke a subtemplate to insert a Change Proposal Signature section into the HTML page.

The action used to obtain an HTML template and template processor is defined in the following static variable:



Supported API: true

Parameters:
parameters -
locale -
os -
Throws:
WTException

displayChangeProposalTable

public void displayChangeProposalTable(Properties parameters,
                                       Locale locale,
                                       OutputStream os)
                                throws WTException
Deprecated. 

(Windchill Script method) Insert a table of Change Proposal Signatures.

Supported API: true

Parameters:
parameters -
locale -
os -
Throws:
WTException

displayChangeRequestSection

public void displayChangeRequestSection(Properties parameters,
                                        Locale locale,
                                        OutputStream os)
                                 throws WTException
Deprecated. 

(Script method) Invoke a subtemplate to insert a Change Request Signature section into the HTML page.

The action used to obtain an HTML template and template processor is defined in the following static variable:



Supported API: true

Parameters:
parameters -
locale -
os -
Throws:
WTException

displayChangeRequestTable

public void displayChangeRequestTable(Properties parameters,
                                      Locale locale,
                                      OutputStream os)
                               throws WTException
Deprecated. 

(Windchill Script method) Insert a table of Change Request Signatures.

Supported API: true

Parameters:
parameters -
locale -
os -
Throws:
WTException

displayChangeSignatures

public void displayChangeSignatures(Properties parameters,
                                    Locale locale,
                                    OutputStream os)
                             throws WTException
Deprecated. 



Supported API: true

Parameters:
parameters -
locale -
os -
Throws:
WTException

initiateSection

protected void initiateSection(String sectionAction,
                               Class parentClass,
                               Properties parameters,
                               Locale locale,
                               OutputStream os)
                        throws WTException
Deprecated. 

Utilitiy method to initiate a sub-template for a given section of the Change Manager Signature UI.

Supported API: true

Parameters:
sectionAction -
parentClass -
parameters -
locale -
os -
Throws:
WTException

initiateSignatureTable

protected void initiateSignatureTable(QueryResult qr,
                                      Properties parameters,
                                      Locale locale,
                                      OutputStream os)
                               throws WTException
Deprecated. 

Utilitiy method to initiate an signature table of the objects in a given QueryResult.

Supported API: true

Parameters:
qr -
parameters -
locale -
os -
Throws:
WTException

setHtmlClientState

protected void setHtmlClientState(Object contextObj,
                                  Properties formData,
                                  Properties parameters,
                                  Locale locale,
                                  OutputStream os)
                           throws WTException
Deprecated. 

Set the context object to a ChangeRequestIfc. If the context object is not a change request, attempt to obtain the ChangeRequestIfc from the context object (example: workitem) and reset the context object to the ChangeRequestIfc.

Supported API: true

Parameters:
contextObj -
formData -
parameters -
locale -
os -
Throws:
WTException