public class ConditionServiceImpl extends java.lang.Object implements ConditionService
Constructor and Description |
---|
ConditionServiceImpl(<any> entityManagerFactory,
<any> juelProvider,
<any> authServiceProvider,
ReportExecutorService reportExecutor,
HookHandlerService hookHandler) |
Modifier and Type | Method and Description |
---|---|
boolean |
executeCondition(Condition condition,
java.lang.String expression) |
boolean |
executeCondition(Condition condition,
java.lang.String expression,
User user) |
java.util.List<java.lang.String> |
getReplacementsFor(ReportCondition condition) |
ReportCondition |
getReportConditionById(java.lang.Long id) |
java.util.List<ReportCondition> |
getReportConditions() |
java.util.List<ReportCondition> |
getReportConditionsFor(TableReport report) |
java.util.List<SimpleCondition> |
getSimpleConditionsFor(Report report) |
ReportCondition |
merge(ReportCondition condition) |
void |
persist(ReportCondition condition) |
void |
remove(ReportCondition condition) |
public ConditionServiceImpl(<any> entityManagerFactory, <any> juelProvider, <any> authServiceProvider, ReportExecutorService reportExecutor, HookHandlerService hookHandler)
public void persist(ReportCondition condition)
persist
in interface ConditionService
public ReportCondition merge(ReportCondition condition)
merge
in interface ConditionService
public void remove(ReportCondition condition)
remove
in interface ConditionService
@QueryByAttribute(where=<error>) public java.util.List<ReportCondition> getReportConditionsFor(TableReport report)
getReportConditionsFor
in interface ConditionService
@QueryById public ReportCondition getReportConditionById(java.lang.Long id)
getReportConditionById
in interface ConditionService
@SimpleQuery public java.util.List<ReportCondition> getReportConditions()
getReportConditions
in interface ConditionService
public java.util.List<java.lang.String> getReplacementsFor(ReportCondition condition)
getReplacementsFor
in interface ConditionService
public boolean executeCondition(Condition condition, java.lang.String expression, User user) throws ReportExecutorException
executeCondition
in interface ConditionService
ReportExecutorException
public boolean executeCondition(Condition condition, java.lang.String expression) throws ReportExecutorException
executeCondition
in interface ConditionService
ReportExecutorException
public java.util.List<SimpleCondition> getSimpleConditionsFor(Report report)
getSimpleConditionsFor
in interface ConditionService