Package com.foreach.across.modules.entity.autosuggest
package com.foreach.across.modules.entity.autosuggest
-
ClassDescriptionHelper that allows registering simple entity (query) based auto-suggest datasets and attaching them immediately to the scope of an entity configuration or property.Holds the configuration for an
InitializingAutoSuggestDataSet
based on an entity configuration.API controller for fetching auto-suggest data.Registry for attaching aSimpleAutoSuggestDataSet
to a particular endpoint.Represents a single auto-suggest result.Optional interface to be implemented by dataset implementations to indicate its possible to generate a single auto-suggest result for an object.Implementation ofAutoSuggestDataSet
that also implements aAutoSuggestDataSet.ResultTransformer
and allows for lazy initialization upon first use by specifying aInitializingAutoSuggestDataSet.setInitializer(Consumer)
.Represents a simple dataset used for auto-suggest data.Represent a single auto-suggest result.