PdfExporter

com.sfxcode.sapphire.data.report.PdfExporter
case class PdfExporter(jasperUrl: URL, reportContext: JasperReportsContext) extends AbstractExporter

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait LazyLogging
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def exportReport(exportFile: File, parameter: Map[String, AnyRef], dataSource: JRDataSource, exporterConfiguration: PdfExporterConfiguration, reportConfiguration: SimplePdfReportConfiguration): ReportExportResult

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

lazy protected val logger: Logger

Attributes

Inherited from:
LazyLogging