Class ThresholdValueEditorActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.action.thresholdedit.ThresholdValueEditorActionServiceImpl
- All Implemented Interfaces:
ThresholdValueEditorActionService
@Deprecated
public class ThresholdValueEditorActionServiceImpl
extends Object
implements ThresholdValueEditorActionService
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ThresholdValueEditorActionService
ThresholdValueEditorActionService.FormData, ThresholdValueEditorActionService.ThresholdRecord, ThresholdValueEditorActionService.ThresholdValueTemplate -
Constructor Summary
ConstructorsConstructorDescriptionThresholdValueEditorActionServiceImpl(Context context, EntityExplorerActionSelectionService selectionService, DefaultDisplayService defaultDisplayService, QueryBuilderFactory queryBuilderFactory, BusinessUnitManager businessUnitManager, ThresholdValueProviderFactory thresholdValueProviderFactory, ThresholdValueService thresholdValueService, GradeComparisonHelper gradeComparisonHelper) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetFormData(EntityExplorerActionSelection selection) Deprecated.saveGrid(EntityExplorerActionSelection selection, ThresholdValueEditorActionService.ThresholdRecord[] thresholdRecords) Deprecated.voidupdateOrCreateValues(ThresholdValueEditorActionService.ThresholdRecord[] thresholdRecords, Entity selectionEntity) Deprecated.
-
Constructor Details
-
ThresholdValueEditorActionServiceImpl
public ThresholdValueEditorActionServiceImpl(Context context, EntityExplorerActionSelectionService selectionService, DefaultDisplayService defaultDisplayService, QueryBuilderFactory queryBuilderFactory, BusinessUnitManager businessUnitManager, ThresholdValueProviderFactory thresholdValueProviderFactory, ThresholdValueService thresholdValueService, GradeComparisonHelper gradeComparisonHelper) Deprecated.
-
-
Method Details
-
getFormData
public ThresholdValueEditorActionService.FormData getFormData(EntityExplorerActionSelection selection) Deprecated.- Specified by:
getFormDatain interfaceThresholdValueEditorActionService
-
saveGrid
public ThresholdValueEditorActionService.FormData saveGrid(EntityExplorerActionSelection selection, ThresholdValueEditorActionService.ThresholdRecord[] thresholdRecords) throws InterruptedException Deprecated.- Specified by:
saveGridin interfaceThresholdValueEditorActionService- Throws:
InterruptedException
-
updateOrCreateValues
public void updateOrCreateValues(ThresholdValueEditorActionService.ThresholdRecord[] thresholdRecords, Entity selectionEntity) Deprecated.
-