Liferay 6.0.5

com.liferay.portlet.messageboards.service.http
Class MBBanJSONSerializer

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.http.MBBanJSONSerializer

public class MBBanJSONSerializer
extends Object

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

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

Constructor Detail

MBBanJSONSerializer

public MBBanJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(MBBan model)

toJSONArray

public static JSONArray toJSONArray(MBBan[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<MBBan> models)

Liferay 6.0.5