|
| 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) |
|
|
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) |
|
◆ ScansunRoutesController()
eu.baltrad.beastui.web.controller.ScansunRoutesController.ScansunRoutesController |
( |
| ) |
|
|
inline |
◆ modifyRoute()
String eu.baltrad.beastui.web.controller.ScansunRoutesController.modifyRoute |
( |
Model | model, |
|
|
String | name, |
|
|
String | author, |
|
|
Boolean | active, |
|
|
String | description, |
|
|
List< String > | recipients, |
|
|
List< String > | sources ) |
|
inlineprotected |
Modifies an existing route
- Parameters
-
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 |
- Returns
- the redirection string
◆ setAdaptorManager()
void eu.baltrad.beastui.web.controller.ScansunRoutesController.setAdaptorManager |
( |
IBltAdaptorManager | adaptormanager | ) |
|
|
inline |
- Parameters
-
adaptormanager | the adaptor manager to set |
◆ setManager()
void eu.baltrad.beastui.web.controller.ScansunRoutesController.setManager |
( |
IRouterManager | manager | ) |
|
|
inline |
- Parameters
-
manager | the manager to set |
◆ setRuleUtilities()
void eu.baltrad.beastui.web.controller.ScansunRoutesController.setRuleUtilities |
( |
IRuleUtilities | utils | ) |
|
|
inline |
- Parameters
-
template | the jdbc operations to set |
◆ viewShowRoutes()
String eu.baltrad.beastui.web.controller.ScansunRoutesController.viewShowRoutes |
( |
Model | model, |
|
|
String | emessage ) |
|
inlineprotected |
Shows the routes view
- Parameters
-
model | the model |
emessage | the error message if any |
- Returns
- "routes"
The documentation for this class was generated from the following file:
- src/java/eu/baltrad/beastui/web/controller/ScansunRoutesController.java