Uses of Class
de.hybris.platform.classification.features.FeatureValue
-
-
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 FeatureValue Modifier and Type Method Description protected java.util.Collection<FeatureValue>AbstractClassificationAttributeTranslator. getFeatureValues(ExcelClassificationAttribute excelAttribute, Feature feature)protected java.util.Collection<FeatureValue>AbstractClassificationAttributeTranslator. getLocalizedFeatureValues(ExcelClassificationAttribute excelAttribute, LocalizedFeature feature)protected java.util.Collection<org.apache.commons.lang3.tuple.Pair<FeatureValue,FeatureValue>>AbstractClassificationAttributeTranslator. getPartitionedData(java.util.List<FeatureValue> featureValues)protected java.util.Collection<org.apache.commons.lang3.tuple.Pair<FeatureValue,FeatureValue>>AbstractClassificationAttributeTranslator. getPartitionedData(java.util.List<FeatureValue> featureValues)protected java.util.Collection<FeatureValue>AbstractClassificationAttributeTranslator. getUnlocalizedFeatureValues(ExcelClassificationAttribute excelAttribute, Feature feature)Methods in com.hybris.backoffice.excel.translators.classification with parameters of type FeatureValue Modifier and Type Method Description abstract java.util.Optional<java.lang.String>AbstractClassificationAttributeTranslator. exportSingle(ExcelClassificationAttribute excelAttribute, FeatureValue featureToExport)java.util.Optional<java.lang.String>ExcelClassificationEnumTypeTranslator. exportSingle(ExcelClassificationAttribute excelAttribute, FeatureValue featureToExport)java.util.Optional<java.lang.String>ExcelClassificationJavaTypeTranslator. exportSingle(ExcelClassificationAttribute excelAttribute, FeatureValue featureToExport)java.util.Optional<java.lang.String>ExcelClassificationMediaTranslator. exportSingle(ExcelClassificationAttribute excelAttribute, FeatureValue featureToExport)java.util.Optional<java.lang.String>ExcelClassificationReferenceTranslator. exportSingle(ExcelClassificationAttribute excelAttribute, FeatureValue featureToExport)protected java.util.Optional<java.lang.String>AbstractClassificationAttributeTranslator. exportWithUnit(ExcelClassificationAttribute excelAttribute, FeatureValue featureValue)protected java.lang.StringAbstractClassificationRangeTranslator. getSingle(ExcelClassificationAttribute excelAttribute, FeatureValue featureValue)Method parameters in com.hybris.backoffice.excel.translators.classification with type arguments of type FeatureValue Modifier and Type Method Description java.util.Optional<java.lang.String>AbstractClassificationRangeTranslator. exportRange(ExcelClassificationAttribute excelAttribute, java.util.Collection<org.apache.commons.lang3.tuple.Pair<FeatureValue,FeatureValue>> featureToExport)java.util.Optional<java.lang.String>AbstractClassificationRangeTranslator. exportRange(ExcelClassificationAttribute excelAttribute, java.util.Collection<org.apache.commons.lang3.tuple.Pair<FeatureValue,FeatureValue>> featureToExport)protected java.util.Collection<org.apache.commons.lang3.tuple.Pair<FeatureValue,FeatureValue>>AbstractClassificationAttributeTranslator. getPartitionedData(java.util.List<FeatureValue> featureValues) -
Uses of FeatureValue in de.hybris.platform.classification.features
Methods in de.hybris.platform.classification.features that return FeatureValue Modifier and Type Method Description abstract FeatureValueFeature. getValue()Convenience method to return a single value.FeatureValueLocalizedFeature. getValue()FeatureValueLocalizedFeature. getValue(java.util.Locale locale)FeatureValueUnlocalizedFeature. getValue()Methods in de.hybris.platform.classification.features that return types with arguments of type FeatureValue Modifier and Type Method Description abstract java.util.List<FeatureValue>Feature. getValues()Returns the list of feature values.java.util.List<FeatureValue>LocalizedFeature. getValues()java.util.List<FeatureValue>LocalizedFeature. getValues(java.util.Locale locale)Gets the list of feature values for particular locale.java.util.List<FeatureValue>UnlocalizedFeature. getValues()java.util.Map<java.util.Locale,java.util.List<FeatureValue>>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 FeatureValue Modifier and Type Method Description abstract 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, java.util.Locale locale)voidLocalizedFeature. addValue(FeatureValue fvalue)voidLocalizedFeature. addValue(FeatureValue fvalue, java.util.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, java.util.Locale locale)booleanUnlocalizedFeature. removeValue(FeatureValue fvalue)Method parameters in de.hybris.platform.classification.features with type arguments of type FeatureValue Modifier and Type Method Description abstract voidFeature. setValues(java.util.List<FeatureValue> fvalues)Clears always allFeatureValueof this Feature and add the given List with FeatureValues to this Feature.voidLocalizedFeature. setValues(java.util.List<FeatureValue> fvalues)voidLocalizedFeature. setValues(java.util.List<FeatureValue> fvalues, java.util.Locale locale)voidUnlocalizedFeature. setValues(java.util.List<FeatureValue> fvalues)Constructors in de.hybris.platform.classification.features with parameters of type FeatureValue Constructor Description UnlocalizedFeature(ClassAttributeAssignmentModel assignment, FeatureValue... values)Instantiates a new unlocalized typed feature.UnlocalizedFeature(java.lang.String code, FeatureValue... values)Instantiates a new unlocalized untyped feature.Constructor parameters in de.hybris.platform.classification.features with type arguments of type FeatureValue Constructor Description LocalizedFeature(ClassAttributeAssignmentModel assignment, java.util.Map<java.util.Locale,java.util.List<FeatureValue>> values, java.util.Locale currentLocale)Instantiates a new localized typed feature.LocalizedFeature(java.lang.String code, java.util.Map<java.util.Locale,java.util.List<FeatureValue>> values, java.util.Locale currentLocale)Instantiates a new localized untyped feature.UnlocalizedFeature(ClassAttributeAssignmentModel assignment, java.util.List<FeatureValue> values)Instantiates a new unlocalized typed feature.UnlocalizedFeature(java.lang.String code, java.util.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 Modifier and Type Field Description protected FeatureValueAbstractFeatureUIEditor. featureValue -
Uses of FeatureValue in de.hybris.platform.cockpit.services.query.impl
Methods in de.hybris.platform.cockpit.services.query.impl that return FeatureValue Modifier and Type Method Description protected FeatureValueSavedQueryServiceImpl. unwrapFeatureValue(java.lang.String wrappedValue)Methods in de.hybris.platform.cockpit.services.query.impl with parameters of type FeatureValue Modifier and Type Method Description protected java.lang.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 FeatureValue Modifier and Type Method Description protected 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 FeatureValue Modifier and Type Method Description protected java.lang.StringDefaultXmlDataProvider. getFeatureValueAsString(FeatureValue fValue) -
Uses of FeatureValue in de.hybris.platform.commerceservices.search.searchservices.provider.impl
Methods in de.hybris.platform.commerceservices.search.searchservices.provider.impl with parameters of type FeatureValue Modifier and Type Method Description protected voidProductClassificationAttributeSnIndexerValueProvider. addFeatureValue(java.util.List<java.lang.Object> values, FeatureValue featureValue) -
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 FeatureValue Modifier and Type Method Description protected java.util.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 FeatureValue Modifier and Type Method Description protected java.util.List<FeatureValue>ClassificationPersistenceHandler. getValues(Feature feature, java.lang.String isoCode)Method parameters in de.hybris.platform.platformbackoffice.bulkedit with type arguments of type FeatureValue Modifier and Type Method Description protected voidClassificationPersistenceHandler. storeValues(Feature feature, java.util.List<FeatureValue> values, java.lang.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 FeatureValue Modifier and Type Method Description protected 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 FeatureValue Modifier and Type Method Description java.lang.StringFeatureValueLabelProvider. getDescription(FeatureValue featureValue)java.lang.StringFeatureValueLabelProvider. getIconPath(FeatureValue object)java.lang.StringFeatureValueLabelProvider. 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 FeatureValue Modifier and Type Method Description protected booleanBackofficeObjectAttributeComparator. compareFeatureValues(FeatureValue featureValue1, FeatureValue featureValue2)
-