Liferay 6.0.5

com.liferay.portal.service.http
Class RoleJSONSerializer

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

public class RoleJSONSerializer
extends Object

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

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

Constructor Detail

RoleJSONSerializer

public RoleJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(Role model)

toJSONArray

public static JSONArray toJSONArray(Role[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<Role> models)

Liferay 6.0.5