Interface ISearchBarPageBean
- All Known Implementing Classes:
BaseSearchBarPageBean
,BaseSearchBarPlusTableResultPageBean
,BaseSearchBarPlusToggleResultPageBean
,BaseSearchBarPlusTreeResultPageBean
,BaseSearchPageBean
,BaseTaskInboxBarPageBean
,PeopleSearchBarBean
public interface ISearchBarPageBean
Common interface for page beans used for search bar components
-
Method Summary
Modifier and TypeMethodDescriptionCreates and returns implementation of ISavedSearchProviderCreates and returns implementation of ISearchOptionsManagerCreates and returns implementation of ISearchQueryFactoryvoid
Page bean may load default values into search query object
-
Method Details
-
loadSearchQueryDefaults
Page bean may load default values into search query object -
getSearchQueryFactory
ISearchQueryFactory getSearchQueryFactory()Creates and returns implementation of ISearchQueryFactory -
getSavedSearchProvider
ISavedSearchProvider getSavedSearchProvider()Creates and returns implementation of ISavedSearchProvider -
getSearchOptionsManager
ISearchOptionsManager getSearchOptionsManager()Creates and returns implementation of ISearchOptionsManager
-