wt.facade.suma
Class ViewSupplierURLActionDelegate
java.lang.Object
wt.enterprise.GeneralActionDelegate
wt.enterprise.GeneralURLActionDelegate
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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