Liferay 6.0.5

com.liferay.portal.service.http
Class CompanyJSONSerializer

java.lang.Object
  extended by com.liferay.portal.service.http.CompanyJSONSerializer

public class CompanyJSONSerializer
extends Object

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

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

Constructor Detail

CompanyJSONSerializer

public CompanyJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(Company model)

toJSONArray

public static JSONArray toJSONArray(Company[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<Company> models)

Liferay 6.0.5