Uses of Interface
is.codion.common.db.report.ReportType
Packages that use ReportType
Package
Description
Report related classes.
Package configuration values:
EntityConnectionProvider.CLIENT_DOMAIN_TYPE
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,R, P> ReportType <T, R, P> 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,R, P> R EntityConnection.report(ReportType<T, R, P> 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,R, P> R RemoteEntityConnection.report(ReportType<T, R, P> 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,R, P> void DomainModel.add(ReportType<T, R, P> reportType, Report<T, R, P> report) Adds a report to this domain model.<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) -
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