Uses of Class
org.nuxeo.ecm.platform.suggestbox.service.ComponentInitializationException
-
-
Uses of ComponentInitializationException in org.nuxeo.ecm.platform.suggestbox.service
Methods in org.nuxeo.ecm.platform.suggestbox.service that throw ComponentInitializationException Modifier and Type Method Description void
Suggester. initWithParameters(SuggesterDescriptor descriptor)
Configure the Suggester instance with the parameters from the XML descriptor. -
Uses of ComponentInitializationException in org.nuxeo.ecm.platform.suggestbox.service.descriptors
Methods in org.nuxeo.ecm.platform.suggestbox.service.descriptors that throw ComponentInitializationException Modifier and Type Method Description protected void
SuggesterDescriptor. loadParameterizedSuggester()
void
SuggesterDescriptor. mergeFrom(SuggesterDescriptor newDescriptor)
void
SuggesterGroupDescriptor. mergeFrom(SuggesterGroupDescriptor newDescriptor)
void
SuggesterDescriptor. setRuntimeContext(RuntimeContext context)
-
Uses of ComponentInitializationException in org.nuxeo.ecm.platform.suggestbox.service.suggesters
Methods in org.nuxeo.ecm.platform.suggestbox.service.suggesters that throw ComponentInitializationException Modifier and Type Method Description void
DocumentSearchByDateSuggester. initWithParameters(SuggesterDescriptor descriptor)
Deprecated.void
DocumentSearchByPropertySuggester. initWithParameters(SuggesterDescriptor descriptor)
Deprecated.
-