Class GeoRecordBrowserController

java.lang.Object
ubic.gemma.web.controller.expression.experiment.GeoRecordBrowserController

@Controller public class GeoRecordBrowserController extends Object
Author:
pavlidis
  • Constructor Details

    • GeoRecordBrowserController

      public GeoRecordBrowserController()
  • Method Details

    • browse

      public Collection<ubic.gemma.core.loader.expression.geo.model.GeoRecord> browse(int start, int count, String searchString) throws IOException, ParseException
      AJAX
      Parameters:
      start - starting record number
      count - how many records to retrieve "per page"
      Returns:
      GEO series records fetch from GEO.
      Throws:
      IOException - IO problems
      ParseException - parse problems
    • getDetails

      public String getDetails(String accession)
    • toggleUsability

      public boolean toggleUsability(String accession)