Uses of Class
de.hybris.platform.integrationservices.item.LocalizedValue
Packages that use LocalizedValue
Package
Description
-
Uses of LocalizedValue in de.hybris.platform.integrationservices.item
Fields in de.hybris.platform.integrationservices.item declared as LocalizedValueModifier and TypeFieldDescriptionstatic final LocalizedValueLocalizedValue.EMPTYAn empty localized value that does not contain any localized values.Methods in de.hybris.platform.integrationservices.item that return LocalizedValueModifier and TypeMethodDescriptionLocalizedValue.combine(LocalizedValue value) Sets all values available in the specifiedLocalizedValue.Sets value for a specific locale.static LocalizedValueCreates instance with a single localized value set for the specified locale.Methods in de.hybris.platform.integrationservices.item with parameters of type LocalizedValueModifier and TypeMethodDescriptionLocalizedValue.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 LocalizedValueModifier and TypeFieldDescriptionprotected final Map<String,LocalizedValue> LocalizedAttributes.attributesMethods in de.hybris.platform.odata2services.converter that return LocalizedValueModifier and TypeMethodDescriptionfinal LocalizedValueDefaultLocalizedValueProvider.getNullLocalizedValueForAllLanguages()LocalizedValueProvider.getNullLocalizedValueForAllLanguages()Creates a localized value that setsnullfor all languages configured in the platform.final LocalizedValueDefaultLocalizedValueProvider.toLocalizedValue(ConversionParameters parameters) LocalizedValueProvider.toLocalizedValue(ConversionParameters parameters) Converts attribute value in theConversionParametersto a localized value based on the Content-Language of the request.final LocalizedValueDefaultLocalizedValueProvider.toNullLocalizedValue(ConversionParameters parameters) LocalizedValueProvider.toNullLocalizedValue(ConversionParameters parameters) Createsnulllocalized value depending on the conversion context.Methods in de.hybris.platform.odata2services.converter with parameters of type LocalizedValueModifier and TypeMethodDescriptionLocalizedAttributes.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 LocalizedValueModifier and TypeMethodDescriptionstatic LocalizedAttributesLocalizedAttributes.createWithValues(Map<String, LocalizedValue> values) Creates instance ofLocalizedAttributesand populates it with the provided attribute valuesvoidLocalizedAttributes.forEachAttribute(BiConsumer<? super 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.