Class ManualQueryAndSearchFilterHandler

java.lang.Object
ch.tocco.nice2.netui.impl.bind.entity.search.ManualQueryAndSearchFilterHandler
All Implemented Interfaces:
SearchRequestHandler

@Component public class ManualQueryAndSearchFilterHandler extends Object implements SearchRequestHandler
This search handler is needed for the legacy actions in the new client only. A new handler is required, because the new client sends the selection as manual query combined with the other things (for example with a search filter). The legacy client on the other hand sends the selection as rebind values from the search form combined with the other things (for example with a search filter). In the legacy client, the manual query was never combined with a search filter, which is why there was no handler for that combination so far.