Uses of Interface
is.codion.common.db.report.ReportType
Packages that use ReportType
Package
Description
Report related classes.
Package configuration values:
EntityConnectionProvider.CLIENT_CONNECTION_TYPE
EntityConnectionProvider.DESCRIPTION
Domain model related classes.
-
Uses of ReportType in is.codion.common.db.report
Methods in is.codion.common.db.report that return ReportTypeModifier and TypeMethodDescriptionstatic <T,P, R> ReportType <T, P, R> ReportType.reportType(String name) Instantiates a new Report instance with the given name. -
Uses of ReportType in is.codion.framework.db
Methods in is.codion.framework.db with parameters of type ReportTypeModifier and TypeMethodDescription<T,P, R> R EntityConnection.report(ReportType<T, P, R> reportType, @Nullable P parameter) Takes a ReportType object using a JDBC datasource and returns an initialized report result object -
Uses of ReportType in is.codion.framework.db.rmi
Methods in is.codion.framework.db.rmi with parameters of type ReportTypeModifier and TypeMethodDescription<T,P, R> R RemoteEntityConnection.report(ReportType<T, P, R> reportType, P parameter) Takes a ReportType object using a JDBC datasource and returns an initialized ReportResult object -
Uses of ReportType in is.codion.framework.domain
Methods in is.codion.framework.domain that return types with arguments of type ReportTypeModifier and TypeMethodDescriptionMap<ReportType<?, ?, ?>, Report<?, ?, ?>> Domain.reports()final Map<ReportType<?, ?, ?>, Report<?, ?, ?>> DomainModel.reports()Methods in is.codion.framework.domain with parameters of type ReportTypeModifier and TypeMethodDescriptionprotected final <T,P, R> void DomainModel.add(ReportType<T, P, R> reportType, Report<T, P, R> report) Adds a report to this domain model.<T,P, R> Report <T, P, R> Domain.report(ReportType<T, P, R> reportType) Retrieves the report of the given type.final <T,P, R> Report <T, P, R> DomainModel.report(ReportType<T, P, R> reportType) -
Uses of ReportType in is.codion.framework.json.domain
Methods in is.codion.framework.json.domain with parameters of type ReportType -
Uses of ReportType in is.codion.plugin.jasperreports
Subinterfaces of ReportType in is.codion.plugin.jasperreports