Uses of Interface
com.sas.dataselectors.SelectorCommitInterface

Packages that use SelectorCommitInterface
com.sas.dataselectors Provides the interface that defines the basic methods required of a data selector. 
com.sas.dataselectors.calculations.percent   
com.sas.dataselectors.dataitems Provides adapter components used to convert native models to models which can then be used with query selector components. 
com.sas.dataselectors.exceptionhighlighting   
com.sas.dataselectors.filters.timebased.olap   
com.sas.dataselectors.memberproperties   
 

Uses of SelectorCommitInterface in com.sas.dataselectors
 

Subinterfaces of SelectorCommitInterface in com.sas.dataselectors
 interface SelectorProcessInterface
          The SelectorApplyInterface defines the apply method used to update the state of a selector adapter (model).
 

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

Subinterfaces of SelectorCommitInterface in com.sas.dataselectors.calculations.percent
 interface PercentCalculationsSelectorInterface
          Defines methods and properties required for an adapter implementation of the percent of totals calculation selector.
 

Classes in com.sas.dataselectors.calculations.percent that implement SelectorCommitInterface
 class BasePercentCalculationsSelectorAdapter
          Base class that contains attributes and methods common to the different Percent Of Totals Calculation Selector adapters.
 class OLAPPercentCalculationsSelectorAdapter
           
 

Uses of SelectorCommitInterface in com.sas.dataselectors.dataitems
 

Classes in com.sas.dataselectors.dataitems that implement SelectorCommitInterface
 class BaseDataItemSelectorModel
          This base class defines the common behaviors for the DataItem selector.
 class DataItemSelectorModel
          This class extends the base DataItemSelector model to provide data logic specific to the BusinessModel/BusinessQuery API.
 class DataItemSelectorModelOLAPTable
          This class contains the table's crosstab model for the DataItem Selector.
 class DataItemSelectorModelRelationalTable
          This class contains the table's crosstab model for the DataItem Selector.
 

Uses of SelectorCommitInterface in com.sas.dataselectors.exceptionhighlighting
 

Subinterfaces of SelectorCommitInterface in com.sas.dataselectors.exceptionhighlighting
 interface ExceptionHighlightingSelectorInterface
          Defines methods and properties required for an adapter implementation of the exception highlighting selector.
 

Classes in com.sas.dataselectors.exceptionhighlighting that implement SelectorCommitInterface
 class BaseExceptionHighlightingSelectorAdapter
          Base class that contains attributes and methods common to the different Exception Highlighting Selector adapters.
 class ExceptionHighlightingChartSelectorBQAdapter
          BQ implementation of Exception Highlighting Selector adapters.
 class ExceptionHighlightingSelectorBQAdapter
          BQ implementation of Exception Highlighting Selector adapters.
 class OLAPExceptionHighlightingChartSelectorBQAdapter
          BQ implementation of Exception Highlighting Selector adapters.
 class OLAPExceptionHighlightingSelectorBQAdapter
           
 

Uses of SelectorCommitInterface in com.sas.dataselectors.filters.timebased.olap
 

Subinterfaces of SelectorCommitInterface in com.sas.dataselectors.filters.timebased.olap
 interface OLAPTimeBasedFilterAdapterInterface
          Defines methods and properties required for an adapter implementation of the OLAPTimeBasedFilterSelector.
 

Classes in com.sas.dataselectors.filters.timebased.olap that implement SelectorCommitInterface
 class OLAPTimeBasedFilterAdapter
           
 

Uses of SelectorCommitInterface in com.sas.dataselectors.memberproperties
 

Subinterfaces of SelectorCommitInterface in com.sas.dataselectors.memberproperties
 interface MemberPropertiesSelectorInterface
          Defines methods and properties required for an adapter implementation of the MemberPropertiesSelector.
 

Classes in com.sas.dataselectors.memberproperties that implement SelectorCommitInterface
 class MemberPropertiesSelectorOLAPAdapter
          Implements the methods and properties required for an adapter implementation of the MemberPropertiesSelector.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.