Uses of Enum Class
de.hybris.platform.adaptivesearch.enums.AsBoostOperator
Packages that use AsBoostOperator
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package.
-
Uses of AsBoostOperator in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return AsBoostOperatorMethods in de.hybris.platform.adaptivesearch.data that return types with arguments of type AsBoostOperatorMethods in de.hybris.platform.adaptivesearch.data with parameters of type AsBoostOperatorMethod parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AsBoostOperatorModifier and TypeMethodDescriptionvoidAsIndexPropertyData.setSupportedBoostOperators(Set<AsBoostOperator> supportedBoostOperators) -
Uses of AsBoostOperator in de.hybris.platform.adaptivesearch.enums
Methods in de.hybris.platform.adaptivesearch.enums that return AsBoostOperatorModifier and TypeMethodDescriptionstatic AsBoostOperatorReturns the enum constant of this class with the specified name.static AsBoostOperator[]AsBoostOperator.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AsBoostOperator in de.hybris.platform.adaptivesearch.model
Methods in de.hybris.platform.adaptivesearch.model that return AsBoostOperatorModifier and TypeMethodDescriptionAsBoostRuleModel.getOperator()Generated method - Getter of theAsBoostRule.operatorattribute defined at extensionadaptivesearch.Methods in de.hybris.platform.adaptivesearch.model with parameters of type AsBoostOperatorModifier and TypeMethodDescriptionvoidAsBoostRuleModel.setOperator(AsBoostOperator value) Generated method - Setter ofAsBoostRule.operatorattribute defined at extensionadaptivesearch.