Liferay 6.0.5

com.liferay.portal.service.http
Class LayoutSetPrototypeJSONSerializer

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

public class LayoutSetPrototypeJSONSerializer
extends Object

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

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

Constructor Detail

LayoutSetPrototypeJSONSerializer

public LayoutSetPrototypeJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(LayoutSetPrototype model)

toJSONArray

public static JSONArray toJSONArray(LayoutSetPrototype[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<LayoutSetPrototype> models)

Liferay 6.0.5