Liferay 6.0.5

com.liferay.portal.service.http
Class LayoutPrototypeJSONSerializer

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

public class LayoutPrototypeJSONSerializer
extends Object

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

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

Constructor Detail

LayoutPrototypeJSONSerializer

public LayoutPrototypeJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(LayoutPrototype model)

toJSONArray

public static JSONArray toJSONArray(LayoutPrototype[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<LayoutPrototype> models)

Liferay 6.0.5