Package com.qintsoft.joria.runtimeapi

The api is used to connect ReportWeaver to java beans and to embed it in other applications.

See:
          Description

Interface Summary
BuiltInMethod This interface is used to implement user built in functions without locales..
BuiltInMethodBase This base interface is used to implement user built in functions.
BuiltInMethodLocale This interface is used to implement user built in functions with locales.
JoriaImage Created by IntelliJ IDEA.
JoriaRuntime The joria runtime is the central interface that is used to control ReportWeaver when it is integrated in another application.
JoriaSerializableFactory Created by IntelliJ IDEA.
JoriaTemplate Interface to a template for generating a report.
JoriaViewRoot  
MessageCallback  
MessageExceptionCallback User: patrick Date: Sep 26, 2006 Time: 7:42:47 AM
ReportAction Interface to implement a context menu action in the report window User: patrick Date: 16.01.2007 Time: 07:44:24
RuntimeEntryPoint  
SerializeObjects User: patrick Date: Dec 13, 2004 Time: 11:29:49 AM
SerializeObjectsWithTransactions User: patrick Date: Oct 20, 2006 Time: 8:57:14 AM
 

Class Summary
JoriaService Class to create a JoriaRuntime
 

Exception Summary
JoriaException This is the base class of all exceptions that are thrown by ReportWeavers api functions.
JoriaUserDataException  
JoriaUserException  
 

Error Summary
JoriaExternalErrorWrapped  
JoriaInternalError  
JoriaUserError Is thrown when an unexpected condition occurs, that must be fixed by the user.
 

Package com.qintsoft.joria.runtimeapi Description

The api is used to connect ReportWeaver to java beans and to embed it in other applications.

ReportWeavers api may throw errors and exceptions, that must be caught. These are the JoriaException, the JoriaExternalError and the JoriaInternalError

The JoriaExceptions are mostly JoriaUserDataExceptions, or JoriaDataExceptions. These mean, that data for the report was not accessible. You need to check the message in order to find out why.

Errors are thrown when the data is accessible, but an unexpected condition occurs. The JoriaExternalErrors have a reason that is the employee of the person implementing/integrating or configuring ReportWeaver. JoriaInternalErrors are bugs. If they occur please send them to Qint support. In interactive mode ReportWeaver offers a dialog that does this for you. Please do not hesitate to use it.