Liferay 6.0.5

com.liferay.portlet.journal.service.http
Class JournalArticleJSONSerializer

java.lang.Object
  extended by com.liferay.portlet.journal.service.http.JournalArticleJSONSerializer

public class JournalArticleJSONSerializer
extends Object

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

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

Constructor Detail

JournalArticleJSONSerializer

public JournalArticleJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(JournalArticle model)

toJSONArray

public static JSONArray toJSONArray(JournalArticle[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<JournalArticle> models)

Liferay 6.0.5