Liferay 6.0-ee

com.liferay.portlet.wiki.service.http
Class WikiNodeJSONSerializer

java.lang.Object
  extended by com.liferay.portlet.wiki.service.http.WikiNodeJSONSerializer

public class WikiNodeJSONSerializer
extends Object

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

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

Constructor Detail

WikiNodeJSONSerializer

public WikiNodeJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(WikiNode model)

toJSONArray

public static JSONArray toJSONArray(WikiNode[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<WikiNode> models)

Liferay 6.0-ee