Uses of Class
com.hybris.cockpitng.config.fulltextsearch.jaxb.FulltextSearch
-
-
Uses of FulltextSearch in com.hybris.backoffice.widgets.fulltextsearch
Methods in com.hybris.backoffice.widgets.fulltextsearch that return FulltextSearch Modifier and Type Method Description FulltextSearchFullTextSearchConfigAdapter. adaptAfterLoad(ConfigContext context, FulltextSearch fulltextSearch)FulltextSearchFullTextSearchConfigAdapter. adaptBeforeStore(ConfigContext context, FulltextSearch fulltextSearch)protected FulltextSearchFullTextSearchController. loadFullTextConfiguration(java.lang.String type)Methods in com.hybris.backoffice.widgets.fulltextsearch that return types with arguments of type FulltextSearch Modifier and Type Method Description protected WidgetComponentRenderer<org.zkoss.zul.Popup,FulltextSearch,AdvancedSearchData>FullTextSearchController. getFieldQueryPopupRenderer()java.lang.Class<FulltextSearch>FullTextSearchConfigAdapter. getSupportedType()Methods in com.hybris.backoffice.widgets.fulltextsearch with parameters of type FulltextSearch Modifier and Type Method Description FulltextSearchFullTextSearchConfigAdapter. adaptAfterLoad(ConfigContext context, FulltextSearch fulltextSearch)FulltextSearchFullTextSearchConfigAdapter. adaptBeforeStore(ConfigContext context, FulltextSearch fulltextSearch)Method parameters in com.hybris.backoffice.widgets.fulltextsearch with type arguments of type FulltextSearch Modifier and Type Method Description voidFullTextSearchController. setFieldQueryPopupRenderer(WidgetComponentRenderer<org.zkoss.zul.Popup,FulltextSearch,AdvancedSearchData> fieldQueryPopupRenderer) -
Uses of FulltextSearch in com.hybris.backoffice.widgets.fulltextsearch.renderer.impl
Methods in com.hybris.backoffice.widgets.fulltextsearch.renderer.impl that return FulltextSearch Modifier and Type Method Description protected FulltextSearchDefaultFieldQueryFieldRenderer. getFulltextSearchConfig(org.zkoss.zk.ui.Component parent)protected FulltextSearchDefaultFieldQueryPopupRenderer. getFulltextSearchConfig(org.zkoss.zk.ui.Component parent)Methods in com.hybris.backoffice.widgets.fulltextsearch.renderer.impl that return types with arguments of type FulltextSearch Modifier and Type Method Description protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,FulltextSearch,FieldQueryFilter>DefaultFieldQueryPopupRenderer. getFieldRenderer()Methods in com.hybris.backoffice.widgets.fulltextsearch.renderer.impl with parameters of type FulltextSearch Modifier and Type Method Description protected FieldTypeDefaultFieldQueryFieldRenderer. findField(FulltextSearch configuration, java.lang.String name)protected booleanDefaultFieldQueryFieldRenderer. isValidFilter(FulltextSearch configuration, FieldQueryFilter filter, DataType dataType)protected booleanDefaultFieldQueryPopupRenderer. isValidFilter(FulltextSearch configuration, FieldQueryFilter filter, DataType dataType)voidDefaultFieldQueryFieldRenderer. render(org.zkoss.zk.ui.Component parent, FulltextSearch configuration, FieldQueryFilter filter, DataType dataType, WidgetInstanceManager widgetInstanceManager)voidDefaultFieldQueryPopupRenderer. render(org.zkoss.zul.Popup popup, FulltextSearch fullTextSearchConfiguration, AdvancedSearchData advancedSearchData, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected voidDefaultFieldQueryFieldRenderer. setFulltextSearchConfig(org.zkoss.zk.ui.Component parent, FulltextSearch config)protected voidDefaultFieldQueryPopupRenderer. setFulltextSearchConfig(org.zkoss.zk.ui.Component parent, FulltextSearch config)Method parameters in com.hybris.backoffice.widgets.fulltextsearch.renderer.impl with type arguments of type FulltextSearch Modifier and Type Method Description voidDefaultFieldQueryPopupRenderer. setFieldRenderer(WidgetComponentRenderer<org.zkoss.zk.ui.Component,FulltextSearch,FieldQueryFilter> fieldRenderer) -
Uses of FulltextSearch in com.hybris.cockpitng.config.fulltextsearch
Methods in com.hybris.cockpitng.config.fulltextsearch that return FulltextSearch Modifier and Type Method Description FulltextSearchDefaultFullTextSearchConfigurationFallbackStrategy. loadFallbackConfiguration(ConfigContext context, java.lang.Class<FulltextSearch> configurationType)Method parameters in com.hybris.cockpitng.config.fulltextsearch with type arguments of type FulltextSearch Modifier and Type Method Description FulltextSearchDefaultFullTextSearchConfigurationFallbackStrategy. loadFallbackConfiguration(ConfigContext context, java.lang.Class<FulltextSearch> configurationType) -
Uses of FulltextSearch in com.hybris.cockpitng.config.fulltextsearch.jaxb
Methods in com.hybris.cockpitng.config.fulltextsearch.jaxb that return FulltextSearch Modifier and Type Method Description FulltextSearchObjectFactory. createFulltextSearch()Create an instance ofFulltextSearch
-