Package 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:
-
Field Summary
Fields inherited from interface wt.enterprise.URLActionDelegate
ACTION_NAME -
Method Summary
Methods inherited from class wt.enterprise.GeneralURLActionDelegate
getActionName, setActionName
-
Method Details
-
URL
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:
URLin interfaceURLActionDelegate- Overrides:
URLin classGeneralURLActionDelegate- Parameters:
object-- Returns:
- String
- Throws:
WTException
-