Class UpdateInputDataActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.action.UpdateInputDataActionServiceImpl
- All Implemented Interfaces:
UpdateInputDataActionService
@Deprecated
public class UpdateInputDataActionServiceImpl
extends Object
implements UpdateInputDataActionService
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateInputDataActionServiceImpl(Context context, EntityExplorerActionSelectionService selectionService, QualificationService qualificationService, EvaluationFactory evaluationFactory, SecurityManager securityManager, QualificationBeanFactory qualificationBeanFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidupdateInputData(EntityExplorerActionSelection selection) Deprecated.run rules for selected Input_data to update sums, averages and the likes
-
Constructor Details
-
UpdateInputDataActionServiceImpl
public UpdateInputDataActionServiceImpl(Context context, EntityExplorerActionSelectionService selectionService, QualificationService qualificationService, EvaluationFactory evaluationFactory, SecurityManager securityManager, QualificationBeanFactory qualificationBeanFactory) Deprecated.
-
-
Method Details
-
updateInputData
Deprecated.Description copied from interface:UpdateInputDataActionServicerun rules for selected Input_data to update sums, averages and the likes- Specified by:
updateInputDatain interfaceUpdateInputDataActionService- Parameters:
selection- the selected Input_data- Throws:
InterruptedException
-