- registerOutputType(ReportOutputType) - Static method in class com.haulmont.yarg.structure.ReportOutputType
-
- renderDocument() - Method in interface com.haulmont.yarg.formatters.ReportFormatter
-
Creates document and serializes it to predefined stream (or something like this)
- report - Variable in class com.haulmont.yarg.reporting.ReportOutputDocumentImpl
-
- report - Variable in class com.haulmont.yarg.reporting.RunParams
-
- Report - Interface in com.haulmont.yarg.structure
-
This interface describes main report object.
- ReportBand - Interface in com.haulmont.yarg.structure
-
This interface describes Band abstraction.
- ReportDataLoader - Interface in com.haulmont.yarg.loaders
-
This interface describes a logic which load rows of data using report query, parent band and params
- reportDetails - Variable in exception com.haulmont.yarg.exception.ReportingException
-
- ReportFieldFormat - Interface in com.haulmont.yarg.structure
-
This interface describes a format for certain result field.
- reportFieldFormats - Variable in class com.haulmont.yarg.structure.BandData
-
- ReportFieldsConverter - Interface in com.haulmont.yarg.loaders
-
This interface describes logic which transform resulting values.
- ReportFormatter - Interface in com.haulmont.yarg.formatters
-
This interface describes a logic which construct resulting document
- ReportFormatterFactory - Interface in com.haulmont.yarg.formatters.factory
-
This interface describes a factory which spawns formatters.
- ReportFormattingException - Exception in com.haulmont.yarg.exception
-
Thrown when formatter's logic fails
- ReportFormattingException() - Constructor for exception com.haulmont.yarg.exception.ReportFormattingException
-
- ReportFormattingException(String) - Constructor for exception com.haulmont.yarg.exception.ReportFormattingException
-
- ReportFormattingException(String, Throwable) - Constructor for exception com.haulmont.yarg.exception.ReportFormattingException
-
- ReportFormattingException(Throwable) - Constructor for exception com.haulmont.yarg.exception.ReportFormattingException
-
- ReportingAPI - Interface in com.haulmont.yarg.reporting
-
This class is entry point for reporting functionality
Use it to print reports
- ReportingException - Exception in com.haulmont.yarg.exception
-
Base YARG exception
- ReportingException() - Constructor for exception com.haulmont.yarg.exception.ReportingException
-
- ReportingException(String) - Constructor for exception com.haulmont.yarg.exception.ReportingException
-
- ReportingException(String, Throwable) - Constructor for exception com.haulmont.yarg.exception.ReportingException
-
- ReportingException(Throwable) - Constructor for exception com.haulmont.yarg.exception.ReportingException
-
- ReportingXmlException - Exception in com.haulmont.yarg.exception
-
Thrown when report unmarshalling from xml or report validation by xsd fails
- ReportingXmlException() - Constructor for exception com.haulmont.yarg.exception.ReportingXmlException
-
- ReportingXmlException(String) - Constructor for exception com.haulmont.yarg.exception.ReportingXmlException
-
- ReportingXmlException(String, Throwable) - Constructor for exception com.haulmont.yarg.exception.ReportingXmlException
-
- ReportingXmlException(Throwable) - Constructor for exception com.haulmont.yarg.exception.ReportingXmlException
-
- ReportLoaderFactory - Interface in com.haulmont.yarg.loaders.factory
-
This interface describes a factory which spawns data loaders.
- ReportOutputDocument - Interface in com.haulmont.yarg.reporting
-
This interface describes reporting result object.
- ReportOutputDocumentImpl - Class in com.haulmont.yarg.reporting
-
- ReportOutputDocumentImpl(Report, byte[], String, ReportOutputType) - Constructor for class com.haulmont.yarg.reporting.ReportOutputDocumentImpl
-
- reportOutputType - Variable in class com.haulmont.yarg.reporting.ReportOutputDocumentImpl
-
- ReportOutputType - Class in com.haulmont.yarg.structure
-
This class contains list of supported output types.
- ReportOutputType(String) - Constructor for class com.haulmont.yarg.structure.ReportOutputType
-
- ReportParameter - Interface in com.haulmont.yarg.structure
-
This interface describes report input parameter
- ReportParametersConverter - Interface in com.haulmont.yarg.loaders
-
This interface describes logic which transform input parameters.
- ReportParameterWithDefaultValue - Interface in com.haulmont.yarg.structure
-
- ReportQuery - Interface in com.haulmont.yarg.structure
-
This interface describes certain query which load some data.
- reportTemplate - Variable in class com.haulmont.yarg.formatters.factory.FormatterFactoryInput
-
- reportTemplate - Variable in class com.haulmont.yarg.reporting.RunParams
-
- ReportTemplate - Interface in com.haulmont.yarg.structure
-
This interface describes report template document.
- ROOT_BAND_NAME - Static variable in class com.haulmont.yarg.structure.BandData
-
- rootBand - Variable in class com.haulmont.yarg.formatters.factory.FormatterFactoryInput
-
- RunParams - Class in com.haulmont.yarg.reporting
-
Describes parameters necessary for report run
- RunParams(Report) - Constructor for class com.haulmont.yarg.reporting.RunParams
-
- runReport(RunParams, OutputStream) - Method in interface com.haulmont.yarg.reporting.ReportingAPI
-
This method generates report and put result to output stream.
- runReport(RunParams) - Method in interface com.haulmont.yarg.reporting.ReportingAPI
-
This method generates report and put result to ReportOutputDocument.content field