Uses of Class
ubic.gemma.model.common.description.ExternalDatabaseValueObject
-
-
Uses of ExternalDatabaseValueObject in ubic.gemma.core.association.phenotype
Methods in ubic.gemma.core.association.phenotype that return types with arguments of type ExternalDatabaseValueObject Modifier and Type Method Description Collection<ExternalDatabaseValueObject>
PhenotypeAssociationManagerService. findExternalDatabasesWithEvidence()
Deprecated.Gets all External Databases that are used with evidenceCollection<ExternalDatabaseValueObject>
PhenotypeAssociationManagerServiceImpl. findExternalDatabasesWithEvidence()
Deprecated. -
Uses of ExternalDatabaseValueObject in ubic.gemma.model.blacklist
Methods in ubic.gemma.model.blacklist that return ExternalDatabaseValueObject Modifier and Type Method Description ExternalDatabaseValueObject
BlacklistedValueObject. getExternalDatabase()
Methods in ubic.gemma.model.blacklist with parameters of type ExternalDatabaseValueObject Modifier and Type Method Description void
BlacklistedValueObject. setExternalDatabase(ExternalDatabaseValueObject externalDatabase)
-
Uses of ExternalDatabaseValueObject in ubic.gemma.model.common.description
Methods in ubic.gemma.model.common.description that return types with arguments of type ExternalDatabaseValueObject Modifier and Type Method Description static Collection<ExternalDatabaseValueObject>
ExternalDatabaseValueObject. fromEntity(Collection<ExternalDatabase> eds)
Methods in ubic.gemma.model.common.description with parameters of type ExternalDatabaseValueObject Modifier and Type Method Description int
ExternalDatabaseValueObject. compareTo(ExternalDatabaseValueObject externalDatabaseValueObject)
-
Uses of ExternalDatabaseValueObject in ubic.gemma.model.genome
Methods in ubic.gemma.model.genome that return ExternalDatabaseValueObject Modifier and Type Method Description ExternalDatabaseValueObject
TaxonValueObject. getExternalDatabase()
Methods in ubic.gemma.model.genome with parameters of type ExternalDatabaseValueObject Modifier and Type Method Description void
TaxonValueObject. setExternalDatabase(ExternalDatabaseValueObject externalDatabase)
-
Uses of ExternalDatabaseValueObject in ubic.gemma.model.genome.gene.phenotype.valueObject
Constructors in ubic.gemma.model.genome.gene.phenotype.valueObject with parameters of type ExternalDatabaseValueObject Constructor Description EvidenceSourceValueObject(String accession, ExternalDatabaseValueObject externalDatabase)
-
Uses of ExternalDatabaseValueObject in ubic.gemma.rest
Constructor parameters in ubic.gemma.rest with type arguments of type ExternalDatabaseValueObject Constructor Description ApiInfoValueObject(String msgWelcome, io.swagger.v3.oas.models.OpenAPI openApi, URI apiDocsUrl, URI specUrl, List<ExternalDatabaseValueObject> externalDatabases, BuildInfo buildInfo)
-
Uses of ExternalDatabaseValueObject in ubic.gemma.web.controller
Methods in ubic.gemma.web.controller that return types with arguments of type ExternalDatabaseValueObject Modifier and Type Method Description Collection<ExternalDatabaseValueObject>
PhenotypeController. findExternalDatabaseName()
-