Uses of Class
de.hybris.platform.adaptivesearch.enums.AsBoostType
-
Packages that use AsBoostType Package Description de.hybris.platform.adaptivesearch.data de.hybris.platform.adaptivesearch.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.adaptivesearch.model Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package.de.hybris.platform.adaptivesearchbackoffice.data de.hybris.platform.adaptivesearchsolr.strategies de.hybris.platform.adaptivesearchsolr.strategies.impl -
-
Uses of AsBoostType in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return AsBoostType Modifier and Type Method Description AsBoostTypeAsBoostRule. getBoostType()Methods in de.hybris.platform.adaptivesearch.data with parameters of type AsBoostType Modifier and Type Method Description voidAsBoostRule. setBoostType(AsBoostType boostType) -
Uses of AsBoostType in de.hybris.platform.adaptivesearch.enums
Methods in de.hybris.platform.adaptivesearch.enums that return AsBoostType Modifier and Type Method Description static AsBoostTypeAsBoostType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AsBoostType[]AsBoostType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AsBoostType in de.hybris.platform.adaptivesearch.model
Methods in de.hybris.platform.adaptivesearch.model that return AsBoostType Modifier and Type Method Description AsBoostTypeAsBoostRuleModel. getBoostType()Generated method - Getter of theAsBoostRule.boostTypeattribute defined at extensionadaptivesearch.Methods in de.hybris.platform.adaptivesearch.model with parameters of type AsBoostType Modifier and Type Method Description voidAsBoostRuleModel. setBoostType(AsBoostType value)Generated method - Setter ofAsBoostRule.boostTypeattribute defined at extensionadaptivesearch. -
Uses of AsBoostType in de.hybris.platform.adaptivesearchbackoffice.data
Methods in de.hybris.platform.adaptivesearchbackoffice.data that return AsBoostType Modifier and Type Method Description AsBoostTypeBoostRuleEditorData. getBoostType()Methods in de.hybris.platform.adaptivesearchbackoffice.data with parameters of type AsBoostType Modifier and Type Method Description voidBoostRuleEditorData. setBoostType(AsBoostType boostType) -
Uses of AsBoostType in de.hybris.platform.adaptivesearchsolr.strategies
Methods in de.hybris.platform.adaptivesearchsolr.strategies that return AsBoostType Modifier and Type Method Description AsBoostTypeSolrAsTypeMappingRegistry. toAsBoostType(BoostField.BoostType boostType)Converts aBoostField.BoostTypetoAsBoostType.Methods in de.hybris.platform.adaptivesearchsolr.strategies with parameters of type AsBoostType Modifier and Type Method Description BoostField.BoostTypeSolrAsTypeMappingRegistry. toBoostType(AsBoostType asBoostType)Converts aAsBoostTypetoBoostField.BoostType. -
Uses of AsBoostType in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return AsBoostType Modifier and Type Method Description AsBoostTypeDefaultSolrAsTypeMappingRegistry. toAsBoostType(BoostField.BoostType boostType)Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return types with arguments of type AsBoostType Modifier and Type Method Description protected org.apache.commons.collections4.BidiMap<AsBoostType,BoostField.BoostType>DefaultSolrAsTypeMappingRegistry. getBoostTypeMapping()Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type AsBoostType Modifier and Type Method Description BoostField.BoostTypeDefaultSolrAsTypeMappingRegistry. toBoostType(AsBoostType asBoostType)
-