Liferay 6.0.5

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

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

public class AssetEntryJSONSerializer
extends Object

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

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

Constructor Detail

AssetEntryJSONSerializer

public AssetEntryJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(AssetEntry model)

toJSONArray

public static JSONArray toJSONArray(AssetEntry[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<AssetEntry> models)

Liferay 6.0.5