Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.io
Class DDMFormFieldTypesJSONSerializerImpl

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.io.DDMFormFieldTypesJSONSerializerImpl
All Implemented Interfaces:
DDMFormFieldTypesJSONSerializer

public class DDMFormFieldTypesJSONSerializerImpl
extends Object
implements DDMFormFieldTypesJSONSerializer


Constructor Summary
DDMFormFieldTypesJSONSerializerImpl()
           
 
Method Summary
 String serialize(List<DDMFormFieldType> ddmFormFieldTypes)
           
protected  JSONObject toJSONObject(Class<? extends DDMFormFieldTypeSettings> ddmFormFieldTypeSettings)
           
protected  JSONObject toJSONObject(DDMFormFieldType ddmFormFieldType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMFormFieldTypesJSONSerializerImpl

public DDMFormFieldTypesJSONSerializerImpl()
Method Detail

serialize

public String serialize(List<DDMFormFieldType> ddmFormFieldTypes)
                 throws PortalException
Specified by:
serialize in interface DDMFormFieldTypesJSONSerializer
Throws:
PortalException

toJSONObject

protected JSONObject toJSONObject(Class<? extends DDMFormFieldTypeSettings> ddmFormFieldTypeSettings)
                           throws PortalException
Throws:
PortalException

toJSONObject

protected JSONObject toJSONObject(DDMFormFieldType ddmFormFieldType)
                           throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m6