Class CharacteristicUpdateTaskImpl
- java.lang.Object
-
- ubic.gemma.core.tasks.AbstractTask<CharacteristicUpdateCommand>
-
- ubic.gemma.core.tasks.maintenance.CharacteristicUpdateTaskImpl
-
- All Implemented Interfaces:
Callable<TaskResult>
,CharacteristicUpdateTask
,Task<CharacteristicUpdateCommand>
@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.tasks.AbstractTask
taskCommand
-
-
Constructor Summary
Constructors Constructor Description CharacteristicUpdateTaskImpl(BioMaterialService bioMaterialService, CharacteristicService characteristicService, ExpressionExperimentService expressionExperimentService, FactorValueService factorValueService, gemma.gsec.SecurityService securityService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskResult
call()
void
setTaskCommand(CharacteristicUpdateCommand command)
-
Methods inherited from class ubic.gemma.core.tasks.AbstractTask
getTaskCommand
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ubic.gemma.core.tasks.Task
getTaskCommand
-
-
-
-
Constructor Detail
-
CharacteristicUpdateTaskImpl
@Autowired public CharacteristicUpdateTaskImpl(BioMaterialService bioMaterialService, CharacteristicService characteristicService, ExpressionExperimentService expressionExperimentService, FactorValueService factorValueService, gemma.gsec.SecurityService securityService)
-
-
Method Detail
-
call
public TaskResult call()
- Specified by:
call
in interfaceCallable<TaskResult>
-
setTaskCommand
public void setTaskCommand(CharacteristicUpdateCommand command)
- Specified by:
setTaskCommand
in interfaceTask<CharacteristicUpdateCommand>
- Overrides:
setTaskCommand
in classAbstractTask<CharacteristicUpdateCommand>
-
-