com.webmethods.caf.faces.search.query
Interface ISearchResultsPageBean

All Known Implementing Classes:
BaseSearchPageBean, BaseSearchResultPageBean, BaseTableSearchResultPageBean, BaseToggleSearchResultPageBean, BaseTreeSearchResultPageBean

public interface ISearchResultsPageBean

Common interface for page beans that utilize a search results table


Method Summary
 String persistDisplayOptions()
          Action handler for the drag-to-resize/reorder-columns updates.
 

Method Detail

persistDisplayOptions

String persistDisplayOptions()
                             throws Exception
Action handler for the drag-to-resize/reorder-columns updates. By default, it will persist the search results options via the portlet's preference beans' storePreferences() method.

Returns:
status of the action handler
Throws:
PortletModeException
Exception