Uses of Class
ubic.gemma.model.common.auditAndSecurity.curation.AnnotationSetDisposition
Packages that use AnnotationSetDisposition
Package
Description
-
Uses of AnnotationSetDisposition in ubic.gemma.model.common.auditAndSecurity.curation
Fields in ubic.gemma.model.common.auditAndSecurity.curation with type parameters of type AnnotationSetDispositionModifier and TypeFieldDescriptionstatic final Comparator<AnnotationSetDisposition> AnnotationSetDisposition.NEWEST_FIRSTMost recent first, id breaking a same-millisecond tie.Methods in ubic.gemma.model.common.auditAndSecurity.curation that return types with arguments of type AnnotationSetDispositionModifier and TypeMethodDescriptionstatic List<AnnotationSetDisposition> AnnotationSetDisposition.standing(Collection<AnnotationSetDisposition> rulings) The standing ruling under eachAnnotationSetDisposition.standingKey()— the most recent row per finding, or per target for rows carrying no finding id.Method parameters in ubic.gemma.model.common.auditAndSecurity.curation with type arguments of type AnnotationSetDispositionModifier and TypeMethodDescriptionstatic List<AnnotationSetDisposition> AnnotationSetDisposition.standing(Collection<AnnotationSetDisposition> rulings) The standing ruling under eachAnnotationSetDisposition.standingKey()— the most recent row per finding, or per target for rows carrying no finding id. -
Uses of AnnotationSetDisposition in ubic.gemma.persistence.service.common.auditAndSecurity.curation
Subclasses with type arguments of type AnnotationSetDisposition in ubic.gemma.persistence.service.common.auditAndSecurity.curationSubinterfaces with type arguments of type AnnotationSetDisposition in ubic.gemma.persistence.service.common.auditAndSecurity.curationModifier and TypeInterfaceDescriptioninterfaceDAO forAnnotationSetDispositionrows — a curator's rulings on the individual findings inside an audit set.Methods in ubic.gemma.persistence.service.common.auditAndSecurity.curation that return AnnotationSetDispositionModifier and TypeMethodDescriptionAnnotationSetDispositionService.rule(AnnotationSet annotationSet, String targetId, String findingId, FindingDisposition disposition, String decidedBy, TriageJudgeKind judgeKind, String reason) Record a ruling on one finding.AnnotationSetDispositionServiceImpl.rule(AnnotationSet annotationSet, String targetId, String findingId, FindingDisposition disposition, String decidedBy, TriageJudgeKind judgeKind, String reason) Methods in ubic.gemma.persistence.service.common.auditAndSecurity.curation that return types with arguments of type AnnotationSetDispositionModifier and TypeMethodDescriptionAnnotationSetDispositionDao.findBySet(AnnotationSet annotationSet) Every ruling on one set, most recent first — the full log, including rulings that have since been superseded.AnnotationSetDispositionDaoImpl.findBySet(AnnotationSet annotationSet) AnnotationSetDispositionService.findBySet(AnnotationSet annotationSet) Every ruling on one set, most recent first — the full log, superseded rulings included.AnnotationSetDispositionServiceImpl.findBySet(AnnotationSet annotationSet) AnnotationSetDispositionDao.findBySetAndTarget(AnnotationSet annotationSet, String targetId) Every ruling on one finding, most recent first.AnnotationSetDispositionDaoImpl.findBySetAndTarget(AnnotationSet annotationSet, String targetId) AnnotationSetDispositionDao.findStandingBySet(AnnotationSet annotationSet) The standing ruling for each finding in one set — the most recent row per finding id, or per target id for rows carrying no finding id.AnnotationSetDispositionDaoImpl.findStandingBySet(AnnotationSet annotationSet) AnnotationSetDispositionDao.findStandingBySetIds(Collection<Long> annotationSetIds) BatchedAnnotationSetDispositionDao.findStandingBySet(AnnotationSet), for a list view that would otherwise ask once per set.AnnotationSetDispositionDaoImpl.findStandingBySetIds(Collection<Long> annotationSetIds) AnnotationSetDispositionService.historyFor(AnnotationSet annotationSet, String targetId) Every ruling on one finding, most recent first.AnnotationSetDispositionServiceImpl.historyFor(AnnotationSet annotationSet, String targetId) AnnotationSetDispositionService.standingFor(AnnotationSet annotationSet) The standing ruling for each finding in one set — the most recent per finding id, or per target id for rows carrying no finding id.AnnotationSetDispositionServiceImpl.standingFor(AnnotationSet annotationSet) AnnotationSetDispositionService.standingForIds(Collection<Long> annotationSetIds) BatchedAnnotationSetDispositionService.standingFor(AnnotationSet), keyed by annotation set id.AnnotationSetDispositionServiceImpl.standingForIds(Collection<Long> annotationSetIds)