Uses of Class
ubic.gemma.persistence.service.common.description.CharacteristicDao.UsageExample
Packages that use CharacteristicDao.UsageExample
-
Uses of CharacteristicDao.UsageExample in ubic.gemma.persistence.service.common.description
Methods in ubic.gemma.persistence.service.common.description that return types with arguments of type CharacteristicDao.UsageExampleModifier and TypeMethodDescriptionCharacteristicDao.findRepresentativeUsageByValueUris(Collection<String> valueUris) For each supplied value URI, return one representative ACL-visibleCharacteristicDao.UsageExample, or omit the URI when no accessible usage exists.CharacteristicDaoImpl.findRepresentativeUsageByValueUris(Collection<String> valueUris) CharacteristicReadService.findRepresentativeUsageByValueUris(Collection<String> valueUris) For each value URI, return one representative ACL-visible usage, or omit URIs with no accessible usage.CharacteristicReadServiceImpl.findRepresentativeUsageByValueUris(Collection<String> valueUris) CharacteristicService.findRepresentativeUsageByValueUris(Collection<String> valueUris) For each value URI, return one representative ACL-visible usage (or omit it when none is accessible), so a search hit can be shown in the context it has actually been applied.CharacteristicServiceImpl.findRepresentativeUsageByValueUris(Collection<String> valueUris)