Liferay 6.0.5

com.liferay.portlet.documentlibrary.service.http
Class DLFolderJSONSerializer

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.http.DLFolderJSONSerializer

public class DLFolderJSONSerializer
extends Object

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

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

Constructor Detail

DLFolderJSONSerializer

public DLFolderJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(DLFolder model)

toJSONArray

public static JSONArray toJSONArray(DLFolder[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<DLFolder> models)

Liferay 6.0.5