![]() |
BaltradDex
BALTRAD Data Exchange System
|
Public Member Functions | |
| ScansunRoutesController () | |
| void | setManager (IRouterManager manager) |
| void | setAdaptorManager (IBltAdaptorManager adaptormanager) |
| void | setRuleUtilities (IRuleUtilities utils) |
| String | createRoute (Model model, @RequestParam(value="name", required=false) String name, @RequestParam(value="author", required=false) String author, @RequestParam(value="active", required=false) Boolean active, @RequestParam(value="description", required=false) String description, @RequestParam(value="recipients", required=false) List< String > recipients, @RequestParam(value="sources", required=false) List< String > sources) |
| String | showRoute (Model model, @RequestParam(value="name", required=false) String name, @RequestParam(value="author", required=false) String author, @RequestParam(value="active", required=false) Boolean active, @RequestParam(value="description", required=false) String description, @RequestParam(value="recipients", required=false) List< String > recipients, @RequestParam(value="sources", required=false) List< String > sources, @RequestParam(value="submitButton", required=false) String operation) |
Protected Member Functions | |
| String | modifyRoute (Model model, String name, String author, Boolean active, String description, List< String > recipients, List< String > sources) |
| String | viewShowRoute (Model model, String name, String author, Boolean active, String description, List< String > recipients, List< String > sources, String emessage) |
| String | viewShowRoutes (Model model, String emessage) |
| String | viewCreateRoute (Model model, String name, String author, Boolean active, String description, List< String > recipients, List< String > sources, String emessage) |
|
inline |
Default constructor
|
inlineprotected |
Modifies an existing route
| model | the model |
| name | the name of the route definition |
| author | the author |
| active | if route is active or not |
| description | the description of the route |
| recipients | the recipients |
| script | the script |
|
inline |
| adaptormanager | the adaptor manager to set |
|
inline |
| manager | the manager to set |
|
inline |
| template | the jdbc operations to set |
|
inlineprotected |
Shows the routes view
| model | the model |
| emessage | the error message if any |