Liferay 6.0.5

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

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

public class MBMessageFlagJSONSerializer
extends Object

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

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

Constructor Detail

MBMessageFlagJSONSerializer

public MBMessageFlagJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(MBMessageFlag model)

toJSONArray

public static JSONArray toJSONArray(MBMessageFlag[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<MBMessageFlag> models)

Liferay 6.0.5