Uses of Interface
com.sas.dataselectors.calculations.percent.PercentCalculationsSelectorDataSourceInterface

Packages that use PercentCalculationsSelectorDataSourceInterface
com.sas.dataselectors.calculations.percent   
 

Uses of PercentCalculationsSelectorDataSourceInterface in com.sas.dataselectors.calculations.percent
 

Classes in com.sas.dataselectors.calculations.percent that implement PercentCalculationsSelectorDataSourceInterface
 class PercentCalculationsSelectorDataSource
           Contains attributes and methods to provide a BusinessQuery-based implementation of the PercentCalculationsSelectorDataSourceInterface.
 class PercentCalculationsSelectorOLAPDataSource
           Contains attributes and methods to provide a BusinessQuery-based implementation of the PercentCalculationsSelectorDataSourceInterface.
 

Fields in com.sas.dataselectors.calculations.percent declared as PercentCalculationsSelectorDataSourceInterface
protected  PercentCalculationsSelectorDataSourceInterface BasePercentCalculationsSelectorAdapter.dataSource
          The data model used by the adapter.
 

Methods in com.sas.dataselectors.calculations.percent that return PercentCalculationsSelectorDataSourceInterface
protected  PercentCalculationsSelectorDataSourceInterface BasePercentCalculationsSelectorAdapter.getDataSource()
          Returns the dataSource object that performs model-specific operations for this adapter.
 

Methods in com.sas.dataselectors.calculations.percent with parameters of type PercentCalculationsSelectorDataSourceInterface
protected  void BasePercentCalculationsSelectorAdapter.setDataSource(PercentCalculationsSelectorDataSourceInterface dataSource)
          Sets the dataSource object that performs model-specific operations for this adapter.
 

Constructors in com.sas.dataselectors.calculations.percent with parameters of type PercentCalculationsSelectorDataSourceInterface
BasePercentCalculationsSelectorAdapter(PercentCalculationsSelectorDataSourceInterface dataSource)
          PercentCalculationsSelectorDataSourceInterface constructor.
OLAPPercentCalculationsSelectorAdapter(PercentCalculationsSelectorDataSourceInterface dataSource)
          BusinessQuery Constructor.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.