Liferay 6.0.5

com.liferay.portal.service.http
Class UserGroupRoleJSONSerializer

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

public class UserGroupRoleJSONSerializer
extends Object

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

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

Constructor Detail

UserGroupRoleJSONSerializer

public UserGroupRoleJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(UserGroupRole model)

toJSONArray

public static JSONArray toJSONArray(UserGroupRole[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<UserGroupRole> models)

Liferay 6.0.5