wt.facade.suma
Class ViewSupplierURLActionDelegate

java.lang.Object
  extended by wt.enterprise.GeneralActionDelegate
      extended by wt.enterprise.GeneralURLActionDelegate
          extended by wt.facade.suma.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:
Serialized Form

Field Summary
 
Fields inherited from interface wt.enterprise.URLActionDelegate
ACTION_NAME
 
Method Summary
 String URL(Object object)
          Deprecated.  
 
Methods inherited from class wt.enterprise.GeneralURLActionDelegate
getActionName, getURLLabel, setActionName
 
Methods inherited from class wt.enterprise.GeneralActionDelegate
enableable, getContextServiceName, valid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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