Liferay 6.0.5

com.liferay.portlet.asset.service.http
Class AssetCategoryJSONSerializer

java.lang.Object
  extended by com.liferay.portlet.asset.service.http.AssetCategoryJSONSerializer

public class AssetCategoryJSONSerializer
extends Object

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

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

Constructor Detail

AssetCategoryJSONSerializer

public AssetCategoryJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(AssetCategory model)

toJSONArray

public static JSONArray toJSONArray(AssetCategory[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<AssetCategory> models)

Liferay 6.0.5