com.ptc.core.ca.co.client.windchill
Class CoSimpleWindchillTPContentHolderHyperLinkProducer

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElementHandler
      extended by com.ptc.core.ca.co.client.windchill.CoWindchillTPHyperLinkProducer
          extended by com.ptc.core.ca.co.client.windchill.CoSimpleWindchillTPHyperLinkProducer
              extended by com.ptc.core.ca.co.client.windchill.CoSimpleWindchillTPContentHolderHyperLinkProducer
All Implemented Interfaces:
CoModelHandler

Deprecated.

@Deprecated
public class CoSimpleWindchillTPContentHolderHyperLinkProducer
extends CoSimpleWindchillTPHyperLinkProducer



Supported API: true

Extendable: false


Method Summary
 String getFile(CoElement element, CoEnvData envData)
          Deprecated. Returns null.
 HashMap getParams(CoElement element, CoEnvData envData)
          Deprecated. Returns null.
 void updateModel(CoElement element, CoEnvData envData)
          Deprecated. Creates and updates the model of the element.
 
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
Deprecated. 
Creates and updates the model of the element.

Supported API: true

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

getParams

public HashMap getParams(CoElement element,
                         CoEnvData envData)
                  throws WTException
Deprecated. 
Returns null.

This method is used by the implementation of the updataModel method to get a map of additional parameters provided by the class that overrides this class. Regular parameters come from the configuration specification. Overriding this method hyper link producers can provide parameters in addition to the regular ones.

Supported API: true

Overrides:
getParams in class CoSimpleWindchillTPHyperLinkProducer
Parameters:
element -
envData -
Returns:
HashMap
Throws:
WTException

getFile

public String getFile(CoElement element,
                      CoEnvData envData)
               throws WTException
Deprecated. 
Returns null.

This method is used by the implementation of the updataModel method to get the file name as part of additional parameters provided by the class that overrides this class. Regular parameters come from the configuration specification. Overriding this method hyper link producers can provide parameters in addition to the regular ones.

Supported API: true

Overrides:
getFile in class CoWindchillTPHyperLinkProducer
Parameters:
element -
envData -
Returns:
String
Throws:
WTException