Liferay 6.0.5

Uses of Interface
com.liferay.portal.kernel.json.JSONObject

Packages that use JSONObject
com.liferay.portal.action   
com.liferay.portal.audit   
com.liferay.portal.json   
com.liferay.portal.kernel.audit   
com.liferay.portal.kernel.json   
com.liferay.portal.kernel.poller   
com.liferay.portal.kernel.util   
com.liferay.portal.liveusers.messaging   
com.liferay.portal.service   
com.liferay.portal.service.http   
com.liferay.portal.util   
com.liferay.portlet   
com.liferay.portlet.announcements.service.http   
com.liferay.portlet.asset.service.http   
com.liferay.portlet.blogs.service.http   
com.liferay.portlet.bookmarks.service.http   
com.liferay.portlet.calendar.service.http   
com.liferay.portlet.documentlibrary.service.http   
com.liferay.portlet.expando.service   
com.liferay.portlet.expando.service.http   
com.liferay.portlet.expando.service.impl   
com.liferay.portlet.imagegallery.service.http   
com.liferay.portlet.journal.service.http   
com.liferay.portlet.messageboards.service.http   
com.liferay.portlet.polls.service.http   
com.liferay.portlet.ratings.service.http   
com.liferay.portlet.shopping.service.http   
com.liferay.portlet.softwarecatalog.service.http   
com.liferay.portlet.tasks.service.http   
com.liferay.portlet.wiki.service.http   
com.liferay.util.json   
 

Uses of JSONObject in com.liferay.portal.action
 

Methods in com.liferay.portal.action that return JSONObject
protected  JSONObject JSONServiceAction.toJSONObject(AssetEntryDisplay assetEntryDisplay)
           
protected  JSONObject JSONServiceAction.toJSONObject(AssetEntryType assetEntryType)
           
 

Uses of JSONObject in com.liferay.portal.audit
 

Methods in com.liferay.portal.audit with parameters of type JSONObject
 AuditMessage AuditMessageFactoryImpl.getAuditMessage(String eventType, long companyId, long userId, String userName, String className, String classPK, String message, Date timestamp, JSONObject additionalInfo)
           
 AuditMessage AuditMessageFactoryImpl.getAuditMessage(String eventType, long companyId, long userId, String userName, String className, String classPK, String message, JSONObject additionalInfo)
           
 

Uses of JSONObject in com.liferay.portal.json
 

Classes in com.liferay.portal.json that implement JSONObject
 class JSONObjectImpl
           
 

Methods in com.liferay.portal.json that return JSONObject
 JSONObject JSONFactoryImpl.createJSONObject()
           
 JSONObject JSONFactoryImpl.createJSONObject(String json)
           
 JSONObject JSONArrayImpl.getJSONObject(int index)
           
 JSONObject JSONObjectImpl.getJSONObject(String key)
           
 JSONObject JSONObjectImpl.put(String key, boolean value)
           
 JSONObject JSONObjectImpl.put(String key, Date value)
           
 JSONObject JSONObjectImpl.put(String key, double value)
           
 JSONObject JSONObjectImpl.put(String key, int value)
           
 JSONObject JSONObjectImpl.put(String key, JSONArray value)
           
 JSONObject JSONObjectImpl.put(String key, JSONObject value)
           
 JSONObject JSONObjectImpl.put(String key, long value)
           
 JSONObject JSONObjectImpl.put(String key, String value)
           
 

Methods in com.liferay.portal.json with parameters of type JSONObject
 Object JSONFactoryImpl.deserialize(JSONObject jsonObj)
           
 JSONArray JSONArrayImpl.put(JSONObject value)
           
 JSONObject JSONObjectImpl.put(String key, JSONObject value)
           
 

Constructors in com.liferay.portal.json with parameters of type JSONObject
JSONObjectImpl(JSONObject jsonObj, String[] names)
           
 

Uses of JSONObject in com.liferay.portal.kernel.audit
 

