Liferay 7.0-ce-m6

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

Packages that use JSONObject
com.liferay.portal.kernel.audit   
com.liferay.portal.kernel.editor.configuration   
com.liferay.portal.kernel.facebook   
com.liferay.portal.kernel.image.selector   
com.liferay.portal.kernel.json   
com.liferay.portal.kernel.notifications   
com.liferay.portal.kernel.poller   
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.search.facet   
com.liferay.portal.kernel.search.facet.config   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.license.util This package defines the portal license utility interfaces and classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.expando.service   
com.liferay.portlet.exportimport.staging   
com.liferay.portlet.notifications.test   
 

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.editor.configuration
 

Methods in com.liferay.portal.kernel.editor.configuration that return JSONObject
 JSONObject EditorConfiguration.getConfigJSONObject()
           
protected  JSONObject BaseEditorConfigContributor.toJSONObject(String json)
           
 

Methods in com.liferay.portal.kernel.editor.configuration with parameters of type JSONObject
 void EditorConfigContributor.populateConfigJSONObject(JSONObject jsonObject, Map<String,Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, LiferayPortletResponse liferayPortletResponse)
          Updates the original configuration JSON object to some new configuration.
 void EditorConfigTransformer.transform(EditorOptions editorOptions, Map<String,Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, LiferayPortletResponse liferayPortletResponse, JSONObject configJSONObject)
           
 

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

Methods in com.liferay.portal.kernel.facebook that return JSONObject
 JSONObject FacebookConnect.getGraphResources(long companyId, String path, String accessToken, String fields)
           
 

Uses of JSONObject in com.liferay.portal.kernel.image.selector
 

Methods in com.liferay.portal.kernel.image.selector that return JSONObject
protected  JSONObject BaseImageSelectorUploadHandler.getImageJSONObject(PortletRequest portletRequest)
           
 

Methods in com.liferay.portal.kernel.image.selector with parameters of type JSONObject
protected abstract  void BaseImageSelectorUploadHandler.handleUploadException(PortletRequest portletRequest, PortletResponse portletResponse, PortalException pe, JSONObject jsonObject)
           
 

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)
           
static JSONObject JSONFactoryUtil.getUnmodifiableJSONObject()
           
 JSONObject JSONFactory.getUnmodifiableJSONObject()
           
 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, Object value)
           
 JSONObject JSONObject.put(String key, String value)
           
 JSONObject JSONObject.putException(Exception exception)
           
 

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.notifications
 

Methods in com.liferay.portal.kernel.notifications that return JSONObject
 JSONObject NotificationEvent.getPayload()
           
 JSONObject NotificationEvent.toJSONObject()
           
 

Methods in com.liferay.portal.kernel.notifications with parameters of type JSONObject
 NotificationEvent NotificationEventFactory.createNotificationEvent(long timestamp, String type, JSONObject payloadJSONObject)
           
static NotificationEvent NotificationEventFactoryUtil.createNotificationEvent(long timestamp, String type, JSONObject payloadJSONObject)
           
protected  AssetRenderer BaseModelUserNotificationHandler.getAssetRenderer(JSONObject jsonObject)
           
protected  String BaseModelUserNotificationHandler.getTitle(JSONObject jsonObject, AssetRenderer assetRenderer, ServiceContext serviceContext)
           
 

Constructors in com.liferay.portal.kernel.notifications with parameters of type JSONObject
NotificationEvent(long timestamp, String type, JSONObject payloadJSONObject)
           
 

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

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

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

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

Methods in com.liferay.portal.kernel.portlet with parameters of type JSONObject
static void PortletJSONUtil.populatePortletJSONObject(javax.servlet.http.HttpServletRequest request, String portletHTML, Portlet portlet, JSONObject jsonObject)
           
static void PortletJSONUtil.writeFooterPaths(javax.servlet.http.HttpServletResponse response, JSONObject jsonObject)
           
static void PortletJSONUtil.writeHeaderPaths(javax.servlet.http.HttpServletResponse response, JSONObject jsonObject)
           
 

Uses of JSONObject in com.liferay.portal.kernel.search.facet
 

Methods in com.liferay.portal.kernel.search.facet with parameters of type JSONObject
 void MultiValueFacet.setValues(JSONObject[] values)
           
 

Uses of JSONObject in com.liferay.portal.kernel.search.facet.config
 

Methods in com.liferay.portal.kernel.search.facet.config that return JSONObject
 JSONObject FacetConfiguration.getData()
           
 

Methods in com.liferay.portal.kernel.search.facet.config with parameters of type JSONObject
 void FacetConfiguration.setDataJSONObject(JSONObject dataJSONObject)
           
 

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.license.util
 

