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

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.designtime.DesignTimeDataSchemaModel
      extended by org.pentaho.reporting.engine.classic.core.wizard.DefaultDataSchemaModel
All Implemented Interfaces:
DataSchemaModel

Deprecated. Use the DesignTimeDataSchemaModel instead.

public class DefaultDataSchemaModel
extends DesignTimeDataSchemaModel

A design-time helper component.

Author:
Thomas Morgner

Constructor Summary
DefaultDataSchemaModel(AbstractReportDefinition report)
          Deprecated.  
DefaultDataSchemaModel(MasterReport masterReportElement, AbstractReportDefinition report)
          Deprecated.  
 
Method Summary
static org.pentaho.reporting.libraries.base.util.LinkedMap computeParameterValueSet(MasterReport report)
          Deprecated.  
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.designtime.DesignTimeDataSchemaModel
getColumnNames, getDataAttributeContext, getDataFactoryException, getDataSchema, getParent, isSelectedDataSource, isValid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDataSchemaModel

public DefaultDataSchemaModel(AbstractReportDefinition report)
Deprecated. 

DefaultDataSchemaModel

public DefaultDataSchemaModel(MasterReport masterReportElement,
                              AbstractReportDefinition report)
Deprecated. 
Method Detail

computeParameterValueSet

public static org.pentaho.reporting.libraries.base.util.LinkedMap computeParameterValueSet(MasterReport report)
Deprecated.