jet.udo
Interface JRObjectResultCreator


public interface JRObjectResultCreator

This interface will take JReport's Report Record as input parameters and produce the UDO's JRObjectResult. The Report Record is used inside JReport to form reports. It contains all the data information needed.

See Also:
JRObjectResult

Method Summary
 JRObjectResult createJRObjectResult(JRObjectTemplate rpt, Record record)
          Creates a JRObjectResult with the specified template and record.
 

Method Detail

createJRObjectResult

JRObjectResult createJRObjectResult(JRObjectTemplate rpt,
                                    Record record)
Creates a JRObjectResult with the specified template and record.

Parameters:
rpt - The template of the UDO.
record - The current record.
Returns:
a JRObjectResult object that binds with the current record.
See Also:
jet.connect.record