Methods in com.liferay.portal.license.util with parameters of type JSONObject
 void LicenseManager.registerLicense(JSONObject jsonObject)
           
static void LicenseManagerUtil.registerLicense(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)
           
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.sendUserNotificationEvents(long userId, String portletId, int deliveryType, boolean actionRequired, JSONObject notificationEventJSONObject)
           
static UserNotificationEvent UserNotificationEventLocalServiceUtil.sendUserNotificationEvents(long userId, String portletId, int deliveryType, boolean actionRequired, JSONObject notificationEventJSONObject)
           
 UserNotificationEvent UserNotificationEventLocalService.sendUserNotificationEvents(long userId, String portletId, int deliveryType, boolean actionRequired, JSONObject notificationEventJSONObject)
           
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.sendUserNotificationEvents(long userId, String portletId, int deliveryType, JSONObject notificationEventJSONObject)
           
static UserNotificationEvent UserNotificationEventLocalServiceUtil.sendUserNotificationEvents(long userId, String portletId, int deliveryType, JSONObject notificationEventJSONObject)
           
 UserNotificationEvent UserNotificationEventLocalService.sendUserNotificationEvents(long userId, String portletId, int deliveryType, JSONObject notificationEventJSONObject)
           
 

Uses of JSONObject in com.liferay.portlet
 

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

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

Methods in com.liferay.portlet.asset.service that return JSONObject
static JSONObject AssetTagServiceUtil.getJSONGroupTags(long groupId, String name, int start, int end)
          Deprecated. As of 6.2.0, replaced by AssetTagServiceUtil.getGroupTagsDisplay(long, String, int, int)
 JSONObject AssetTagService.getJSONGroupTags(long groupId, String name, int start, int end)
          Deprecated. As of 6.2.0, replaced by AssetTagService.getGroupTagsDisplay(long, String, int, int)
 JSONObject AssetTagServiceWrapper.getJSONGroupTags(long groupId, String name, int start, int end)
          Deprecated. As of 6.2.0, replaced by AssetTagServiceWrapper.getGroupTagsDisplay(long, String, int, int)
static JSONObject AssetVocabularyServiceUtil.getJSONGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
          Deprecated. As of 6.2.0, with no direct replacement
 JSONObject AssetVocabularyService.getJSONGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
          Deprecated. As of 6.2.0, with no direct replacement
 JSONObject AssetVocabularyServiceWrapper.getJSONGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
          Deprecated. As of 6.2.0, with no direct replacement
 JSONObject AssetCategoryServiceWrapper.getJSONVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long, int, int, OrderByComparator)
static JSONObject AssetCategoryServiceUtil.getJSONVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceUtil.getVocabularyCategoriesDisplay(long, int, int, OrderByComparator)
 JSONObject AssetCategoryService.getJSONVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryService.getVocabularyCategoriesDisplay(long, int, int, OrderByComparator)
 JSONObject AssetCategoryServiceWrapper.getJSONVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long, String, long, int, int, OrderByComparator)
static JSONObject AssetCategoryServiceUtil.getJSONVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceUtil.getVocabularyCategoriesDisplay(long, String, long, int, int, OrderByComparator)
 JSONObject AssetCategoryService.getJSONVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryService.getVocabularyCategoriesDisplay(long, String, long, int, int, OrderByComparator)
 

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

Methods in com.liferay.portlet.expando.service that return JSONObject
 JSONObject ExpandoValueService.getJSONData(long companyId, String className, String tableName, String columnName, long classPK)
           
 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)
           
 

Uses of JSONObject in com.liferay.portlet.exportimport.staging
 

Methods in com.liferay.portlet.exportimport.staging that return JSONObject
 JSONObject Staging.getExceptionMessagesJSONObject(Locale locale, Exception e, Map<String,Serializable> contextMap)
           
static JSONObject StagingUtil.getExceptionMessagesJSONObject(Locale locale, Exception e, Map<String,Serializable> contextMap)
           
 

Uses of JSONObject in com.liferay.portlet.notifications.test
 

Methods in com.liferay.portlet.notifications.test that return types with arguments of type JSONObject
protected  List<JSONObject> BaseUserNotificationTestCase.getUserNotificationEventsJSONObjects(long userId, long primaryKey)
           
 

Methods in com.liferay.portlet.notifications.test with parameters of type JSONObject
protected  boolean BaseUserNotificationTestCase.isValidUserNotificationEventObject(long primaryKey, JSONObject userNotificationEventJSONObject)
           
 


Liferay 7.0-ce-m6