Interface FragmentEntryConfigurationParser
@ProviderType
public interface FragmentEntryConfigurationParser
-
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.json.JSONObject
getConfigurationDefaultValuesJSONObject
(String configuration) getConfigurationFieldValue
(String editableValues, String fieldName, FragmentConfigurationFieldDataType fragmentConfigurationFieldDataType) com.liferay.portal.kernel.json.JSONObject
getConfigurationJSONObject
(String configuration, String editableValues, Locale locale) getContextObjects
(com.liferay.portal.kernel.json.JSONObject configurationValuesJSONObject, String configuration, Object displayObject, long[] segmentsEntryIds) getFieldValue
(FragmentConfigurationField fragmentConfigurationField, Locale locale, String value) getFieldValue
(String editableValues, FragmentConfigurationField fragmentConfigurationField, Locale locale) getFieldValue
(String configuration, String editableValues, Locale locale, String name) getFragmentConfigurationFields
(String configuration) translateConfiguration
(com.liferay.portal.kernel.json.JSONObject jsonObject, ResourceBundle resourceBundle)
-
Method Details
-
getConfigurationDefaultValuesJSONObject
com.liferay.portal.kernel.json.JSONObject getConfigurationDefaultValuesJSONObject(String configuration) -
getConfigurationFieldValue
Object getConfigurationFieldValue(String editableValues, String fieldName, FragmentConfigurationFieldDataType fragmentConfigurationFieldDataType) -
getConfigurationJSONObject
com.liferay.portal.kernel.json.JSONObject getConfigurationJSONObject(String configuration, String editableValues, Locale locale) throws com.liferay.portal.kernel.json.JSONException - Throws:
com.liferay.portal.kernel.json.JSONException
-
getContextObjects
-
getFieldValue
Object getFieldValue(FragmentConfigurationField fragmentConfigurationField, Locale locale, String value) -
getFieldValue
Object getFieldValue(String editableValues, FragmentConfigurationField fragmentConfigurationField, Locale locale) -
getFieldValue
-
getFragmentConfigurationFields
-
translateConfiguration
String translateConfiguration(com.liferay.portal.kernel.json.JSONObject jsonObject, ResourceBundle resourceBundle)
-