Interface ConditionalReportService
- All Known Implementing Classes:
ConditionalReportServiceImpl
public interface ConditionalReportService
Provides a list of accessible reports
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetReportIds
(Entity reportDisplay, Entity entity) Returns a list of reports depending on the queries located on thereportDisplay
Entity
passed as parameter.getReportIds
(String uniqueId, String entityPk) same behaviour asgetReportIds(Entity, Entity)
with the only difference that the reportDisplayEntity
is evaluated using aunique_id
and theEntity
on which the query will be executed is provided as a pkString
.
-
Method Details
-
getReportIds
Returns a list of reports depending on the queries located on thereportDisplay
Entity
passed as parameter. The queries are evaluated on the providedentity
. -
getReportIds
same behaviour asgetReportIds(Entity, Entity)
with the only difference that the reportDisplayEntity
is evaluated using aunique_id
and theEntity
on which the query will be executed is provided as a pkString
.
-