|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jasperreports.engine.data.JRAbstractBeanDataSource org.kuali.student.common.ui.server.screenreport.jasper.KSCollectionDataSource
@Deprecated public class KSCollectionDataSource
This class overwrites the common JRBeanCollectionDataSource in order to return a JRDataSource to be used on the subreport when the field is called "subset".
Field Summary |
---|
Fields inherited from class net.sf.jasperreports.engine.data.JRAbstractBeanDataSource |
---|
CURRENT_BEAN_MAPPING, FIELD_DESCRIPTION_PROPERTY_NAME_PROVIDER, FIELD_NAME_PROPERTY_NAME_PROVIDER, propertyNameProvider |
Constructor Summary | |
---|---|
KSCollectionDataSource(Collection<ExportElement> elements,
ExportElement parent)
Deprecated. |
Method Summary | |
---|---|
net.sf.jasperreports.engine.data.JRBeanCollectionDataSource |
cloneDataSource()
Deprecated. Clones this data source by creating a new instance that reuses the same underlying bean collection. |
Collection |
getData()
Deprecated. Returns the underlying bean collection used by this data source. |
protected Object |
getFieldValue(ExportElement bean,
net.sf.jasperreports.engine.JRField field)
Deprecated. |
Object |
getFieldValue(net.sf.jasperreports.engine.JRField field)
Deprecated. |
int |
getRecordCount()
Deprecated. Returns the total number of records/beans that this data source contains. |
void |
moveFirst()
Deprecated. |
boolean |
next()
Deprecated. |
Methods inherited from class net.sf.jasperreports.engine.data.JRAbstractBeanDataSource |
---|
getBeanProperty, getFieldValue, getPropertyName, isCurrentBeanMapping |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KSCollectionDataSource(Collection<ExportElement> elements, ExportElement parent)
Method Detail |
---|
public boolean next()
public Object getFieldValue(net.sf.jasperreports.engine.JRField field) throws net.sf.jasperreports.engine.JRException
net.sf.jasperreports.engine.JRException
protected Object getFieldValue(ExportElement bean, net.sf.jasperreports.engine.JRField field) throws net.sf.jasperreports.engine.JRException
net.sf.jasperreports.engine.JRException
public void moveFirst()
public Collection getData()
public int getRecordCount()
public net.sf.jasperreports.engine.data.JRBeanCollectionDataSource cloneDataSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |