Class ViewSupplierURLActionDelegate

All Implemented Interfaces:
Externalizable, Serializable, ActionDelegate, URLActionDelegate
Direct Known Subclasses:
ViewManufacturerURLActionDelegate, ViewVendorURLActionDelegate

public abstract class ViewSupplierURLActionDelegate extends GeneralURLActionDelegate implements Externalizable


Supported API: true

Extendable: false
See Also:
  • Method Details

    • 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
      Overrides:
      URL in class GeneralURLActionDelegate
      Parameters:
      object -
      Returns:
      String
      Throws:
      WTException