Methods in com.liferay.portal.kernel.audit that return JSONObject
 JSONObject AuditMessage.getAdditionalInfo()
           
 JSONObject AuditMessage.toJSONObject()
           
 

Methods in com.liferay.portal.kernel.audit with parameters of type JSONObject
 AuditMessage AuditMessageFactoryUtil.getAuditMessage(String eventType, long companyId, long userId, String userName, String className, String classPK, String message, Date timestamp, JSONObject additionalInfo)
           
 AuditMessage AuditMessageFactory.getAuditMessage(String eventType, long companyId, long userId, String userName, String className, String classPK, String message, Date timestamp, JSONObject additionalInfo)
           
 AuditMessage AuditMessageFactoryUtil.getAuditMessage(String eventType, long companyId, long userId, String userName, String className, String classPK, String message, JSONObject additionalInfo)
           
 AuditMessage AuditMessageFactory.getAuditMessage(String eventType, long companyId, long userId, String userName, String className, String classPK, String message, JSONObject additionalInfo)
           
 void AuditMessage.setAdditionalInfo(JSONObject additionalInfo)
           
 

Constructors in com.liferay.portal.kernel.audit with parameters of type JSONObject
AuditMessage(String eventType, long companyId, long userId, String userName, String className, String classPK, String message, Date timestamp, JSONObject additionalInfo)
           
AuditMessage(String eventType, long companyId, long userId, String userName, String className, String classPK, String message, JSONObject additionalInfo)
           
 

Uses of JSONObject in com.liferay.portal.kernel.json
 

Methods in com.liferay.portal.kernel.json that return JSONObject
static JSONObject JSONFactoryUtil.createJSONObject()
           
 JSONObject JSONFactory.createJSONObject()
           
static JSONObject JSONFactoryUtil.createJSONObject(String json)
           
 JSONObject JSONFactory.createJSONObject(String json)
           
 JSONObject JSONArray.getJSONObject(int index)
           
 JSONObject JSONObject.getJSONObject(String key)
           
 JSONObject JSONObject.put(String key, boolean value)
           
 JSONObject JSONObject.put(String key, Date value)
           
 JSONObject JSONObject.put(String key, double value)
           
 JSONObject JSONObject.put(String key, int value)
           
 JSONObject JSONObject.put(String key, JSONArray value)
           
 JSONObject JSONObject.put(String key, JSONObject value)
           
 JSONObject JSONObject.put(String key, long value)
           
 JSONObject JSONObject.put(String key, String value)
           
 

Methods in com.liferay.portal.kernel.json with parameters of type JSONObject
static Object JSONFactoryUtil.deserialize(JSONObject jsonObj)
           
 Object JSONFactory.deserialize(JSONObject jsonObj)
           
 JSONArray JSONArray.put(JSONObject value)
           
 JSONObject JSONObject.put(String key, JSONObject value)
           
 

Uses of JSONObject in com.liferay.portal.kernel.poller
 

Methods in com.liferay.portal.kernel.poller that return JSONObject
 JSONObject PollerResponse.toJSONObject()
           
 

Methods in com.liferay.portal.kernel.poller with parameters of type JSONObject
 void PollerResponse.setParameter(String name, JSONObject value)
           
 

Uses of JSONObject in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util with parameters of type JSONObject
static Object LocalizationUtil.deserialize(JSONObject jsonObject)
           
 Object Localization.deserialize(JSONObject jsonObject)
          Deserializes the JSON object into a map of locales and localized strings.
 

Uses of JSONObject in com.liferay.portal.liveusers.messaging
 

Methods in com.liferay.portal.liveusers.messaging with parameters of type JSONObject
protected  void LiveUsersMessageListener.doCommandSignIn(JSONObject jsonObject)
           
protected  void LiveUsersMessageListener.doCommandSignOut(JSONObject jsonObject)
           
 

Uses of JSONObject in com.liferay.portal.service
 

Methods in com.liferay.portal.service with parameters of type JSONObject
static Object ServiceContextUtil.deserialize(JSONObject jsonObject)
           
 

