Class ProductViewWFURLActionDelegate

java.lang.Object
com.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate
com.ptc.windchill.cadx.caddoc.ProductViewWFActionDelegate
com.ptc.windchill.cadx.caddoc.ProductViewWFURLActionDelegate
All Implemented Interfaces:
com.ptc.windchill.cadx.common.WildfireNavBarCommonActionDelegate, com.ptc.windchill.cadx.common.WildfireNavBarCommonURLActionDelegate, Serializable, ActionDelegate, URLActionDelegate, NavBarActionDelegate, wt.templateutil.processor.NavBarURLActionDelegate, wt.wildfire.WildfireActionDelegate, wt.wildfire.WildfireURLActionDelegate

public class ProductViewWFURLActionDelegate extends com.ptc.windchill.cadx.caddoc.ProductViewWFActionDelegate implements com.ptc.windchill.cadx.common.WildfireNavBarCommonURLActionDelegate, Serializable


Supported API: true

Extendable: false
See Also:
  • Field Summary

    Fields inherited from class com.ptc.windchill.cadx.caddoc.ProductViewWFActionDelegate

    CONTEXT_SERVICE_NAME

    Fields inherited from class com.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate

    state

    Fields inherited from interface wt.enterprise.URLActionDelegate

    ACTION_NAME, CLASS_URL
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.
    Deprecated. 
    boolean
    isURLProvider(HashMap queryValueMap, Object object)
    Deprecated. 
    void
    setActionName(String a_ActionName)
    Sets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.
    void
    setMethod(String method)
    Deprecated. 
    URL(Object object)
    Deprecated. 

    Methods inherited from class com.ptc.windchill.cadx.caddoc.ProductViewWFActionDelegate

    enableable, getContextServiceName, setContextServiceName, valid

    Methods inherited from class com.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate

    enableable, enableable, getContextWorkspace, getIsValidInInActive, getNeverInStandAlone, getWSOid, setContextWorkspace, setIsValidInInActive, setNeverInStandAlone

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getActionName

      public String getActionName()
      Gets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.

      Supported API: true
      Specified by:
      getActionName in interface URLActionDelegate
      Returns:
      String
    • setActionName

      public void setActionName(String a_ActionName) throws WTPropertyVetoException
      Sets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.

      Supported API: true
      Specified by:
      setActionName in interface NavBarActionDelegate
      Specified by:
      setActionName in interface URLActionDelegate
      Overrides:
      setActionName in class com.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate
      Parameters:
      a_ActionName -
      Throws:
      WTPropertyVetoException
    • URL

      public String URL(Object object) throws WTException
      Deprecated.
      Returns a URL which when selected will perform the action on the object. This method should not be called when the concrete URLActionDelegate class is unknown. In that case, call BasicTemplateProcessor.getURLFromDelegate() instead.

      Supported API: true
      Specified by:
      URL in interface URLActionDelegate
      Parameters:
      object -
      Returns:
      String
      Throws:
      WTException
    • getURLLabel

      public String getURLLabel(Locale locale)
      Deprecated.
      Returns a localized label for a URL for the actions.

      Supported API: true
      Specified by:
      getURLLabel in interface URLActionDelegate
      Parameters:
      locale -
      Returns:
      String
    • isURLProvider

      public boolean isURLProvider(HashMap queryValueMap, Object object)
      Deprecated.
      Returns boolean flag indicating if the the current HashMap of name values pairs from the QueryString was generated by the current NavBarURLActionDelegate.

      Supported API: true
      Specified by:
      isURLProvider in interface wt.templateutil.processor.NavBarURLActionDelegate
      Parameters:
      queryValueMap - The Name-Value pairs from the Query String
      object - The target object used to generate the Url
      Returns:
      boolean
    • setMethod

      public void setMethod(String method)
      Deprecated.
      Sets the method in URLAction to specify on the URL

      Supported API: true
      Specified by:
      setMethod in interface wt.templateutil.processor.NavBarURLActionDelegate
      Parameters:
      method - Name of a Gateway Method from URLProcessor