Class ExpressionExperimentSetValueObjectHelperImpl
- java.lang.Object
- 
- ubic.gemma.core.expression.experiment.ExpressionExperimentSetValueObjectHelperImpl
 
- 
- All Implemented Interfaces:
- ExpressionExperimentSetValueObjectHelper
 
 @Component public class ExpressionExperimentSetValueObjectHelperImpl extends Object implements ExpressionExperimentSetValueObjectHelper This class will handle population of ExpressionExperimentSetValueObjects. Services need to be accessed in order to fill size, experiment ids, and publik/private fields.- Author:
- tvrossum
 
- 
- 
Constructor SummaryConstructors Constructor Description ExpressionExperimentSetValueObjectHelperImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressionExperimentSetconvertToEntity(ExpressionExperimentSetValueObject setVO)Tries to load an existing experiment set with the param's id, if no experiment can be loaded, create a new one with id = null.
 
- 
- 
- 
Method Detail- 
convertToEntitypublic ExpressionExperimentSet convertToEntity(ExpressionExperimentSetValueObject setVO) Description copied from interface:ExpressionExperimentSetValueObjectHelperTries to load an existing experiment set with the param's id, if no experiment can be loaded, create a new one with id = null. Sets all fields of the new entity with values from the valueObject param.- Specified by:
- convertToEntityin interface- ExpressionExperimentSetValueObjectHelper
- Parameters:
- setVO- if null, returns null
- Returns:
- ee set
 
 
- 
 
-