org.pentaho.reporting.engine.classic.core.wizard
Class AggregateFieldPreProcessor

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.wizard.AggregateFieldPreProcessor
All Implemented Interfaces:
Serializable, Cloneable, ReportPreProcessor

public class AggregateFieldPreProcessor
extends Object
implements ReportPreProcessor

Todo: Document Me

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
AggregateFieldPreProcessor()
           
 
Method Summary
 Object clone()
           
 MasterReport performPreProcessing(MasterReport definition, DefaultFlowController flowController)
           
 SubReport performPreProcessing(SubReport definition, DefaultFlowController flowController)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateFieldPreProcessor

public AggregateFieldPreProcessor()
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Specified by:
clone in interface ReportPreProcessor
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

performPreProcessing

public MasterReport performPreProcessing(MasterReport definition,
                                         DefaultFlowController flowController)
                                  throws ReportProcessingException
Specified by:
performPreProcessing in interface ReportPreProcessor
Throws:
ReportProcessingException

performPreProcessing

public SubReport performPreProcessing(SubReport definition,
                                      DefaultFlowController flowController)
                               throws ReportProcessingException
Specified by:
performPreProcessing in interface ReportPreProcessor
Throws:
ReportProcessingException