The methods of the ISearchResultModel interface are listed below. For a complete list of ISearchResultModel interface members, see the ISearchResultModel Members topic.
![]() | Update sort order |
![]() | Drill down into the indicated category. Pass in the groupby field that was used to generate the set of categories you are using; the model should validate that it is using the right categories. |
![]() | Filter the search result based on the filterId |
![]() | Gets the property id that is currently used as the order by property in the model. |
![]() | Returns true if the model has been initialized (i.e. if a search has been run). This could be in ISearchResultModelRO, but is here for convenience, since the caller probably needs to call Search() if this returns false. |
![]() | Rerun the search that generated the indicated page; call this following any action that may change the result set. |
![]() | Perform a different categorization on the current result set |
![]() | Follow a breadcrumb link with the specified key. |
![]() | Overloaded. Initialize the model by running the provided query with the provided settings. |
![]() | Search within results already generated for the indicated additional query string. |
![]() | Tell the model that there was an error on the previous search. |
![]() | SearchResultModel holds onto a "page mode" string for the benefit of client code.. it doesn't care about the contents. |
![]() | Tell the model that there was a warning on the previous search. |
ISearchResultModel Interface | com.plumtree.portaluiinfrastructure.search Namespace