Class FactorValueDeletionImpl
- java.lang.Object
-
- ubic.gemma.persistence.service.expression.experiment.FactorValueDeletionImpl
-
- All Implemented Interfaces:
FactorValueDeletion
@Service public class FactorValueDeletionImpl extends Object implements FactorValueDeletion
Handles deletions of a factor values. This process includes: 1. Determining if there are any biomaterials that use the factor value 2. If so, remove any differential expression analysis results that use this factor 3. remove the factor value- Author:
- tvrossum
-
-
Constructor Summary
Constructors Constructor Description FactorValueDeletionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteFactorValues(Collection<Long> fvIds)
-
-
-
Method Detail
-
deleteFactorValues
@Transactional public void deleteFactorValues(Collection<Long> fvIds)
- Specified by:
deleteFactorValues
in interfaceFactorValueDeletion
-
-