Liferay 6.0.5

com.liferay.portal.service.http
Class UserGroupJSONSerializer

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

public class UserGroupJSONSerializer
extends Object

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

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

Constructor Detail

UserGroupJSONSerializer

public UserGroupJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(UserGroup model)

toJSONArray

public static JSONArray toJSONArray(UserGroup[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<UserGroup> models)

Liferay 6.0.5