Class FactorValueNeedsAttentionServiceImpl
java.lang.Object
ubic.gemma.persistence.service.expression.experiment.FactorValueNeedsAttentionServiceImpl
- All Implemented Interfaces:
FactorValueNeedsAttentionService
@Service
public class FactorValueNeedsAttentionServiceImpl
extends Object
implements FactorValueNeedsAttentionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclearNeedsAttentionFlag(FactorValue factorValue, String note) Clear a needs attention flag on a given factor value.voidmarkAsNeedsAttention(FactorValue factorValue, String note) Mark a given factor value as needs attention.
-
Constructor Details
-
FactorValueNeedsAttentionServiceImpl
public FactorValueNeedsAttentionServiceImpl()
-
-
Method Details
-
markAsNeedsAttention
Description copied from interface:FactorValueNeedsAttentionServiceMark a given factor value as needs attention.- Specified by:
markAsNeedsAttentionin interfaceFactorValueNeedsAttentionService- Parameters:
factorValue- a factor value to mark as needs attentionnote- note to use for theFactorValueNeedsAttentionEvent
-
clearNeedsAttentionFlag
Description copied from interface:FactorValueNeedsAttentionServiceClear a needs attention flag on a given factor value.- Specified by:
clearNeedsAttentionFlagin interfaceFactorValueNeedsAttentionService- Parameters:
factorValue- a factor value whose needs flag will be clearednote- a note to use for theDoesNotNeedAttentionEventif the dataset does not need attention for any other reason.
-