Uses of Class
ubic.gemma.model.common.description.ExternalDatabaseValueObject
-
Packages that use ExternalDatabaseValueObject Package Description ubic.gemma.model.blacklist ubic.gemma.model.common.description ubic.gemma.model.genome ubic.gemma.rest -
-
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.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)
-