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 Summary
Constructors Constructor Description ExpressionExperimentSetValueObjectHelperImpl()
-
Method Summary
All 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
-
convertToEntity
public 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 interfaceExpressionExperimentSetValueObjectHelper- Parameters:
setVO- if null, returns null- Returns:
- ee set
-
-