Liferay 6.0.5

com.liferay.portlet.announcements.service.http
Class AnnouncementsFlagJSONSerializer

java.lang.Object
  extended by com.liferay.portlet.announcements.service.http.AnnouncementsFlagJSONSerializer

public class AnnouncementsFlagJSONSerializer
extends Object

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

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

Constructor Detail

AnnouncementsFlagJSONSerializer

public AnnouncementsFlagJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(AnnouncementsFlag model)

toJSONArray

public static JSONArray toJSONArray(AnnouncementsFlag[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<AnnouncementsFlag> models)

Liferay 6.0.5