Uses of Class
de.hybris.platform.adaptivesearch.model.AsBoostRuleModel
Packages that use AsBoostRuleModel
Package
Description
Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package.
-
Uses of AsBoostRuleModel in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsBoostRuleModelModifier and TypeMethodDescriptionAsConfigurableSearchConfigurationPopulator.getAsBoostRuleConverter()Methods in de.hybris.platform.adaptivesearch.converters.populators with parameters of type AsBoostRuleModelModifier and TypeMethodDescriptionvoidAsBoostRulePopulator.populate(AsBoostRuleModel source, AsBoostRule target, AsItemConfigurationConverterContext context) voidAsBoostRuleReversePopulator.populate(AsBoostRule source, AsBoostRuleModel target, AsItemConfigurationReverseConverterContext context) Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsBoostRuleModelModifier and TypeMethodDescriptionvoidAsConfigurableSearchConfigurationPopulator.setAsBoostRuleConverter(ContextAwareConverter<AsBoostRuleModel, AsBoostRule, AsItemConfigurationConverterContext> asBoostRuleConverter) -
Uses of AsBoostRuleModel in de.hybris.platform.adaptivesearch.integration.synchronization
Methods in de.hybris.platform.adaptivesearch.integration.synchronization with parameters of type AsBoostRuleModelModifier and TypeMethodDescriptionprotected voidCatalogVersionSynchronizationTest.assertEqualsBoostRule(AsBoostRuleModel boostRule1, AsBoostRuleModel boostRule2) Method parameters in de.hybris.platform.adaptivesearch.integration.synchronization with type arguments of type AsBoostRuleModelModifier and TypeMethodDescriptionprotected voidCatalogVersionSynchronizationTest.assertEqualsBoostRules(List<AsBoostRuleModel> boostRules1, List<AsBoostRuleModel> boostRules2) -
Uses of AsBoostRuleModel in de.hybris.platform.adaptivesearch.model
Methods in de.hybris.platform.adaptivesearch.model that return types with arguments of type AsBoostRuleModelModifier and TypeMethodDescriptionAbstractAsConfigurableSearchConfigurationModel.getBoostRules()Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.boostRulesattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AsBoostRuleModelModifier and TypeMethodDescriptionvoidAbstractAsConfigurableSearchConfigurationModel.setBoostRules(List<AsBoostRuleModel> value) Generated method - Setter ofAbstractAsConfigurableSearchConfiguration.boostRulesattribute defined at extensionadaptivesearch. -
Uses of AsBoostRuleModel in de.hybris.platform.adaptivesearch.model.interceptors
Methods in de.hybris.platform.adaptivesearch.model.interceptors with parameters of type AsBoostRuleModelModifier and TypeMethodDescriptionvoidAsBoostRuleInterceptor.onPrepare(AsBoostRuleModel boostRule, InterceptorContext context) voidAsBoostRuleInterceptor.onRemove(AsBoostRuleModel boostRule, InterceptorContext context) voidAsBoostRuleInterceptor.onValidate(AsBoostRuleModel boostRule, InterceptorContext context) -
Uses of AsBoostRuleModel in de.hybris.platform.adaptivesearchbackoffice.common.impl
Methods in de.hybris.platform.adaptivesearchbackoffice.common.impl that return AsBoostRuleModelModifier and TypeMethodDescriptionprotected AsBoostRuleModelAsBoostTypeDataProvider.resolveBoostRule(Map<String, Object> parameters) -
Uses of AsBoostRuleModel in de.hybris.platform.adaptivesearchbackoffice.editors.boostrules
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.boostrules with parameters of type AsBoostRuleModelModifier and TypeMethodDescriptionprotected voidAsBoostRulesDataHandler.convertFromModel(AsBoostRuleModel source, BoostRuleEditorData target) Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.boostrules with type arguments of type AsBoostRuleModelModifier and TypeMethodDescriptionprotected voidAsBoostRulesDataHandler.loadDataFromInitialValue(Map<Object, BoostRuleEditorData> mapping, Collection<AsBoostRuleModel> initialValue, Map<String, Object> parameters) -
Uses of AsBoostRuleModel in de.hybris.platform.adaptivesearchbackoffice.editors.boostrulevalue
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.boostrulevalue with parameters of type AsBoostRuleModelModifier and TypeMethodDescriptionprotected StringBoostRuleValueEditor.getIndexType(com.hybris.cockpitng.editors.EditorContext<Object> context, AsBoostRuleModel boostRule) protected voidBoostRuleValueEditor.updateValue(Object newValue, AsBoostRuleModel boostRule)