Liferay 6.0.5

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

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

public class SCFrameworkVersionJSONSerializer
extends Object

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

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

Constructor Detail

SCFrameworkVersionJSONSerializer

public SCFrameworkVersionJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(SCFrameworkVersion model)

toJSONArray

public static JSONArray toJSONArray(SCFrameworkVersion[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<SCFrameworkVersion> models)

Liferay 6.0.5