Class CharacteristicUpdateTaskImpl
- java.lang.Object
- 
- ubic.gemma.core.job.AbstractTask<CharacteristicUpdateCommand>
- 
- ubic.gemma.core.tasks.maintenance.CharacteristicUpdateTaskImpl
 
 
- 
- All Implemented Interfaces:
- Callable<TaskResult>,- Task<CharacteristicUpdateCommand>,- CharacteristicUpdateTask
 
 @Component @Scope("prototype") public class CharacteristicUpdateTaskImpl extends AbstractTask<CharacteristicUpdateCommand> implements CharacteristicUpdateTask This handles characteristic updates from the client: experiment tags, characteristic browser- Author:
- paul
 
- 
- 
Field Summary- 
Fields inherited from class ubic.gemma.core.job.AbstractTasktaskCommand
 
- 
 - 
Constructor SummaryConstructors Constructor Description CharacteristicUpdateTaskImpl(BioMaterialService bioMaterialService, CharacteristicService characteristicService, ExpressionExperimentService expressionExperimentService, FactorValueService factorValueService, gemma.gsec.SecurityService securityService)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskResultcall()voidsetTaskCommand(CharacteristicUpdateCommand command)- 
Methods inherited from class ubic.gemma.core.job.AbstractTaskgetTaskCommand
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface ubic.gemma.core.job.TaskgetTaskCommand
 
- 
 
- 
- 
- 
Constructor Detail- 
CharacteristicUpdateTaskImpl@Autowired public CharacteristicUpdateTaskImpl(BioMaterialService bioMaterialService, CharacteristicService characteristicService, ExpressionExperimentService expressionExperimentService, FactorValueService factorValueService, gemma.gsec.SecurityService securityService) 
 
- 
 - 
Method Detail- 
callpublic TaskResult call() - Specified by:
- callin interface- Callable<TaskResult>
 
 - 
setTaskCommandpublic void setTaskCommand(CharacteristicUpdateCommand command) - Specified by:
- setTaskCommandin interface- Task<CharacteristicUpdateCommand>
- Overrides:
- setTaskCommandin class- AbstractTask<CharacteristicUpdateCommand>
 
 
- 
 
-