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)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.io with parameters of type DDMFormValues
static String DDMFormValuesJSONSerializerUtil.serialize(DDMFormValues ddmFormValues)
           
 String DDMFormValuesJSONSerializer.serialize(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)
           
 

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)
           
 

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)
           
 

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


Liferay 7.0-ce-m2