Uses of Class
ubic.gemma.core.search.SearchResultDisplayObject
Packages that use SearchResultDisplayObject
Package
Description
-
Uses of SearchResultDisplayObject in ubic.gemma.core.search
Methods in ubic.gemma.core.search that return types with arguments of type SearchResultDisplayObjectModifier and TypeMethodDescriptionstatic <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 SearchResultDisplayObjectModifier and TypeMethodDescriptionintSearchResultDisplayObject.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 SearchResultDisplayObjectModifier and TypeMethodDescriptionExpressionExperimentSearchService.getAllTaxonExperimentGroup(Long taxonId) ExpressionExperimentSearchServiceImpl.getAllTaxonExperimentGroup(Long taxonId) ExpressionExperimentSearchService.searchExperimentsAndExperimentGroups(String query, Long taxonId) does not include session bound setsExpressionExperimentSearchServiceImpl.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 SearchResultDisplayObjectModifier and TypeMethodDescriptionGeneSearchService.searchGenesAndGeneGroups(String query, Long taxonId) 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 SearchResultDisplayObjectModifier and TypeMethodDescriptionExpressionExperimentController.getAllTaxonExperimentGroup(Long taxonId) AJAXExpressionExperimentController.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 SearchResultDisplayObjectModifier and TypeMethodDescriptionGenePickerController.searchGenesAndGeneGroups(String query, Long taxonId) AJAX (used by GeneAndGeneGroupCombo.js)