net.sf.jasperreports.engine.fill
Class DatasetSortUtil

java.lang.Object
  extended by net.sf.jasperreports.engine.fill.DatasetSortUtil

public class DatasetSortUtil
extends java.lang.Object

Version:
$Id: DatasetSortUtil.java 3983 2010-09-28 19:13:23Z teodord $
Author:
Teodor Danciu ([email protected])

Constructor Summary
DatasetSortUtil()
           
 
Method Summary
static JRSortField[] getAllSortFields(JRFillDataset dataset)
           
static JRDataSource getSortedDataSource(JRBaseFiller filler, JRFillDataset dataset, java.util.Locale locale)
           
static boolean needSorting(JRFillDataset dataset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatasetSortUtil

public DatasetSortUtil()
Method Detail

getAllSortFields

public static JRSortField[] getAllSortFields(JRFillDataset dataset)

needSorting

public static boolean needSorting(JRFillDataset dataset)

getSortedDataSource

public static JRDataSource getSortedDataSource(JRBaseFiller filler,
                                               JRFillDataset dataset,
                                               java.util.Locale locale)
                                        throws JRException
Throws:
JRException


Copyright © 2011. All Rights Reserved.