Interface ConditionService
- All Known Implementing Classes:
ConditionServiceImpl
public interface ConditionService
-
Method Summary
Modifier and TypeMethodDescriptionbooleanexecuteCondition(Condition condition, String expression) booleanexecuteCondition(Condition condition, String expression, User user) getReplacementsFor(ReportCondition condition) getReportConditionsFor(TableReport report) getSimpleConditionsFor(Report report) merge(ReportCondition condition) voidpersist(ReportCondition condition) voidremove(ReportCondition condition)
-
Method Details
-
getReportConditionById
-
getReportConditions
List<ReportCondition> getReportConditions() -
persist
-
merge
-
remove
-
getReplacementsFor
-
executeCondition
- Throws:
ReportExecutorException
-
executeCondition
boolean executeCondition(Condition condition, String expression, User user) throws ReportExecutorException - Throws:
ReportExecutorException
-
getReportConditionsFor
-
getSimpleConditionsFor
-