public interface SearchCommandController<SC extends CsSearchCommand> extends FacetedPageableSearchResults
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatalogModel> |
getAvailableCatalogs()
Get the list of available catalogs.
|
SC |
getDefaultSearchCommand()
Get the optional default search command.
|
SC |
getSearchCommand()
Get the last executed search command.
|
void |
search(SC searchCommand)
Execute the search command.
|
addFacetValue, getAppliedFacets, getAvailableFacets, removeFacetValuegetAvailableSorts, getCurrentPageNumber, getCurrentPageResults, getCurrentSortOrder, getPageSize, getTotalPages, getTotalResultCount, setCurrentPageNumber, setCurrentSortOrderaddCockpitEventAcceptor, dispatchEvent, removeCockpitEventAcceptor, setCockpitEventAcceptorsSC getSearchCommand()
SC getDefaultSearchCommand()
void search(SC searchCommand) throws SearchException
searchCommand - The search commandSearchException - Exception thrown on errorjava.util.List<CatalogModel> getAvailableCatalogs()
Copyright © 2018 SAP SE. All Rights Reserved.