Uses of Enum Class
ubic.gemma.model.common.auditAndSecurity.curation.ScreeningResult
Packages that use ScreeningResult
Package
Description
-
Uses of ScreeningResult in ubic.gemma.model.common.auditAndSecurity.curation
Subclasses with type arguments of type ScreeningResult in ubic.gemma.model.common.auditAndSecurity.curationModifier and TypeClassDescriptionenumThe outcome a curator or agent recorded for oneTicketTargetwhen screening it.Methods in ubic.gemma.model.common.auditAndSecurity.curation that return ScreeningResultModifier and TypeMethodDescriptionTicketTarget.getScreeningResult()TicketTargetValueObject.getScreeningResult()static ScreeningResultReturns the enum constant of this class with the specified name.static ScreeningResult[]ScreeningResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ubic.gemma.model.common.auditAndSecurity.curation with parameters of type ScreeningResultModifier and TypeMethodDescriptionvoidTicketTarget.setScreeningResult(ScreeningResult screeningResult) voidTicketTargetValueObject.setScreeningResult(ScreeningResult screeningResult) -
Uses of ScreeningResult in ubic.gemma.persistence.service.common.auditAndSecurity.curation
Methods in ubic.gemma.persistence.service.common.auditAndSecurity.curation with parameters of type ScreeningResultModifier and TypeMethodDescriptionTicketService.updateTargetScreeningResult(Ticket ticket, Long targetId, ScreeningResult screeningResult, String reason, boolean reasonProvided, Contact actor) Record aScreeningResulton one target (by its row id).TicketServiceImpl.updateTargetScreeningResult(Ticket ticket, Long targetId, ScreeningResult newResult, String newReason, boolean reasonProvided, Contact actor) -
Uses of ScreeningResult in ubic.gemma.rest
Methods in ubic.gemma.rest that return ScreeningResultModifier and TypeMethodDescriptionTicketsWebService.UpdateTargetStatusRequest.getScreeningResult()Methods in ubic.gemma.rest with parameters of type ScreeningResultModifier and TypeMethodDescriptionvoidTicketsWebService.UpdateTargetStatusRequest.setScreeningResult(ScreeningResult screeningResult)