|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.dataselectors.filters.BusinessQueryToSimpleFilterListEditorModelAdapter
public class BusinessQueryToSimpleFilterListEditorModelAdapter
| Field Summary |
|---|
| Fields inherited from class com.sas.dataselectors.filters.SimpleFilterListEditorModelBase |
|---|
_adapter, _filterLogicList, _selectionIndex, _selectionModel |
| Constructor Summary | |
|---|---|
BusinessQueryToSimpleFilterListEditorModelAdapter()
Constructs a new adapter using the default properties. |
|
BusinessQueryToSimpleFilterListEditorModelAdapter(com.sas.storage.iquery.BusinessQueryAdapter businessQueryAdapter,
FilterBaseModelData baseModel)
Constructs a new adapter from the given native model. |
|
BusinessQueryToSimpleFilterListEditorModelAdapter(com.sas.iquery.metadata.business.BusinessQuery businessQuery,
FilterBaseModelData baseModel)
Constructs a new adapter from the given native model. |
|
BusinessQueryToSimpleFilterListEditorModelAdapter(com.sas.iquery.intelligentquery.BusinessQueryProviderInterface bqProvider,
FilterBaseModelData baseModel)
Constructs a new adapter from the given native model. |
|
| Method Summary | |
|---|---|
boolean |
addSelection(FilterLogicTestNodeInterface value)
Adds a new selection to the end of the filter logic list. |
boolean |
commitChanges()
Commit any changes to the filter model and apply them to the native model. |
java.lang.Object |
getRootFilterObject()
Returns the root filter object in the native model. |
int |
getSelectionCount()
Get the number of selectable entries in the model. |
void |
removeSelection()
Removes the current selection from the filter logic list. |
void |
setSelection(FilterLogicTestNodeInterface value)
Sets the selection model for the adapter. |
| Methods inherited from class com.sas.dataselectors.filters.SimpleFilterListEditorModelBase |
|---|
getApplicationData, getChangableSelectionModel, getDataSource, getFilterLogicList, getSelection, getSelectionCursor, setAdapter, setApplicationData, setSelectionCursor |
| Methods inherited from interface com.sas.dataselectors.filters.SimpleFilterListEditorModelInterface |
|---|
getFilterLogicList, getSelectionCursor, setSelectionCursor |
| Methods inherited from interface com.sas.dataselectors.filters.SimpleFilterDefinitionModelInterface |
|---|
getApplicationData, getDataSource, getSelection, setApplicationData |
| Constructor Detail |
|---|
public BusinessQueryToSimpleFilterListEditorModelAdapter()
public BusinessQueryToSimpleFilterListEditorModelAdapter(com.sas.iquery.metadata.business.BusinessQuery businessQuery,
FilterBaseModelData baseModel)
businessQuery - the native model
public BusinessQueryToSimpleFilterListEditorModelAdapter(com.sas.storage.iquery.BusinessQueryAdapter businessQueryAdapter,
FilterBaseModelData baseModel)
businessQueryAdapter - the native model
public BusinessQueryToSimpleFilterListEditorModelAdapter(com.sas.iquery.intelligentquery.BusinessQueryProviderInterface bqProvider,
FilterBaseModelData baseModel)
bqProvider - the native model provider| Method Detail |
|---|
public void setSelection(FilterLogicTestNodeInterface value)
setSelection in interface SimpleFilterDefinitionModelInterfacesetSelection in class SimpleFilterListEditorModelBasevalue - the new selectionSimpleFilterDefinitionModelInterface.setSelection(FilterLogicTestNodeInterface)public boolean commitChanges()
commitChanges in interface SimpleFilterDefinitionModelInterfacecommitChanges in class SimpleFilterListEditorModelBaseSimpleFilterDefinitionModelInterface.commitChanges()public java.lang.Object getRootFilterObject()
getRootFilterObject in interface SimpleFilterDefinitionModelInterfacegetRootFilterObject in class SimpleFilterListEditorModelBasepublic boolean addSelection(FilterLogicTestNodeInterface value)
addSelection in interface SimpleFilterListEditorModelInterfaceaddSelection in class SimpleFilterListEditorModelBasevalue - the filter logic test node values to make up the new object
SimpleFilterListEditorModelInterface.addSelection(FilterLogicTestNodeInterface)public void removeSelection()
removeSelection in interface SimpleFilterListEditorModelInterfaceremoveSelection in class SimpleFilterListEditorModelBaseSimpleFilterListEditorModelInterface.removeSelection()public int getSelectionCount()
getSelectionCount in interface SimpleFilterListEditorModelInterfacegetSelectionCount in class SimpleFilterListEditorModelBaseSimpleFilterListEditorModelInterface.getSelectionCursor()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||