Uses of Interface
com.funnelback.publicui.search.model.curator.HasNoBeans
-
Packages that use HasNoBeans Package Description com.funnelback.publicui.search.model.curator.action Provides classes representing Curator system actions.com.funnelback.publicui.search.model.curator.config Provides classes representing the Curator system's configuration, including actions (what should happen) and triggers (when should it happen).com.funnelback.publicui.search.model.curator.trigger Provides classes representing Curator system triggers (controls when Action objects are executed). -
-
Uses of HasNoBeans in com.funnelback.publicui.search.model.curator.action
Classes in com.funnelback.publicui.search.model.curator.action that implement HasNoBeans Modifier and Type Class Description classAddQueryTermAction to add a specified term to the users query before running it.classDisplayMessageAction to display the specified message within the search results.classDisplayPropertiesAction to display the specified properties within the search results.classDisplayUrlAdvertAction to display the specified URL advert within the search results.classPromoteUrlsAction to promote a set of URLs within the search results, causing them to be displayed at the top of the result set in the order given.classRemoveUrlsAction to remove a set of URLs within the search results, causing them to be excluded from the result set even if they match the given query.classReplaceQueryTermAction to replace a specified term within the users query before running it.classSetQueryAction to set the query to the given value, replacing any previously specified by the user.classTransformQueryAction to transform the user's query based on a regular expression replacement. -
Uses of HasNoBeans in com.funnelback.publicui.search.model.curator.config
Classes in com.funnelback.publicui.search.model.curator.config that implement HasNoBeans Modifier and Type Class Description classTriggerActions -
Uses of HasNoBeans in com.funnelback.publicui.search.model.curator.trigger
Classes in com.funnelback.publicui.search.model.curator.trigger that implement HasNoBeans Modifier and Type Class Description classAllQueryWordsTriggerA trigger which activates only when the current query contains all the words given as triggers.classAndTriggerA trigger which activates only when all of the given 'sub' triggers activate.classCountryNameTriggerA trigger which activates only when the current request originates from a country whose name exists in the targetCountries list.classDateRangeTriggerA trigger which activates only when the current date and time falls after the given start date but before the given end date.classExactQueryTriggerA trigger which activates only when the current query exactly matches the given trigger query.classFacetSelectionTriggerA trigger which activates when a particular facet category is selected.classNotAnyTriggerA trigger which activates only when none of the given 'sub' triggers activate.classOrTriggerA trigger which activates only when at least one of the 'sub' triggers activates.classQueryRegularExpressionTriggerA trigger which activates when the current query matches the given regular expression.classQuerySubstringTriggerA trigger which activates when the given substring is contained within the current query.classRequestParameterTriggerA trigger which activates when a request parameter has a particular value (e.g.
-