dori.jasper.engine.data
Class JRBeanCollectionDataSource

java.lang.Object
  extended bydori.jasper.engine.data.JRBeanCollectionDataSource
All Implemented Interfaces:
JRDataSource, JRRewindableDataSource

public class JRBeanCollectionDataSource
extends java.lang.Object
implements JRRewindableDataSource


Constructor Summary
JRBeanCollectionDataSource(java.util.Collection beanCollection)
           
 
Method Summary
 java.lang.Object getFieldValue(JRField jrField)
           
 void moveFirst()
           
 boolean next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRBeanCollectionDataSource

public JRBeanCollectionDataSource(java.util.Collection beanCollection)
Method Detail

next

public boolean next()
             throws JRException
Specified by:
next in interface JRDataSource
Throws:
JRException

getFieldValue

public java.lang.Object getFieldValue(JRField jrField)
                               throws JRException
Specified by:
getFieldValue in interface JRDataSource
Throws:
JRException

moveFirst

public void moveFirst()
               throws JRException
Specified by:
moveFirst in interface JRRewindableDataSource
Throws:
JRException


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.