Interface ISearchResultsPageBean

All Known Implementing Classes:
BaseSearchBarPlusTableResultPageBean, BaseSearchBarPlusToggleResultPageBean, BaseSearchBarPlusTreeResultPageBean, BaseSearchPageBean, BaseSearchResultPageBean, BaseTableSearchResultPageBean, BaseTaskInboxResultPageBean, BaseToggleSearchResultPageBean, BaseTreeSearchResultPageBean

public interface ISearchResultsPageBean
Common interface for page beans that utilize a search results table
  • Method Summary

    Modifier and Type
    Method
    Description
    Action handler for the drag-to-resize/reorder-columns updates.
  • Method Details

    • 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