Uses of Interface
wt.query.SearchAttributeListDelegate

Packages that use SearchAttributeListDelegate
com.ptc.windchill.cadx.common.picker   
wt.doc   
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
wt.query Provides generic support for defining SQL queries (see QuerySpec and the various things that can be appended to it) in a database inedependent manner that should be used with the PersistenceManager
 

Uses of SearchAttributeListDelegate in com.ptc.windchill.cadx.common.picker
 

Classes in com.ptc.windchill.cadx.common.picker that implement SearchAttributeListDelegate
 class PickerSearchAttributeList
          This class is used to set the drop down list, search criteria, and search result columns for HTML Picker.
 

Fields in com.ptc.windchill.cadx.common.picker declared as SearchAttributeListDelegate
private  SearchAttributeListDelegate PickerSearcherUtilities.searcherAttrList
           
private  SearchAttributeListDelegate PickerSearchAttributeList.delegateList
           
 

Methods in com.ptc.windchill.cadx.common.picker that return SearchAttributeListDelegate
protected  SearchAttributeListDelegate PickerUtilities.getPickerSearchAttributeList()
          Returns the configured picker search attribute list.
protected  SearchAttributeListDelegate PickerSearcherUtilities.getPickerSearchAttributeList()
          Returns the configured picker search attribute list.
static SearchAttributeListDelegate PickerSearchAttributeListFactory.getPickerSearchAttributeListDelegate(Locale locale, WTContainer container)
          Get the picker search attribute list configured in com/ptc/windchill/cadx/common/picker/picker.properties mapped to value specified for com.ptc.windchill.cadx.common.picker.pickerSearchAttributeList in wt.properties.
 SearchAttributeListDelegate PickerSearchAttributeListDelegate.getDelegateList()
          Gets the object for the association that plays role: DELEGATE_LIST.
 SearchAttributeListDelegate PickerSearchAttributeList.getDelegateList()
          Gets the object for the association that plays role: delegateList.
 

Methods in com.ptc.windchill.cadx.common.picker with parameters of type SearchAttributeListDelegate
 void PickerSearchAttributeListDelegate.setDelegateList(SearchAttributeListDelegate a_DelegateList)
          Sets the object for the association that plays role: DELEGATE_LIST.
 void PickerSearchAttributeList.setDelegateList(SearchAttributeListDelegate a_DelegateList)
          Sets the object for the association that plays role: delegateList.
private  void PickerSearchAttributeList.delegateListValidate(SearchAttributeListDelegate a_DelegateList)
           
 

Uses of SearchAttributeListDelegate in wt.doc
 

Classes in wt.doc that implement SearchAttributeListDelegate
 class WTDocumentAttributeList
          This class is used to generate search criteria, and search result columns for HTML table processing of documents.
 

Uses of SearchAttributeListDelegate in wt.part
 

Classes in wt.part that implement SearchAttributeListDelegate
 class WTPartAttributeList
          This class is used to generate search criteria, and search result columns for HTML table processing of parts
 

Uses of SearchAttributeListDelegate in wt.query
 

Classes in wt.query that implement SearchAttributeListDelegate
 class SearchAttributeList
          Deprecated.  
 

Methods in wt.query that return SearchAttributeListDelegate
static SearchAttributeListDelegate SearchAttributeListFactory.getSearchAttributeListDelegate(Locale locale)
          Get the list of displayable values for the picklist.