Class GeoRecordBrowserController
java.lang.Object
ubic.gemma.web.controller.expression.experiment.GeoRecordBrowserController
- Author:
- pavlidis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAJAXgetDetails
(String accession) boolean
toggleUsability
(String accession)
-
Constructor Details
-
GeoRecordBrowserController
public GeoRecordBrowserController()
-
-
Method Details
-
browse
public Collection<GeoRecord> browse(int start, int count, String searchString) throws IOException, ParseException AJAX- Parameters:
start
- starting record numbercount
- how many records to retrieve "per page"- Returns:
- GEO series records fetch from GEO.
- Throws:
IOException
- IO problemsParseException
- parse problems
-
getDetails
-
toggleUsability
-