Uses of Class
de.hybris.platform.classification.features.FeatureValue
Packages that use FeatureValue
Package
Description
-
Uses of FeatureValue in com.hybris.backoffice.excel.translators.classification
Methods in com.hybris.backoffice.excel.translators.classification that return types with arguments of type FeatureValueModifier and TypeMethodDescriptionprotected Collection<FeatureValue>AbstractClassificationAttributeTranslator.getFeatureValues(ExcelClassificationAttribute excelAttribute, Feature feature) protected Collection<FeatureValue>AbstractClassificationAttributeTranslator.getLocalizedFeatureValues(ExcelClassificationAttribute excelAttribute, LocalizedFeature feature) protected Collection<org.apache.commons.lang3.tuple.Pair<FeatureValue,FeatureValue>> AbstractClassificationAttributeTranslator.getPartitionedData(List<FeatureValue> featureValues) protected Collection<org.apache.commons.lang3.tuple.Pair<FeatureValue,FeatureValue>> AbstractClassificationAttributeTranslator.getPartitionedData(List<FeatureValue> featureValues) protected Collection<FeatureValue>AbstractClassificationAttributeTranslator.getUnlocalizedFeatureValues(ExcelClassificationAttribute excelAttribute, Feature feature) Methods in com.hybris.backoffice.excel.translators.classification with parameters of type FeatureValueModifier and TypeMethodDescriptionAbstractClassificationAttributeTranslator.exportSingle(ExcelClassificationAttribute excelAttribute, FeatureValue featureToExport) ExcelClassificationEnumTypeTranslator.exportSingle(ExcelClassificationAttribute excelAttribute, FeatureValue featureToExport) ExcelClassificationJavaTypeTranslator.exportSingle(ExcelClassificationAttribute excelAttribute, FeatureValue featureToExport) ExcelClassificationMediaTranslator.exportSingle(ExcelClassificationAttribute excelAttribute, FeatureValue featureToExport) ExcelClassificationReferenceTranslator.exportSingle(ExcelClassificationAttribute excelAttribute, FeatureValue featureToExport) AbstractClassificationAttributeTranslator.exportWithUnit(ExcelClassificationAttribute excelAttribute, FeatureValue featureValue) protected StringAbstractClassificationRangeTranslator.getSingle(ExcelClassificationAttribute excelAttribute, FeatureValue featureValue) Method parameters in com.hybris.backoffice.excel.translators.classification with type arguments of type FeatureValueModifier and TypeMethodDescriptionAbstractClassificationRangeTranslator.exportRange(ExcelClassificationAttribute excelAttribute, Collection<org.apache.commons.lang3.tuple.Pair<FeatureValue, FeatureValue>> featureToExport) AbstractClassificationRangeTranslator.exportRange(ExcelClassificationAttribute excelAttribute, Collection<org.apache.commons.lang3.tuple.Pair<FeatureValue, FeatureValue>> featureToExport) protected Collection<org.apache.commons.lang3.tuple.Pair<FeatureValue,FeatureValue>> AbstractClassificationAttributeTranslator.getPartitionedData(List<FeatureValue> featureValues) -
Uses of FeatureValue in de.hybris.platform.classification.features
Methods in de.hybris.platform.classification.features that return FeatureValueModifier and TypeMethodDescriptionabstract FeatureValueFeature.getValue()Convenience method to return a single value.LocalizedFeature.getValue()UnlocalizedFeature.getValue()Methods in de.hybris.platform.classification.features that return types with arguments of type FeatureValueModifier and TypeMethodDescriptionabstract List<FeatureValue>Feature.getValues()Returns the list of feature values.LocalizedFeature.getValues()Gets the list of feature values for particular locale.UnlocalizedFeature.getValues()LocalizedFeature.getValuesForAllLocales()Gets the whole map of values where key isLocaleand value list of feature values.Methods in de.hybris.platform.classification.features with parameters of type FeatureValueModifier and TypeMethodDescriptionabstract voidFeature.addValue(int index, FeatureValue fvalue) Inserts theFeatureValueat the specified index position in this list (optional operation).abstract voidFeature.addValue(FeatureValue fvalue) Add to this feature aFeatureValuevoidLocalizedFeature.addValue(int index, FeatureValue fvalue) voidLocalizedFeature.addValue(int index, FeatureValue fvalue, Locale locale) voidLocalizedFeature.addValue(FeatureValue fvalue) voidLocalizedFeature.addValue(FeatureValue fvalue, Locale locale) voidUnlocalizedFeature.addValue(int index, FeatureValue fvalue) voidUnlocalizedFeature.addValue(FeatureValue fvalue) abstract booleanFeature.removeValue(FeatureValue fvalue) Removes the first occurrence of the givenFeatureValuefrom the feature, if it is present (optional operation).booleanLocalizedFeature.removeValue(FeatureValue fvalue) booleanLocalizedFeature.removeValue(FeatureValue fvalue, Locale locale) booleanUnlocalizedFeature.removeValue(FeatureValue fvalue) Method parameters in de.hybris.platform.classification.features with type arguments of type FeatureValueModifier and TypeMethodDescriptionabstract voidFeature.setValues(List<FeatureValue> fvalues) Clears always allFeatureValueof this Feature and add the given List with FeatureValues to this Feature.voidLocalizedFeature.setValues(List<FeatureValue> fvalues) voidLocalizedFeature.setValues(List<FeatureValue> fvalues, Locale locale) voidUnlocalizedFeature.setValues(List<FeatureValue> fvalues) Constructors in de.hybris.platform.classification.features with parameters of type FeatureValueModifierConstructorDescriptionUnlocalizedFeature(ClassAttributeAssignmentModel assignment, FeatureValue... values) Instantiates a new unlocalized typed feature.UnlocalizedFeature(String code, FeatureValue... values) Instantiates a new unlocalized untyped feature.Constructor parameters in de.hybris.platform.classification.features with type arguments of type FeatureValueModifierConstructorDescriptionLocalizedFeature(ClassAttributeAssignmentModel assignment, Map<Locale, List<FeatureValue>> values, Locale currentLocale) Instantiates a new localized typed feature.LocalizedFeature(String code, Map<Locale, List<FeatureValue>> values, Locale currentLocale) Instantiates a new localized untyped feature.UnlocalizedFeature(ClassAttributeAssignmentModel assignment, List<FeatureValue> values) Instantiates a new unlocalized typed feature.UnlocalizedFeature(String code, List<FeatureValue> values) Instantiates a new unlocalized untyped feature. -
Uses of FeatureValue in de.hybris.platform.cockpit.model.editor.impl
Fields in de.hybris.platform.cockpit.model.editor.impl declared as FeatureValue -
Uses of FeatureValue in de.hybris.platform.cockpit.services.query.impl
Methods in de.hybris.platform.cockpit.services.query.impl that return FeatureValueModifier and TypeMethodDescriptionprotected FeatureValueSavedQueryServiceImpl.unwrapFeatureValue(String wrappedValue) Methods in de.hybris.platform.cockpit.services.query.impl with parameters of type FeatureValueModifier and TypeMethodDescriptionprotected StringSavedQueryServiceImpl.wrapFeatureValue(FeatureValue featureValue) -
Uses of FeatureValue in de.hybris.platform.cockpit.services.values.impl
Methods in de.hybris.platform.cockpit.services.values.impl with parameters of type FeatureValueModifier and TypeMethodDescriptionprotected booleanDefaultObjectAttributeComparator.compareFeatures(FeatureValue feature1, FeatureValue feature2, DefaultObjectAttributeComparator.AttributeComparisonContext ctx) Compares two FeatureValue objects. -
Uses of FeatureValue in de.hybris.platform.cockpit.services.xmlprovider.impl
Methods in de.hybris.platform.cockpit.services.xmlprovider.impl with parameters of type FeatureValueModifier and TypeMethodDescriptionprotected StringDefaultXmlDataProvider.getFeatureValueAsString(FeatureValue fValue) -
Uses of FeatureValue in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl that return types with arguments of type FeatureValueModifier and TypeMethodDescriptionprotected List<FeatureValue>ProductClassificationAttributesValueResolver.getFeatureValues(Feature feature, Qualifier qualifier) -
Uses of FeatureValue in de.hybris.platform.platformbackoffice.bulkedit
Methods in de.hybris.platform.platformbackoffice.bulkedit that return types with arguments of type FeatureValueMethod parameters in de.hybris.platform.platformbackoffice.bulkedit with type arguments of type FeatureValueModifier and TypeMethodDescriptionprotected voidClassificationPersistenceHandler.storeValues(Feature feature, List<FeatureValue> values, String isoCode) -
Uses of FeatureValue in de.hybris.platform.platformbackoffice.classification.editor
Method parameters in de.hybris.platform.platformbackoffice.classification.editor with type arguments of type FeatureValueModifier and TypeMethodDescriptionprotected com.hybris.cockpitng.components.EditorFeatureValueEditor.prepareEditor(com.hybris.cockpitng.editors.EditorContext<FeatureValue> context) protected com.hybris.cockpitng.components.EditorWysiwygFeatureValueEditor.prepareEditor(com.hybris.cockpitng.editors.EditorContext<FeatureValue> context) voidFeatureValueEditor.render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<FeatureValue> context, com.hybris.cockpitng.editors.EditorListener<FeatureValue> listener) voidFeatureValueEditor.render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<FeatureValue> context, com.hybris.cockpitng.editors.EditorListener<FeatureValue> listener) -
Uses of FeatureValue in de.hybris.platform.platformbackoffice.labelproviders
Methods in de.hybris.platform.platformbackoffice.labelproviders with parameters of type FeatureValueModifier and TypeMethodDescriptionFeatureValueLabelProvider.getDescription(FeatureValue featureValue) FeatureValueLabelProvider.getIconPath(FeatureValue object) FeatureValueLabelProvider.getLabel(FeatureValue featureValue) -
Uses of FeatureValue in de.hybris.platform.platformbackoffice.widgets.compare.model.impl
Methods in de.hybris.platform.platformbackoffice.widgets.compare.model.impl with parameters of type FeatureValueModifier and TypeMethodDescriptionprotected booleanBackofficeObjectAttributeComparator.compareFeatureValues(FeatureValue featureValue1, FeatureValue featureValue2)