Interface FragmentEntryConfigurationParser


@ProviderType public interface FragmentEntryConfigurationParser
  • 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

      Map<String,Object> getContextObjects(com.liferay.portal.kernel.json.JSONObject configurationValuesJSONObject, String configuration, Object displayObject, long[] segmentsEntryIds)
    • getFieldValue

      Object getFieldValue(FragmentConfigurationField fragmentConfigurationField, Locale locale, String value)
    • getFieldValue

      Object getFieldValue(String editableValues, FragmentConfigurationField fragmentConfigurationField, Locale locale)
    • getFieldValue

      Object getFieldValue(String configuration, String editableValues, Locale locale, String name)
    • getFragmentConfigurationFields

      List<FragmentConfigurationField> getFragmentConfigurationFields(String configuration)
    • translateConfiguration

      String translateConfiguration(com.liferay.portal.kernel.json.JSONObject jsonObject, ResourceBundle resourceBundle)