Class AutoSuggestDataAttributeRegistrar

java.lang.Object
com.foreach.across.modules.entity.autosuggest.AutoSuggestDataAttributeRegistrar

@Service @Lazy public class AutoSuggestDataAttributeRegistrar extends Object
Helper that allows registering simple entity (query) based auto-suggest datasets and attaching them immediately to the scope of an entity configuration or property.

This will register the dataset in the AutoSuggestDataEndpoint (which must be available) and attach the id of the dataset as attribute on the descriptor or configuration.

Since:
3.4.0
Author:
Arne Vandamme