com.ptc.windchill.enterprise.search.client
Class CoSimpleWindchillTutorialHyperLinkProducer

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElementHandler
      extended by com.ptc.core.ca.co.client.windchill.CoWindchillHyperLinkProducer
          extended by com.ptc.windchill.enterprise.search.client.CoSimpleWindchillHelpHyperLinkProducer
              extended by com.ptc.windchill.enterprise.search.client.CoSimpleWindchillTutorialHyperLinkProducer
All Implemented Interfaces:
CoModelHandler

public class CoSimpleWindchillTutorialHyperLinkProducer
extends CoSimpleWindchillHelpHyperLinkProducer

This class implements model handler for the hyperlink element to provide links to any windchill tutorial resource. The class uses "simple" approach to generated the url.

Supported API: true

Extendable: true


Method Summary
 void updateModel(CoElement element, CoEnvData envData)
          Creates and updates the model of the element.
 
Methods inherited from class com.ptc.windchill.enterprise.search.client.CoSimpleWindchillHelpHyperLinkProducer
getLocaleSpecificHelpResource
 
Methods inherited from class com.ptc.core.ca.co.client.windchill.CoWindchillHyperLinkProducer
getParams
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

updateModel

public void updateModel(CoElement element,
                        CoEnvData envData)
                 throws WTException
Creates and updates the model of the element.

Supported API: true

Specified by:
updateModel in interface CoModelHandler
Overrides:
updateModel in class CoSimpleWindchillHelpHyperLinkProducer
Parameters:
element -
envData -
Throws:
WTException