Liferay 6.0.5

com.liferay.portlet.polls.service.http
Class PollsQuestionJSONSerializer

java.lang.Object
  extended by com.liferay.portlet.polls.service.http.PollsQuestionJSONSerializer

public class PollsQuestionJSONSerializer
extends Object

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

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

Constructor Detail

PollsQuestionJSONSerializer

public PollsQuestionJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(PollsQuestion model)

toJSONArray

public static JSONArray toJSONArray(PollsQuestion[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<PollsQuestion> models)

Liferay 6.0.5