Liferay 7.0-ce-m2

Uses of Class
com.liferay.portlet.dynamicdatamapping.storage.DDMFormValues

Packages that use DDMFormValues
com.liferay.portlet.dynamicdatamapping.io   
com.liferay.portlet.dynamicdatamapping.storage   
com.liferay.portlet.dynamicdatamapping.util   
 

Uses of DDMFormValues in com.liferay.portlet.dynamicdatamapping.io
 

Methods in com.liferay.portlet.dynamicdatamapping.io that return DDMFormValues
static DDMFormValues DDMFormValuesJSONDeserializerUtil.deserialize(String serializedDDMFormValues)
           
 DDMFormValues DDMFormValuesJSONDeserializer.deserialize(String serializedDDMFormValues)
           
 DDMFormValues DDMFormValuesJSONDeserializerImpl.deserialize(String serializedDDMFormValues)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.io with parameters of type DDMFormValues
static String DDMFormValuesJSONSerializerUtil.serialize(DDMFormValues ddmFormValues)
           
 String DDMFormValuesJSONSerializer.serialize(DDMFormValues ddmFormValues)
           
 String DDMFormValuesJSONSerializerImpl.serialize(DDMFormValues ddmFormValues)
           
protected  void DDMFormValuesJSONDeserializerImpl.setDDMFormFieldValues(JSONArray jsonArray, DDMFormValues ddmFormValues)
           
protected  void DDMFormValuesJSONDeserializerImpl.setDDMFormLocalizedValuesDefaultLocale(DDMFormValues ddmFormValues)
           
protected  void DDMFormValuesJSONDeserializerImpl.setDDMFormValuesAvailableLocales(JSONArray jsonArray, DDMFormValues ddmFormValues)
           
protected  void DDMFormValuesJSONDeserializerImpl.setDDMFormValuesDefaultLocale(String defaultLanguageId, DDMFormValues ddmFormValues)
           
 

Uses of DDMFormValues in com.liferay.portlet.dynamicdatamapping.storage
 

Methods in com.liferay.portlet.dynamicdatamapping.storage that return DDMFormValues
 DDMFormValues DDMFormFieldValue.getDDMFormValues()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.storage with parameters of type DDMFormValues
 void DDMFormFieldValue.setDDMFormValues(DDMFormValues ddmFormValues)
           
 void DDMFormValuesValidator.validate(DDMFormValues ddmFormValues)
           
static void DDMFormValuesValidatorUtil.validate(DDMFormValues ddmFormValues)
           
 void DDMFormValuesValidatorImpl.validate(DDMFormValues ddmFormValues)
           
 

Uses of DDMFormValues in com.liferay.portlet.dynamicdatamapping.util
 

Methods in com.liferay.portlet.dynamicdatamapping.util that return DDMFormValues
static DDMFormValues FieldsToDDMFormValuesConverterUtil.convert(DDMStructure ddmStructure, Fields fields)
           
 DDMFormValues FieldsToDDMFormValuesConverter.convert(DDMStructure ddmStructure, Fields fields)
           
 DDMFormValues FieldsToDDMFormValuesConverterImpl.convert(DDMStructure ddmStructure, Fields fields)
           
protected  DDMFormValues FieldsToDDMFormValuesConverterImpl.createDDMFormValues(DDMForm ddmForm, Set<Locale> availableLocales, Locale defaultLocale)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type DDMFormValues
static Fields DDMFormValuesToFieldsConverterUtil.convert(DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
 Fields DDMFormValuesToFieldsConverter.convert(DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
 Fields DDMFormValuesToFieldsConverterImpl.convert(DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
 

Constructors in com.liferay.portlet.dynamicdatamapping.util with parameters of type DDMFormValues
DDMFormValuesTransformer(DDMFormValues ddmFormValues)
           
 


Liferay 7.0-ce-m2