Interface ConditionalReportService
- All Known Implementing Classes:
ConditionalReportServiceImpl
public interface ConditionalReportService
Provides a list of accessible reports
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetReportIds(Entity reportDisplay, Entity entity) Returns a list of reports depending on the queries located on thereportDisplayEntitypassed as parameter.getReportIds(String uniqueId, String entityPk) same behaviour asgetReportIds(Entity, Entity)with the only difference that the reportDisplayEntityis evaluated using aunique_idand theEntityon 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 thereportDisplayEntitypassed as parameter. The queries are evaluated on the providedentity. -
getReportIds
same behaviour asgetReportIds(Entity, Entity)with the only difference that the reportDisplayEntityis evaluated using aunique_idand theEntityon which the query will be executed is provided as a pkString.
-