Liferay 6.0.5

com.liferay.portal.service.http
Class LayoutSetJSONSerializer

java.lang.Object
  extended by com.liferay.portal.service.http.LayoutSetJSONSerializer

public class LayoutSetJSONSerializer
extends Object

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

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

Constructor Detail

LayoutSetJSONSerializer

public LayoutSetJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(LayoutSet model)

toJSONArray

public static JSONArray toJSONArray(LayoutSet[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<LayoutSet> models)

Liferay 6.0.5