This namespace contains the special module functions for the GenericInterface webservice module.
Methods
-
(static) BindDeleteActionDialog(Data)
-
This function binds a "trash can" link from the action table to the function that opens a dialog to delete the action
Parameters:
Name Type Description Data
Object A control structure that contains the jQueryObjectID, jQueryObjectSelector the ActionType and the ActionName. -
(static) HideElements()
-
Hides specific DOM elements.
-
(static) Init(Params)
-
This function initialize the module.
Parameters:
Name Type Description Params
Object Initialization and internationalization parameters. -
(static) Redirect(ConfigKey, DataSource, Data)
-
Redirects.
Parameters:
Name Type Description ConfigKey
String DataSource
String Data
Object -
(static) ShowCloneDialog(Event)
-
Shows a dialog to clone a webservice.
Parameters:
Name Type Description Event
Object The browser event object, e.g. of the clicked DOM element. -
(static) ShowDeleteActionDialog(Event)
-
Shows a dialog to delete operation or invoker.
Parameters:
Name Type Description Event
Object The browser event object, e.g. of the clicked DOM element. -
(static) ShowDeleteDialog(Event)
-
Shows a confirmation dialog to delete the webservice.
Parameters:
Name Type Description Event
Object The browser event object, e.g. of the clicked DOM element. -
(static) ShowImportDialog(Event)
-
Shows a dialog to import a webservice.
Parameters:
Name Type Description Event
Object The browser event object, e.g. of the clicked DOM element.