Liferay 6.0.5

com.liferay.portlet.imagegallery.service.http
Class IGFolderJSONSerializer

java.lang.Object
  extended by com.liferay.portlet.imagegallery.service.http.IGFolderJSONSerializer

public class IGFolderJSONSerializer
extends Object

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

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

Constructor Detail

IGFolderJSONSerializer

public IGFolderJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(IGFolder model)

toJSONArray

public static JSONArray toJSONArray(IGFolder[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<IGFolder> models)

Liferay 6.0.5