Uses of JSONObject in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return JSONObject
static JSONObject AccountJSONSerializer.toJSONObject(Account model)
           
static JSONObject AddressJSONSerializer.toJSONObject(Address model)
           
static JSONObject ClassNameJSONSerializer.toJSONObject(ClassName model)
           
static JSONObject CompanyJSONSerializer.toJSONObject(Company model)
           
static JSONObject ContactJSONSerializer.toJSONObject(Contact model)
           
static JSONObject CountryJSONSerializer.toJSONObject(Country model)
           
static JSONObject EmailAddressJSONSerializer.toJSONObject(EmailAddress model)
           
static JSONObject GroupJSONSerializer.toJSONObject(Group model)
           
static JSONObject ImageJSONSerializer.toJSONObject(Image model)
           
static JSONObject LayoutJSONSerializer.toJSONObject(Layout model)
           
static JSONObject LayoutPrototypeJSONSerializer.toJSONObject(LayoutPrototype model)
           
static JSONObject LayoutSetJSONSerializer.toJSONObject(LayoutSet model)
           
static JSONObject LayoutSetPrototypeJSONSerializer.toJSONObject(LayoutSetPrototype model)
           
static JSONObject ListTypeJSONSerializer.toJSONObject(ListType model)
           
static JSONObject MembershipRequestJSONSerializer.toJSONObject(MembershipRequest model)
           
static JSONObject OrganizationJSONSerializer.toJSONObject(Organization model)
           
static JSONObject OrgLaborJSONSerializer.toJSONObject(OrgLabor model)
           
static JSONObject PasswordPolicyJSONSerializer.toJSONObject(PasswordPolicy model)
           
static JSONObject PermissionJSONSerializer.toJSONObject(Permission model)
           
static JSONObject PhoneJSONSerializer.toJSONObject(Phone model)
           
static JSONObject PluginSettingJSONSerializer.toJSONObject(PluginSetting model)
           
static JSONObject PortletJSONSerializer.toJSONObject(Portlet model)
           
static JSONObject PortletPreferencesJSONSerializer.toJSONObject(PortletPreferences model)
           
static JSONObject RegionJSONSerializer.toJSONObject(Region model)
           
static JSONObject ResourceJSONSerializer.toJSONObject(Resource model)
           
static JSONObject ResourcePermissionJSONSerializer.toJSONObject(ResourcePermission model)
           
static JSONObject RoleJSONSerializer.toJSONObject(Role model)
           
static JSONObject TeamJSONSerializer.toJSONObject(Team model)
           
static JSONObject UserJSONSerializer.toJSONObject(User model)
           
static JSONObject UserGroupJSONSerializer.toJSONObject(UserGroup model)
           
static JSONObject UserGroupGroupRoleJSONSerializer.toJSONObject(UserGroupGroupRole model)
           
static JSONObject UserGroupRoleJSONSerializer.toJSONObject(UserGroupRole model)
           
static JSONObject WebsiteJSONSerializer.toJSONObject(Website model)
           
 

Uses of JSONObject in com.liferay.portal.util
 

Methods in com.liferay.portal.util that return JSONObject
static JSONObject FacebookConnectUtil.getGraphResources(long companyId, String path, String accessToken, String fields)
           
 

Methods in com.liferay.portal.util with parameters of type JSONObject
 Object LocalizationImpl.deserialize(JSONObject jsonObject)
           
 

Uses of JSONObject in com.liferay.portlet
 

Methods in com.liferay.portlet that return JSONObject
static JSONObject PortletSetupUtil.cssToJSON(PortletPreferences portletSetup, String css)
           
 

Uses of JSONObject in com.liferay.portlet.announcements.service.http
 

Methods in com.liferay.portlet.announcements.service.http that return JSONObject
static JSONObject AnnouncementsDeliveryJSONSerializer.toJSONObject(AnnouncementsDelivery model)
           
static JSONObject AnnouncementsEntryJSONSerializer.toJSONObject(AnnouncementsEntry model)
           
