Uses of Interface
is.codion.common.db.report.Report
Packages that use Report
Package
Description
Report related classes.
Domain model related classes.
-
Uses of Report in is.codion.common.db.report
Classes in is.codion.common.db.report that implement ReportModifier and TypeClassDescriptionclass
AbstractReport<T,
R, P> A base class for wrapping reports, handles caching. -
Uses of Report in is.codion.framework.domain
Methods in is.codion.framework.domain that return ReportModifier and TypeMethodDescription<T,
R, P> Report <T, R, P> Domain.report
(ReportType<T, R, P> reportType) Retrieves the report of the given type.final <T,
R, P> Report <T, R, P> DomainModel.report
(ReportType<T, R, P> reportType) Methods in is.codion.framework.domain that return types with arguments of type ReportModifier and TypeMethodDescriptionMap
<ReportType<?, ?, ?>, Report<?, ?, ?>> Domain.reports()
final Map
<ReportType<?, ?, ?>, Report<?, ?, ?>> DomainModel.reports()
Methods in is.codion.framework.domain with parameters of type ReportModifier and TypeMethodDescriptionprotected final <T,
R, P> void DomainModel.add
(ReportType<T, R, P> reportType, Report<T, R, P> report) Adds a report to this domain model. -
Uses of Report in is.codion.plugin.jasperreports
Subinterfaces of Report in is.codion.plugin.jasperreports