Liferay 6.0.5

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

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

public class MBCategoryJSONSerializer
extends Object

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

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

Constructor Detail

MBCategoryJSONSerializer

public MBCategoryJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(MBCategory model)

toJSONArray

public static JSONArray toJSONArray(MBCategory[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<MBCategory> models)

Liferay 6.0.5