Liferay 6.0.5

com.liferay.portlet.expando.service.http
Class ExpandoColumnJSONSerializer

java.lang.Object
  extended by com.liferay.portlet.expando.service.http.ExpandoColumnJSONSerializer

public class ExpandoColumnJSONSerializer
extends Object

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
ExpandoColumnJSONSerializer()
           
 
Method Summary
static JSONArray toJSONArray(ExpandoColumn[] models)
           
static JSONArray toJSONArray(ExpandoColumn[][] models)
           
static JSONArray toJSONArray(List<ExpandoColumn> models)
           
static JSONObject toJSONObject(ExpandoColumn model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoColumnJSONSerializer

public ExpandoColumnJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(ExpandoColumn model)

toJSONArray

public static JSONArray toJSONArray(ExpandoColumn[] models)

toJSONArray

public static JSONArray toJSONArray(ExpandoColumn[][] models)

toJSONArray

public static JSONArray toJSONArray(List<ExpandoColumn> models)

Liferay 6.0.5