com.sas.dataselectors.filters
Interface FilterItemLookupInterface

All Known Implementing Classes:
AbstractFilterItemListBase, BusinessQueryToFilterItemListAdapter, InformationMapToFilterItemListAdapter

public interface FilterItemLookupInterface

This interface defines a simple mechanism for matching filter model objects to their native model objects.


Method Summary
 FilterItemInterface lookupFilterItem(java.lang.Object filterItemObject)
          Attempts to locate and return the filter item for the given user filter item object.
 

Method Detail

lookupFilterItem

FilterItemInterface lookupFilterItem(java.lang.Object filterItemObject)
Attempts to locate and return the filter item for the given user filter item object. The native filter object for the filter item can be accessed using the FilterItemInterface.getItem() method.

Returns:
the matching filter item for the given search object
See Also:
FilterItemInterface.getItem()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.