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
InitializingAutoSuggestDataSetbased on an entity configuration.API controller for fetching auto-suggest data.Registry for attaching aSimpleAutoSuggestDataSetto 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 ofAutoSuggestDataSetthat also implements aAutoSuggestDataSet.ResultTransformerand 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.