Uses of Class
de.hybris.platform.catalog.jalo.classification.util.FeatureValue
Packages that use FeatureValue
Package
Description
-
Uses of FeatureValue in de.hybris.platform.catalog.jalo.classification.util
Methods in de.hybris.platform.catalog.jalo.classification.util that return FeatureValueModifier and TypeMethodDescriptionFeatureValue.clone()Deprecated.Feature.createValue(int index, T value) Deprecated.Creates a new value for this feature.abstract FeatureValue<T>Feature.createValue(SessionContext ctx, int index, T value) Deprecated.Creates a new value for this feature.Feature.createValue(SessionContext ctx, T value) Deprecated.Creates a new value for this feature.Feature.createValue(T value) Deprecated.Creates a new value for this feature.TypedFeature.createValue(SessionContext ctx, int index, Object value) Overridden to create a new value for this feature according to the configured value type.TypedFeature.createValue(SessionContext ctx, int index, Object value, boolean typeSafe) Overridden to create a new value for this feature according to the configured value type.UntypedFeature.createValue(SessionContext ctx, int index, T value) Deprecated.Feature.getValue(int index) Deprecated.Returns the value at a given position for the current session language.Feature.getValue(SessionContext ctx, int index) Deprecated.Returns the value at a given position for the specified session language.protected FeatureValue<T>Feature.loadValue(SessionContext ctx, ProductFeature datbaseItem) Deprecated.Feature.remove(int index) Deprecated.Removes the value at a given position from the values of the current session language.Feature.remove(SessionContext ctx, int index) Deprecated.Removes the value at a given position from the values of the given session language.TypedFeature.setSelectableValue(SessionContext ctx, String code) Convenience method for setting enumeration values without fetching them viaTypedFeature.getSelectableValue(String).TypedFeature.setSelectableValue(String code) Convenience method for setting enumeration values without fetching them viaTypedFeature.getSelectableValue(String).Feature.setValue(SessionContext ctx, T value) Deprecated.Replaces all current feature values by a single newly create one for the given value object.Deprecated.Replaces all current feature values by a single newly create one for the given value object.Methods in de.hybris.platform.catalog.jalo.classification.util that return types with arguments of type FeatureValueModifier and TypeMethodDescriptionFeature.createValues(SessionContext ctx, Collection<T> values) Deprecated.Creates a list of new values for this feature.Feature.createValues(SessionContext ctx, T... values) Deprecated.Creates a list of new values for this feature.Feature.createValues(Collection<T> values) Deprecated.Creates a list of new values for this feature.Feature.createValues(T... values) Deprecated.Creates a list of new values for this feature.Feature.getLanguageValues(SessionContext ctx, Language language, boolean create) Deprecated.Feature.getValues()Deprecated.Returns all values for the specified language.Feature.getValues(SessionContext ctx) Deprecated.Returns all values for the specified language.TypedFeature.setSelectableValues(SessionContext ctx, String... codes) Stores a list ofclassification enum valuesby specifying their code.TypedFeature.setSelectableValues(SessionContext ctx, List<String> codes) Stores a list ofclassification enum valuesby specifying their code.TypedFeature.setSelectableValues(String... codes) Stores a list ofclassification enum valuesby specifying their code.TypedFeature.setSelectableValues(List<String> codes) Stores a list ofclassification enum valuesby specifying their code.Feature.setValues(SessionContext ctx, List<T> values) Deprecated.Replaces all current feature values by newly create ones for the given list of value objects.Feature.setValues(SessionContext ctx, T... values) Deprecated.Replaces all current feature values by newly create ones for the given list of value objects.Deprecated.Replaces all current feature values by newly create ones for the given list of value objects.Deprecated.Replaces all current feature values by newly create ones for the given list of value objects.Methods in de.hybris.platform.catalog.jalo.classification.util with parameters of type FeatureValueModifier and TypeMethodDescriptionprotected voidFeature.add(SessionContext ctx, int index, FeatureValue<T> featureValue) Deprecated.protected voidFeature.assureOwnValue(FeatureValue<T> value) Deprecated.booleanFeatureValue.equalsValue(FeatureValue<? extends Number> other, double maxDifference) Deprecated.Special compare method forNumberfeatures values only: this methods compares the actual number value and checks it agains a given allowed difference.voidFeature.moveValue(int index, FeatureValue<T> featureValue) Deprecated.Moves a value to a given position within the current session language.voidFeature.moveValue(SessionContext ctx, int index, FeatureValue<T> featureValue) Deprecated.Moves a value to a given position within the specified session language.booleanFeature.remove(SessionContext ctx, FeatureValue<T> featureValue) Deprecated.Removes a given value from the values of the given session language.booleanFeature.removeValue(FeatureValue<T> featureValue) Deprecated.Removes a given value from the values of the current session language.Constructors in de.hybris.platform.catalog.jalo.classification.util with parameters of type FeatureValue -
Uses of FeatureValue in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl
Method parameters in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with type arguments of type FeatureValueModifier and TypeMethodDescriptionprotected List<FieldValue>ClassificationPropertySplitValueProvider.extractFieldValues(IndexedProperty indexedProperty, LanguageModel language, List<FeatureValue> list) -
Uses of FeatureValue in de.hybris.platform.solrfacetsearch.provider.impl
Methods in de.hybris.platform.solrfacetsearch.provider.impl with parameters of type FeatureValueModifier and TypeMethodDescriptionprotected voidClassificationPropertyValueProvider.addFeatureValue(List<FieldValue> result, IndexedProperty indexedProperty, LanguageModel language, FeatureValue featureValue) Method parameters in de.hybris.platform.solrfacetsearch.provider.impl with type arguments of type FeatureValueModifier and TypeMethodDescriptionprotected List<FieldValue>ClassificationPropertyValueProvider.extractFieldValues(IndexedProperty indexedProperty, LanguageModel language, List<FeatureValue> list)