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.String value)Sets value for a specific locale.static LocalizedValueLocalizedValue. of(java.util.Locale locale, java.lang.String 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. attributesMethod parameters in de.hybris.platform.odata2services.converter with type arguments of type LocalizedValue Modifier and Type Method Description voidLocalizedAttributes. 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.
-