Liferay 6.0.5

com.liferay.portlet.softwarecatalog.service.http
Class SCProductVersionJSONSerializer

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.service.http.SCProductVersionJSONSerializer

public class SCProductVersionJSONSerializer
extends Object

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

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

Constructor Detail

SCProductVersionJSONSerializer

public SCProductVersionJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(SCProductVersion model)

toJSONArray

public static JSONArray toJSONArray(SCProductVersion[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<SCProductVersion> models)

Liferay 6.0.5