com.sas.dataselectors
Interface SelectorCommitInterface

All Known Subinterfaces:
ExceptionHighlightingSelectorInterface, MemberPropertiesSelectorInterface, OLAPTimeBasedFilterAdapterInterface, PercentCalculationsSelectorInterface, SelectorProcessInterface
All Known Implementing Classes:
BaseDataItemSelectorModel, BaseExceptionHighlightingSelectorAdapter, BasePercentCalculationsSelectorAdapter, DataItemSelectorModel, DataItemSelectorModelOLAPTable, DataItemSelectorModelRelationalTable, ExceptionHighlightingChartSelectorBQAdapter, ExceptionHighlightingSelectorBQAdapter, MemberPropertiesSelectorOLAPAdapter, OLAPExceptionHighlightingChartSelectorBQAdapter, OLAPExceptionHighlightingSelectorBQAdapter, OLAPPercentCalculationsSelectorAdapter, OLAPTimeBasedFilterAdapter

public interface SelectorCommitInterface

The SelectorCommitInterface defines the commit method required of a selector adapter (model).


Field Summary
static java.lang.String EXCEPTION_OCCURRED
          key for filing exception on the return map.
 
Method Summary
 java.util.Map commit()
          Used to commit the changes to the model.
 java.lang.Object getPropertiesBean()
           
 

Field Detail

EXCEPTION_OCCURRED

static final java.lang.String EXCEPTION_OCCURRED
key for filing exception on the return map.

See Also:
Constant Field Values
Method Detail

commit

java.util.Map commit()
Used to commit the changes to the model.

Throws:
java.lang.IllegalStateException

getPropertiesBean

java.lang.Object getPropertiesBean()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.