|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.dataselectors.filters.BusinessQueryFilterItemToSimpleLogicListAdapter
public class BusinessQueryFilterItemToSimpleLogicListAdapter
This adapter extends the abstract adapter base to provide BusinessQuery specific support.
| Field Summary | |
|---|---|
protected com.sas.iquery.metadata.business.BusinessQuery |
_businessQuery
The BusinessQuery model for the adapter. |
protected FilterObjectFactoryInterface |
_filterObjectFactory
The factory to use when converting between the native model and the filter model. |
| Fields inherited from class com.sas.dataselectors.filters.AbstractSimpleLogicListAdapterBase |
|---|
_filterItemList, _filterItemSimpleList |
| Constructor Summary | |
|---|---|
BusinessQueryFilterItemToSimpleLogicListAdapter()
Constructs a new adapter with the default properties. |
|
BusinessQueryFilterItemToSimpleLogicListAdapter(com.sas.iquery.metadata.business.BusinessQuery businessQuery,
FilterBaseModelData baseModel)
Constructs a new adapter from the given model and the default factory. |
|
BusinessQueryFilterItemToSimpleLogicListAdapter(FilterObjectFactoryInterface filterObjectFactory,
com.sas.iquery.metadata.business.BusinessQuery businessQuery)
Constructs a new adapter from the given model and factory. |
|
| Method Summary | |
|---|---|
boolean |
commitChanges()
Commits any changes in the filter model to the underlying native model. |
com.sas.iquery.metadata.business.BusinessQuery |
getBusinessQuery()
Returns the BusinessQuery model used by the adapter. |
FilterObjectFactoryInterface |
getFilterObjectFactory()
Returns the filter object factory used by the adapter when converting between the filter model and the native model. |
void |
setBusinessQuery(com.sas.iquery.metadata.business.BusinessQuery businessQuery)
Sets the BusinessQuery model for the adapter. |
void |
setFilterObjectFactory(FilterObjectFactoryInterface filterObjectFactory)
Sets the filter object factory for the adapter. |
| Methods inherited from class com.sas.dataselectors.filters.AbstractSimpleLogicListAdapterBase |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getFilterItemList, getFilterList, getFilterLogicList, getRootFilterObject, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setFilterItemList, setFilterList, setFilterList, size, subList, toArray, toArray |
| Methods inherited from class com.sas.dataselectors.filters.DefaultFilterLogicList |
|---|
getFilterListDescription, getFilterListLabel, setFilterListDescription, setFilterListLabel, toString |
| Field Detail |
|---|
protected com.sas.iquery.metadata.business.BusinessQuery _businessQuery
protected FilterObjectFactoryInterface _filterObjectFactory
| Constructor Detail |
|---|
public BusinessQueryFilterItemToSimpleLogicListAdapter(com.sas.iquery.metadata.business.BusinessQuery businessQuery,
FilterBaseModelData baseModel)
businessQuery - the model for the adapter
public BusinessQueryFilterItemToSimpleLogicListAdapter(FilterObjectFactoryInterface filterObjectFactory,
com.sas.iquery.metadata.business.BusinessQuery businessQuery)
filterObjectFactory - the factory to use during conversionsbusinessQuery - the model for the adapterpublic BusinessQueryFilterItemToSimpleLogicListAdapter()
| Method Detail |
|---|
public boolean commitChanges()
commitChanges in interface SimpleLogicListInterfacecommitChanges in class AbstractSimpleLogicListAdapterBasepublic com.sas.iquery.metadata.business.BusinessQuery getBusinessQuery()
public FilterObjectFactoryInterface getFilterObjectFactory()
public void setBusinessQuery(com.sas.iquery.metadata.business.BusinessQuery businessQuery)
businessQuery - The new modelpublic void setFilterObjectFactory(FilterObjectFactoryInterface filterObjectFactory)
filterObjectFactory - The new factory
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||