Uses of Interface
de.xima.fc.prompt.service.IPrepareViewForQueryParams
Packages that use IPrepareViewForQueryParams
Package
Description
Contains the UI controller beans for the prompt connection and query configuration UI of the Generic OAI prompt
service.
Contains the API for a prompt service that abstract the details of a particular provider.
-
Uses of IPrepareViewForQueryParams in de.xima.fc.prompt.ms.impl.service.generic_oai.service.bean
Methods in de.xima.fc.prompt.ms.impl.service.generic_oai.service.bean with parameters of type IPrepareViewForQueryParamsModifier and TypeMethodDescriptionvoidGenericOaiQueryConfigBean.prepareViewForQuery(IPrepareViewForQueryParams<GenericOaiConnectionConfig, GenericOaiQueryConfig> params) -
Uses of IPrepareViewForQueryParams in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service with parameters of type IPrepareViewForQueryParamsModifier and TypeMethodDescriptiondefault voidIPromptQueryBean.prepareViewForQuery(IPrepareViewForQueryParams<ConnectionConfig, QueryConfig> params) Called each time when a prompt query is selected, e.g. when the user clicks on a query in the list of queries.