static JSONObject AnnouncementsFlagJSONSerializer.toJSONObject(AnnouncementsFlag model)
           
 

Uses of JSONObject in com.liferay.portlet.asset.service.http
 

Methods in com.liferay.portlet.asset.service.http that return JSONObject
static JSONObject AssetCategoryJSONSerializer.toJSONObject(AssetCategory model)
           
static JSONObject AssetCategoryPropertyJSONSerializer.toJSONObject(AssetCategoryProperty model)
           
static JSONObject AssetEntryJSONSerializer.toJSONObject(AssetEntry model)
           
static JSONObject AssetTagJSONSerializer.toJSONObject(AssetTag model)
           
static JSONObject AssetTagPropertyJSONSerializer.toJSONObject(AssetTagProperty model)
           
static JSONObject AssetVocabularyJSONSerializer.toJSONObject(AssetVocabulary model)
           
 

Uses of JSONObject in com.liferay.portlet.blogs.service.http
 

Methods in com.liferay.portlet.blogs.service.http that return JSONObject
static JSONObject BlogsEntryJSONSerializer.toJSONObject(BlogsEntry model)
           
 

Uses of JSONObject in com.liferay.portlet.bookmarks.service.http
 

Methods in com.liferay.portlet.bookmarks.service.http that return JSONObject
static JSONObject BookmarksEntryJSONSerializer.toJSONObject(BookmarksEntry model)
           
static JSONObject BookmarksFolderJSONSerializer.toJSONObject(BookmarksFolder model)
           
 

Uses of JSONObject in com.liferay.portlet.calendar.service.http
 

Methods in com.liferay.portlet.calendar.service.http that return JSONObject
static JSONObject CalEventJSONSerializer.toJSONObject(CalEvent model)
           
 

Uses of JSONObject in com.liferay.portlet.documentlibrary.service.http
 

Methods in com.liferay.portlet.documentlibrary.service.http that return JSONObject
static JSONObject DLFileEntryJSONSerializer.toJSONObject(DLFileEntry model)
           
static JSONObject DLFileShortcutJSONSerializer.toJSONObject(DLFileShortcut model)
           
static JSONObject DLFileVersionJSONSerializer.toJSONObject(DLFileVersion model)
           
static JSONObject DLFolderJSONSerializer.toJSONObject(DLFolder model)
           
 

Uses of JSONObject in com.liferay.portlet.expando.service
 

Methods in com.liferay.portlet.expando.service that return JSONObject
 JSONObject ExpandoValueServiceWrapper.getJSONData(long companyId, String className, String tableName, String columnName, long classPK)
           
static JSONObject ExpandoValueServiceUtil.getJSONData(long companyId, String className, String tableName, String columnName, long classPK)
           
 JSONObject ExpandoValueService.getJSONData(long companyId, String className, String tableName, String columnName, long classPK)
           
 

Uses of JSONObject in com.liferay.portlet.expando.service.http
 

Methods in com.liferay.portlet.expando.service.http that return JSONObject
static JSONObject ExpandoValueServiceHttp.getJSONData(HttpPrincipal httpPrincipal, long companyId, String className, String tableName, String columnName, long classPK)
           
static JSONObject ExpandoValueServiceSoap.getJSONData(long companyId, String className, String tableName, String columnName, long classPK)
           
static JSONObject ExpandoColumnJSONSerializer.toJSONObject(ExpandoColumn model)
           
static JSONObject ExpandoValueJSONSerializer.toJSONObject(ExpandoValue model)
           
 

Uses of JSONObject in com.liferay.portlet.expando.service.impl
 

Methods in com.liferay.portlet.expando.service.impl that return JSONObject
 JSONObject ExpandoValueServiceImpl.getJSONData(long companyId, String className, String tableName, String columnName, long classPK)
           
 

Uses of JSONObject in com.liferay.portlet.imagegallery.service.http
 

Methods in com.liferay.portlet.imagegallery.service.http that return JSONObject
static JSONObject IGFolderJSONSerializer.toJSONObject(IGFolder model)
           
