Uses of Class
ubic.gemma.core.search.SearchResultDisplayObject
-
-
Uses of SearchResultDisplayObject in ubic.gemma.core.search
Methods in ubic.gemma.core.search that return types with arguments of type SearchResultDisplayObject Modifier and Type Method Description static <T extends Identifiable>
List<SearchResultDisplayObject>SearchResultDisplayObject. convertSearchResults2SearchResultDisplayObjects(List<SearchResult<T>> results)
Creates a collection of SearchResultDisplayObjects from a collection of objects.Methods in ubic.gemma.core.search with parameters of type SearchResultDisplayObject Modifier and Type Method Description int
SearchResultDisplayObject. compareTo(SearchResultDisplayObject o)
-
Uses of SearchResultDisplayObject in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return types with arguments of type SearchResultDisplayObject Modifier and Type Method Description List<SearchResultDisplayObject>
ExpressionExperimentSearchService. getAllTaxonExperimentGroup(Long taxonId)
List<SearchResultDisplayObject>
ExpressionExperimentSearchServiceImpl. getAllTaxonExperimentGroup(Long taxonId)
List<SearchResultDisplayObject>
ExpressionExperimentSearchService. searchExperimentsAndExperimentGroups(String query, Long taxonId)
does not include session bound setsList<SearchResultDisplayObject>
ExpressionExperimentSearchServiceImpl. searchExperimentsAndExperimentGroups(String query, Long taxonId)
-
Uses of SearchResultDisplayObject in ubic.gemma.persistence.service.genome.gene
Methods in ubic.gemma.persistence.service.genome.gene that return types with arguments of type SearchResultDisplayObject Modifier and Type Method Description Collection<SearchResultDisplayObject>
GeneSearchService. searchGenesAndGeneGroups(String query, Long taxonId)
Collection<SearchResultDisplayObject>
GeneSearchServiceImpl. searchGenesAndGeneGroups(String query, Long taxonId)
-
Uses of SearchResultDisplayObject in ubic.gemma.web.controller.expression.experiment
Methods in ubic.gemma.web.controller.expression.experiment that return types with arguments of type SearchResultDisplayObject Modifier and Type Method Description List<SearchResultDisplayObject>
ExpressionExperimentController. getAllTaxonExperimentGroup(Long taxonId)
List<SearchResultDisplayObject>
ExpressionExperimentController. searchExperimentsAndExperimentGroups(String query, Long taxonId)
AJAX (used by experimentAndExperimentGroupCombo.js) -
Uses of SearchResultDisplayObject in ubic.gemma.web.controller.genome.gene
Methods in ubic.gemma.web.controller.genome.gene that return types with arguments of type SearchResultDisplayObject Modifier and Type Method Description Collection<SearchResultDisplayObject>
GenePickerController. searchGenesAndGeneGroups(String query, Long taxonId)
AJAX (used by GeneAndGeneGroupCombo.js)
-