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