org.pentaho.reporting.engine.classic.core.states
Class SubReportStorage

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.states.SubReportStorage
All Implemented Interfaces:
Serializable

public class SubReportStorage
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SubReportStorage()
           
 
Method Summary
 boolean contains(FunctionStorageKey key)
           
 SubReport restore(FunctionStorageKey key)
           
 void store(FunctionStorageKey key, SubReport subReport)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubReportStorage

public SubReportStorage()
Method Detail

store

public void store(FunctionStorageKey key,
                  SubReport subReport)
           throws ReportProcessingException
Throws:
ReportProcessingException

restore

public SubReport restore(FunctionStorageKey key)
                  throws ReportProcessingException
Throws:
ReportProcessingException

contains

public boolean contains(FunctionStorageKey key)