| |
|
| java.lang.Object dinamica.AbstractModule dinamica.GenericTransaction dinamica.MasterDetailReader
MasterDetailReader | public class MasterDetailReader extends GenericTransaction (Code) | | Base class to create your own Transaction classes
for master/detail reports. You can use an instance
of this class if your report requirements are simple
to configure, otherwise you should subclass and redefine
service() to publish a recordset called "master" and
redefine the getDetail() method too.
(c) 2004 Martin Cordova
This code is released under the LGPL license
Dinamica Framework - http://www.martincordova.com
author: Martin Cordova (dinamica@martincordova.com) |
service | public int service(Recordset inputParams) throws Throwable(Code) | | Publish recordset used for the master and subtotal
|
|
|
|