Uses of Class
ubic.gemma.model.common.search.SearchSettingsValueObject
-
Packages that use SearchSettingsValueObject Package Description ubic.gemma.persistence.service.common.description ubic.gemma.web.controller ubic.gemma.web.controller.common.description.bibref -
-
Uses of SearchSettingsValueObject in ubic.gemma.persistence.service.common.description
Methods in ubic.gemma.persistence.service.common.description with parameters of type SearchSettingsValueObject Modifier and Type Method Description List<BibliographicReferenceValueObject>
BibliographicReferenceService. search(SearchSettingsValueObject settings)
List<BibliographicReferenceValueObject>
BibliographicReferenceServiceImpl. search(SearchSettingsValueObject settings)
-
Uses of SearchSettingsValueObject in ubic.gemma.web.controller
Methods in ubic.gemma.web.controller with parameters of type SearchSettingsValueObject Modifier and Type Method Description JsonReaderResponse<GeneralSearchController.SearchResultValueObject<?>>
GeneralSearchController. ajaxSearch(SearchSettingsValueObject settingsValueObject)
-
Uses of SearchSettingsValueObject in ubic.gemma.web.controller.common.description.bibref
Methods in ubic.gemma.web.controller.common.description.bibref with parameters of type SearchSettingsValueObject Modifier and Type Method Description JsonReaderResponse<BibliographicReferenceValueObject>
BibliographicReferenceController. search(SearchSettingsValueObject settings)
-