public class TableFilterAdjustVariantHooker extends java.lang.Object implements VariantToBeEditedHook
Constructor and Description |
---|
TableFilterAdjustVariantHooker(<any> entityManagerProvider,
TableReportUtils tableReportUtils) |
Modifier and Type | Method and Description |
---|---|
void |
variantToBeEdited(Report referenceVariant,
ReportDto reportDto,
java.lang.String executorToken)
Called just before the edits in a variant are going to be saved.
|
public TableFilterAdjustVariantHooker(<any> entityManagerProvider, TableReportUtils tableReportUtils)
public void variantToBeEdited(Report referenceVariant, ReportDto reportDto, java.lang.String executorToken) throws ServerCallFailedException
VariantToBeEditedHook
variantToBeEdited
in interface VariantToBeEditedHook
referenceVariant
- the original, not yet saved report. This shows the
current state of the report in the database.reportDto
- the report with the changes.executorToken
- the executor token.ServerCallFailedException