Liferay 6.0.5

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

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

public class PollsVoteJSONSerializer
extends Object

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

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

Constructor Detail

PollsVoteJSONSerializer

public PollsVoteJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(PollsVote model)

toJSONArray

public static JSONArray toJSONArray(PollsVote[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<PollsVote> models)

Liferay 6.0.5