Liferay 6.0.5

com.liferay.portlet.shopping.service.http
Class ShoppingCategoryJSONSerializer

java.lang.Object
  extended by com.liferay.portlet.shopping.service.http.ShoppingCategoryJSONSerializer

public class ShoppingCategoryJSONSerializer
extends Object

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

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

Constructor Detail

ShoppingCategoryJSONSerializer

public ShoppingCategoryJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(ShoppingCategory model)

toJSONArray

public static JSONArray toJSONArray(ShoppingCategory[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<ShoppingCategory> models)

Liferay 6.0.5