public interface FormulaCalculator
Modifier and Type | Method and Description |
---|---|
void |
calculate()
Calculate all formula fields for all projects and save the result in the database
|
void |
calculate(List<FormulaField> fields)
Calculate a list of formula fields for all projects and save the result in the database
|
void calculate()
void calculate(List<FormulaField> fields)
fields
- the formula fields to be calculatedCopyright © 2022 DEISER. All Rights Reserved.