Plumtree Portal UI  
 

com.plumtree.portaluiinfrastructure.search Namespace

Namespace hierarchy

Classes

Class Description
BestBetResult  
BreadcrumbControl  
DrilldownControl  
GroupedResultsView  
IntegratedSearchAS  
NullSearchControl  
PaginationControl  
PaginationView  
QueryArguments  
ReorganizationControl  
ReorganizationViewHelper  
SearchExecutionError SearchExecutionError indicates an error that occurred while a search was running, for example, a missing search server.
SearchExecutionException SearchExecutionException is the superclass of any exception that may occur when a search is run (i.e. an error or warning originating from COM or Search Server code).
SearchExecutionWarning SearchExecutionWarning indicates a warning that occurred while a search was running. Such a warning should be displayed to the user, but does not indicate that the search failed. For example, the user's query might have timed out and returned an incomplete result set.
SearchFormFactory Factory class that manufactures a com.plumtree.xpshared.htmlelements.HTMLForm that encodes search requests and submits them to any ActivitySpace that includes a SearchResultModel. Note: If your form is used to find certain types of administrative objects, optionally within certain folders, you should probably call the static method GetObjectSearchForm(); this is the easiest way to make a form that works and satisfies portal UI standards. If you're making any other type of search form, you need to instantiate a SearchFormFactory object and add constraints and HTML elements to it, one at a time. Sample usage: see package com.plumtree.portalpagessample.search
SearchKeywordHelper  
SearchModelException SearchModelException is the superclass of any exception that indicates improper usage of a class in com.plumtree.portaluiinfrastructure.search. It does NOT indicate user error or an external problem with the search server.
SearchObjectTypes  
SearchResultControl  
SearchResultModel  
SearchSettingCollection  
SearchUIUtility Some common stuff for the Search UI.
StartSearchControl  
TypeFilterControl  
UpdateSortOrderControl  

Interfaces

Interface Description
IBaseSearchQueryRO  
IBaseSearchResultModelRO  
IGroupedResultsViewHelper  
ISaveSearchModel  
ISaveSearchModelRO  
ISearchQueryRO  
ISearchResultModel  
ISearchResultModelRO