Uses of Class
de.hybris.platform.integrationservices.item.LocalizedValue
-
Packages that use LocalizedValue Package Description de.hybris.platform.integrationservices.item de.hybris.platform.odata2services.converter -
-
Uses of LocalizedValue in de.hybris.platform.integrationservices.item
Fields in de.hybris.platform.integrationservices.item declared as LocalizedValue Modifier and Type Field Description static LocalizedValueLocalizedValue. EMPTYAn empty localized value that does not contain any localized values.Methods in de.hybris.platform.integrationservices.item that return LocalizedValue Modifier and Type Method Description LocalizedValueLocalizedValue. combine(LocalizedValue value)Sets all values available in the specifiedLocalizedValue.LocalizedValueLocalizedValue. combine(java.util.Locale locale, java.lang.Object value)Sets value for a specific locale.static LocalizedValueLocalizedValue. of(java.util.Locale locale, java.lang.Object value)Creates instance with a single localized value set for the specified locale.Methods in de.hybris.platform.integrationservices.item with parameters of type LocalizedValue Modifier and Type Method Description LocalizedValueLocalizedValue. combine(LocalizedValue value)Sets all values available in the specifiedLocalizedValue. -
Uses of LocalizedValue in de.hybris.platform.odata2services.converter
Fields in de.hybris.platform.odata2services.converter with type parameters of type LocalizedValue Modifier and Type Field Description protected java.util.Map<java.lang.String,LocalizedValue>LocalizedAttributes. attributesMethods in de.hybris.platform.odata2services.converter that return LocalizedValue Modifier and Type Method Description LocalizedValueDefaultLocalizedValueProvider. getNullLocalizedValueForAllLanguages()LocalizedValueLocalizedValueProvider. getNullLocalizedValueForAllLanguages()Creates a localized value that setsnullfor all languages configured in the platform.LocalizedValueDefaultLocalizedValueProvider. toLocalizedValue(ConversionParameters parameters)LocalizedValueLocalizedValueProvider. toLocalizedValue(ConversionParameters parameters)Converts attribute value in theConversionParametersto a localized value based on the Content-Language of the request.LocalizedValueDefaultLocalizedValueProvider. toNullLocalizedValue(ConversionParameters parameters)LocalizedValueLocalizedValueProvider. toNullLocalizedValue(ConversionParameters parameters)Createsnulllocalized value depending on the conversion context.Methods in de.hybris.platform.odata2services.converter with parameters of type LocalizedValue Modifier and Type Method Description LocalizedAttributesLocalizedAttributes. setAll(LocalizedValue value)Resets all localized attributes to the provided value without mutating thisLocalizedAttributesinstance.Method parameters in de.hybris.platform.odata2services.converter with type arguments of type LocalizedValue Modifier and Type Method Description static LocalizedAttributesLocalizedAttributes. createWithValues(java.util.Map<java.lang.String,LocalizedValue> values)Creates instance ofLocalizedAttributesand populates it with the provided attribute valuesvoidLocalizedAttributes. forEachAttribute(java.util.function.BiConsumer<? super java.lang.String,? super LocalizedValue> action)Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.
-