Class SearchPresenter
Description of SearchPresenter
- Nette\Application\UI\Presenter
- BaseModule\BasePresenter
- SearchModule\SearchPresenter
public
|
|
protected
|
|
public
|
|
public
|
#
renderExport( )
Forces a file to download (from the export of the search). Data are from the post request (variables exportType and export) |
public
|
#
saveResultSet(
Forces a file to download |
public
|
|
public
|
#
saveResultSetCsv(
Forces a CSV file to download |
public
|
|
public
|
|
public
json
|
|
public
|
|
public
|
|
public
|
|
public
|
#
actionGetStructure( string $param, integer $start, integer $stop, integer $id )
Gets structure from database |
public
|
#
actionGetFullImage( string $param, integer $start = null, integer $stop = null, integer $id = null )
Gets full SVG iamge for accesion & prediction id |
public
|
#
actionGetTaxonomyChoiceWithSpecies( integer $param )
Serves for AJAX calls - returns JSON-encoded list of taxonomies in sublevel |
public
|
#
actionTaxonomybrowser( string $preselected = null, string $fulltext = null, boolean $fulltextOnlyMatches = true, string $fulltextIds = '', integer $treeElSize = 600 )
Display taxonomy browser - the top list categories are displayed |
public
JSON
|
#
actionGetSequencesByAccessions( string $param )
Serves for AJAX calls - list sequences by (multiple) accession numbers |
public
JSON
|
#
actionGetFastaInfoByAccessions( string $param )
Serves for AJAX calls - list fasta file info (name, sequence, prediction) of sequences by (multiple) accession numbers |
protected
|
__construct(),
formatLayoutTemplateFiles(),
startup()
|
protected
|
$parser
object that parses query and returns result |
|
protected
|
$dbService
object that parses query and returns result |