Class LocalizedValueUtil
java.lang.Object
com.liferay.data.engine.field.type.util.LocalizedValueUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectgetLocalizedValue(Locale locale, Map<String, Object> localizedValues) Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic <V> com.liferay.portal.kernel.json.JSONObjecttoJSONObject(Map<String, V> map) toLocaleStringMap(Map<String, Object> localizedValues) static com.liferay.dynamic.data.mapping.model.LocalizedValuetoLocalizedValue(Map<String, Object> localizedValues) static com.liferay.dynamic.data.mapping.model.LocalizedValuetoLocalizedValue(Map<String, Object> localizedValues, Locale locale) toLocalizedValues(com.liferay.portal.kernel.json.JSONObject jsonObject) Deprecated.As of Athanasius (7.3.x), with no direct replacementtoLocalizedValuesMap(com.liferay.dynamic.data.mapping.model.LocalizedValue localizedValue) static com.liferay.portal.kernel.settings.LocalizedValuesMaptoLocalizedValuesMap(Map<Locale, String> localeStringMap) toStringObjectMap(Map<Locale, String> localizedValues)
-
Constructor Details
-
LocalizedValueUtil
public LocalizedValueUtil()
-
-
Method Details
-
getLocalizedValue
@Deprecated public static Object getLocalizedValue(Locale locale, Map<String, Object> localizedValues) Deprecated.As of Athanasius (7.3.x), with no direct replacement -
toJSONObject
-
toLocaleStringMap
-
toLocalizedValue
-
toLocalizedValue
-
toLocalizedValues
@Deprecated public static <V> Map<String,V> toLocalizedValues(com.liferay.portal.kernel.json.JSONObject jsonObject) Deprecated.As of Athanasius (7.3.x), with no direct replacement -
toLocalizedValuesMap
-
toLocalizedValuesMap
-
toStringObjectMap
-