Liferay 6.0.5

com.liferay.portal.service.http
Class PasswordPolicyJSONSerializer

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

public class PasswordPolicyJSONSerializer
extends Object

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

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

Constructor Detail

PasswordPolicyJSONSerializer

public PasswordPolicyJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(PasswordPolicy model)

toJSONArray

public static JSONArray toJSONArray(PasswordPolicy[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<PasswordPolicy> models)

Liferay 6.0.5