Class LocalizedValueUtil
java.lang.Object
com.liferay.data.engine.field.type.util.LocalizedValueUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Object
getLocalizedValue
(Locale locale, Map<String, Object> localizedValues) Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic <V> com.liferay.portal.kernel.json.JSONObject
toJSONObject
(Map<String, V> map) toLocaleStringMap
(Map<String, Object> localizedValues) static com.liferay.dynamic.data.mapping.model.LocalizedValue
toLocalizedValue
(Map<String, Object> localizedValues) static com.liferay.dynamic.data.mapping.model.LocalizedValue
toLocalizedValue
(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) 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
-
toStringObjectMap
-