Liferay 6.0.5

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

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

public class AssetTagJSONSerializer
extends Object

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

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

Constructor Detail

AssetTagJSONSerializer

public AssetTagJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(AssetTag model)

toJSONArray

public static JSONArray toJSONArray(AssetTag[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<AssetTag> models)

Liferay 6.0.5