Liferay 6.0.5

com.liferay.portal.service.http
Class ListTypeJSONSerializer

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

public class ListTypeJSONSerializer
extends Object

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

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

Constructor Detail

ListTypeJSONSerializer

public ListTypeJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(ListType model)

toJSONArray

public static JSONArray toJSONArray(ListType[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<ListType> models)

Liferay 6.0.5