static JSONObject IGImageJSONSerializer.toJSONObject(IGImage model)
           
 

Uses of JSONObject in com.liferay.portlet.journal.service.http
 

Methods in com.liferay.portlet.journal.service.http that return JSONObject
static JSONObject JournalArticleJSONSerializer.toJSONObject(JournalArticle model)
           
static JSONObject JournalFeedJSONSerializer.toJSONObject(JournalFeed model)
           
static JSONObject JournalStructureJSONSerializer.toJSONObject(JournalStructure model)
           
static JSONObject JournalTemplateJSONSerializer.toJSONObject(JournalTemplate model)
           
 

Uses of JSONObject in com.liferay.portlet.messageboards.service.http
 

Methods in com.liferay.portlet.messageboards.service.http that return JSONObject
static JSONObject MBBanJSONSerializer.toJSONObject(MBBan model)
           
static JSONObject MBCategoryJSONSerializer.toJSONObject(MBCategory model)
           
static JSONObject MBMessageJSONSerializer.toJSONObject(MBMessage model)
           
static JSONObject MBMessageFlagJSONSerializer.toJSONObject(MBMessageFlag model)
           
static JSONObject MBThreadJSONSerializer.toJSONObject(MBThread model)
           
 

Uses of JSONObject in com.liferay.portlet.polls.service.http
 

Methods in com.liferay.portlet.polls.service.http that return JSONObject
static JSONObject PollsQuestionJSONSerializer.toJSONObject(PollsQuestion model)
           
static JSONObject PollsVoteJSONSerializer.toJSONObject(PollsVote model)
           
 

Uses of JSONObject in com.liferay.portlet.ratings.service.http
 

Methods in com.liferay.portlet.ratings.service.http that return JSONObject
static JSONObject RatingsEntryJSONSerializer.toJSONObject(RatingsEntry model)
           
 

Uses of JSONObject in com.liferay.portlet.shopping.service.http
 

Methods in com.liferay.portlet.shopping.service.http that return JSONObject
static JSONObject ShoppingCategoryJSONSerializer.toJSONObject(ShoppingCategory model)
           
static JSONObject ShoppingCouponJSONSerializer.toJSONObject(ShoppingCoupon model)
           
static JSONObject ShoppingItemJSONSerializer.toJSONObject(ShoppingItem model)
           
static JSONObject ShoppingOrderJSONSerializer.toJSONObject(ShoppingOrder model)
           
 

Uses of JSONObject in com.liferay.portlet.softwarecatalog.service.http
 

Methods in com.liferay.portlet.softwarecatalog.service.http that return JSONObject
static JSONObject SCFrameworkVersionJSONSerializer.toJSONObject(SCFrameworkVersion model)
           
static JSONObject SCLicenseJSONSerializer.toJSONObject(SCLicense model)
           
static JSONObject SCProductEntryJSONSerializer.toJSONObject(SCProductEntry model)
           
static JSONObject SCProductVersionJSONSerializer.toJSONObject(SCProductVersion model)
           
 

Uses of JSONObject in com.liferay.portlet.tasks.service.http
 

Methods in com.liferay.portlet.tasks.service.http that return JSONObject
static JSONObject TasksProposalJSONSerializer.toJSONObject(TasksProposal model)
           
static JSONObject TasksReviewJSONSerializer.toJSONObject(TasksReview model)
           
 

Uses of JSONObject in com.liferay.portlet.wiki.service.http
 

Methods in com.liferay.portlet.wiki.service.http that return JSONObject
static JSONObject WikiNodeJSONSerializer.toJSONObject(WikiNode model)
           
static JSONObject WikiPageJSONSerializer.toJSONObject(WikiPage model)
           
 

Uses of JSONObject in com.liferay.util.json
 

Methods in com.liferay.util.json with parameters of type JSONObject
static Object JSONFactoryUtil.deserialize(JSONObject jsonObj)
           
 


Liferay 6.0.5