Uses of Class
de.hybris.platform.persistence.audit.payload.json.LocalizedValue
-
Packages that use LocalizedValue Package Description de.hybris.platform.cms2.version.populator de.hybris.platform.persistence.audit.payload.json -
-
Uses of LocalizedValue in de.hybris.platform.cms2.version.populator
Methods in de.hybris.platform.cms2.version.populator with parameters of type LocalizedValue Modifier and Type Method Description protected java.util.LocaleCMSVersionToItemModelPopulator. getLocale(LocalizedValue localizedValue)Returns aLocaleforLocalizedValue. -
Uses of LocalizedValue in de.hybris.platform.persistence.audit.payload.json
Methods in de.hybris.platform.persistence.audit.payload.json that return types with arguments of type LocalizedValue Modifier and Type Method Description java.util.List<LocalizedValue>LocalizedTypedValue. getValues()Constructor parameters in de.hybris.platform.persistence.audit.payload.json with type arguments of type LocalizedValue Constructor Description LocalizedTypedValue(ValueType type, java.util.List<LocalizedValue> values)
-