Liferay 6.0.5

com.liferay.portlet.calendar.service.http
Class CalEventJSONSerializer

java.lang.Object
  extended by com.liferay.portlet.calendar.service.http.CalEventJSONSerializer

public class CalEventJSONSerializer
extends Object

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

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

Constructor Detail

CalEventJSONSerializer

public CalEventJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(CalEvent model)

toJSONArray

public static JSONArray toJSONArray(CalEvent[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<CalEvent> models)

Liferay 6.0.5