Class GeoRecordBrowserController
- java.lang.Object
-
- ubic.gemma.web.controller.expression.experiment.GeoRecordBrowserController
-
@Component public class GeoRecordBrowserController extends Object
- Author:
- pavlidis
-
-
Constructor Summary
Constructors Constructor Description GeoRecordBrowserController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<GeoRecord>
browse(int start, int count, String searchString)
AJAXString
getDetails(String accession)
boolean
toggleUsability(String accession)
-
-
-
Method Detail
-
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
-
toggleUsability
public boolean toggleUsability(String accession)
-
-