com.sas.commands.dataselectors
Interface DataSelectorCommandInterface

All Known Implementing Classes:
AdvancedFilterSelectorCommand, AdvancedFilterSelectorCommandFacade, BaseSelectorCommand, DataItemSelectorCommand, ExceptionHighlightingChartCommand, ExceptionHighlightingCommand, ExportSelectorCommand, FilterAndRankSelectorCommand, FindSelectorCommand, FormatSelectorCommand, MapPropertyCommand, MemberPropertiesCommand, OLAPSortSelectorCommand, OLAPTimeBasedFilterCommand, PercentCalculationsCommand, RankingCommand, ShowDetailSelectorCommand, SimpleCalculatedItemSelectorCommand, SortCommand, SortSelectorCommand, TotalsCommand

public interface DataSelectorCommandInterface


Method Summary
 void execute(java.lang.Object o)
           
 java.lang.Object getModel()
           
 DataSelectorInterface getSelector()
           
 void setModel(java.lang.Object model)
           
 void setSelector(DataSelectorInterface selector)
           
 

Method Detail

execute

void execute(java.lang.Object o)

setModel

void setModel(java.lang.Object model)

getModel

java.lang.Object getModel()

setSelector

void setSelector(DataSelectorInterface selector)

getSelector

DataSelectorInterface getSelector()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.