@Controller @RequestMapping(value="/plugin/col7a1-mutations") public class MutationsViewController extends MolgenisPluginController
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITYNAME_MUTATIONS |
static String |
ENTITYNAME_MUTATIONSVIEW |
static List<String> |
HEADERS_NAMES |
static String |
ID |
static String |
MUTATIONS__MUTATION_ID |
static String |
MUTATIONSVIEW__MUTATION_ID |
static String |
TITLE |
static String |
URI |
PLUGIN_URI_PREFIX| Constructor and Description |
|---|
MutationsViewController(DataService dataService,
MysqlViewService mysqlViewService) |
| Modifier and Type | Method and Description |
|---|---|
String |
create(org.springframework.ui.Model model) |
String |
init(org.springframework.ui.Model model) |
boolean |
refresh(org.springframework.ui.Model model) |
getId, getUripublic static final String ID
public static final String URI
public static final String ENTITYNAME_MUTATIONSVIEW
public static final String ENTITYNAME_MUTATIONS
public static final String MUTATIONS__MUTATION_ID
public static final String MUTATIONSVIEW__MUTATION_ID
public static final String TITLE
@Autowired public MutationsViewController(DataService dataService, MysqlViewService mysqlViewService)
@RequestMapping(method=GET) public String init(org.springframework.ui.Model model)
@RequestMapping(value="/create",
method=GET,
produces="application/json")
public String create(org.springframework.ui.Model model)
@RequestMapping(value="/generate",
method=GET,
produces="application/json")
@ResponseBody
public boolean refresh(org.springframework.ui.Model model)
Copyright © 2014. All Rights Reserved.