Uses of Interface
com.liferay.portal.kernel.json.JSONObject
Packages that use JSONObject
Package
Description
This package defines the portal license utility interfaces and classes.
This package defines the kernel portlet interfaces and classes.
This package defines the portal service interfaces and classes.
This package defines the kernel utility interfaces and classes.
-
Uses of JSONObject in com.liferay.expando.kernel.model
Methods in com.liferay.expando.kernel.model that return JSONObjectModifier and TypeMethodDescriptionExpandoValue.getGeolocationJSONObject()
ExpandoValueWrapper.getGeolocationJSONObject()
Methods in com.liferay.expando.kernel.model with parameters of type JSONObjectModifier and TypeMethodDescriptionvoid
ExpandoValue.setGeolocationJSONObject
(JSONObject dataJSONObject) void
ExpandoValueWrapper.setGeolocationJSONObject
(JSONObject dataJSONObject) -
Uses of JSONObject in com.liferay.expando.kernel.service
Methods in com.liferay.expando.kernel.service that return JSONObjectModifier and TypeMethodDescriptionExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, JSONObject defaultDataJSONObject) static JSONObject
ExpandoValueLocalServiceUtil.getData
(long companyId, String className, String tableName, String columnName, long classPK, JSONObject defaultDataJSONObject) ExpandoValueLocalServiceWrapper.getData
(long companyId, String className, String tableName, String columnName, long classPK, JSONObject defaultDataJSONObject) ExpandoValueService.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) ExpandoValueServiceWrapper.getJSONData
(long companyId, String className, String tableName, String columnName, long classPK) Methods in com.liferay.expando.kernel.service with parameters of type JSONObjectModifier and TypeMethodDescriptionExpandoValueLocalService.addValue
(long companyId, String className, String tableName, String columnName, long classPK, JSONObject dataJSONObject) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, JSONObject dataJSONObject) ExpandoValueLocalServiceWrapper.addValue
(long companyId, String className, String tableName, String columnName, long classPK, JSONObject dataJSONObject) ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, JSONObject defaultDataJSONObject) static JSONObject
ExpandoValueLocalServiceUtil.getData
(long companyId, String className, String tableName, String columnName, long classPK, JSONObject defaultDataJSONObject) ExpandoValueLocalServiceWrapper.getData
(long companyId, String className, String tableName, String columnName, long classPK, JSONObject defaultDataJSONObject) -
Uses of JSONObject in com.liferay.exportimport.kernel.staging
Methods in com.liferay.exportimport.kernel.staging that return JSONObjectModifier and TypeMethodDescriptionStaging.getExceptionMessagesJSONObject
(Locale locale, Exception exception, ExportImportConfiguration exportImportConfiguration) static JSONObject
StagingUtil.getExceptionMessagesJSONObject
(Locale locale, Exception exception, ExportImportConfiguration exportImportConfiguration) -
Uses of JSONObject in com.liferay.portal.kernel.audit
Methods in com.liferay.portal.kernel.audit that return JSONObjectMethods in com.liferay.portal.kernel.audit with parameters of type JSONObjectModifier and TypeMethodDescriptionAuditMessageFactory.getAuditMessage
(String eventType, long companyId, long groupId, long userId, String userName, String className, String classPK, String message, Date timestamp, JSONObject additionalInfoJSONObject) AuditMessageFactory.getAuditMessage
(String eventType, long companyId, long userId, String userName, String className, String classPK, String message, JSONObject additionalInfoJSONObject) AuditMessageFactory.getAuditMessage
(String eventType, long companyId, long userId, String userName, String className, String classPK, String message, Date timestamp, JSONObject additionalInfoJSONObject) void
AuditMessage.setAdditionalInfo
(JSONObject additionalInfoJSONObject) Constructors in com.liferay.portal.kernel.audit with parameters of type JSONObjectModifierConstructorDescriptionAuditMessage
(String eventType, long companyId, long groupId, long userId, String userName, String className, String classPK, String message, Date timestamp, JSONObject additionalInfoJSONObject) AuditMessage
(String eventType, long companyId, long userId, String userName, String className, String classPK, String message, JSONObject additionalInfoJSONObject) AuditMessage
(String eventType, long companyId, long userId, String userName, String className, String classPK, String message, Date timestamp, JSONObject additionalInfoJSONObject) -
Uses of JSONObject in com.liferay.portal.kernel.editor.configuration
Methods in com.liferay.portal.kernel.editor.configuration that return JSONObjectModifier and TypeMethodDescriptionEditorConfigProvider.getConfigJSONObject
(String portletName, String editorConfigKey, String editorName, Map<String, Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory) EditorConfiguration.getConfigJSONObject()
EditorConfigurationImpl.getConfigJSONObject()
protected JSONObject
BaseEditorConfigContributor.toJSONObject
(String json) Methods in com.liferay.portal.kernel.editor.configuration with parameters of type JSONObjectModifier and TypeMethodDescriptionvoid
EditorConfigContributor.populateConfigJSONObject
(JSONObject jsonObject, Map<String, Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory) Updates the original configuration JSON object with some new configuration.void
EditorConfigTransformer.transform
(EditorOptions editorOptions, Map<String, Object> inputEditorTaglibAttributes, JSONObject configJSONObject, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory) Transforms the editor options in configuration that the editor can handle, by populating the configuration JSON object.Constructors in com.liferay.portal.kernel.editor.configuration with parameters of type JSONObjectModifierConstructorDescriptionEditorConfigurationImpl
(JSONObject configJSONObject, EditorOptions editorOptions) -
Uses of JSONObject in com.liferay.portal.kernel.facebook
Methods in com.liferay.portal.kernel.facebook that return JSONObjectModifier and TypeMethodDescriptionFacebookConnect.getGraphResources
(long companyId, String path, String accessToken, String fields) -
Uses of JSONObject in com.liferay.portal.kernel.json
Methods in com.liferay.portal.kernel.json that return JSONObjectModifier and TypeMethodDescriptionJSONFactory.createJSONObject()
JSONFactory.createJSONObject
(String json) JSONFactory.createJSONObject
(Map<?, ?> map) static JSONObject
JSONFactoryUtil.createJSONObject()
static JSONObject
JSONFactoryUtil.createJSONObject
(String json) static JSONObject
JSONFactoryUtil.createJSONObject
(Map<?, ?> map) JSONArray.getJSONObject
(int index) JSONObject.getJSONObject
(String key) JSONFactory.getUnmodifiableJSONObject()
static JSONObject
JSONFactoryUtil.getUnmodifiableJSONObject()
static JSONObject
JSONUtil.getValueAsJSONObject
(Object object, String... paths) static JSONObject
JSONUtil.merge
(JSONObject jsonObject1, JSONObject jsonObject2) JSONObject.put
(String key, com.liferay.petra.function.UnsafeSupplier<Object, Exception> valueUnsafeSupplier) JSONObject.put
(String key, JSONObject jsonObject) static JSONObject
JSONUtil.put
(String key, com.liferay.petra.function.UnsafeSupplier<Object, Exception> valueUnsafeSupplier) static JSONObject
JSONObject.putException
(Exception exception) Methods in com.liferay.portal.kernel.json that return types with arguments of type JSONObjectModifier and TypeMethodDescriptionstatic Map<String,
JSONObject> JSONUtil.toJSONObjectMap
(JSONArray jsonArray, String jsonObjectKey) Methods in com.liferay.portal.kernel.json with parameters of type JSONObjectModifier and TypeMethodDescriptionJSONFactory.deserialize
(JSONObject jsonObject) static Object
JSONFactoryUtil.deserialize
(JSONObject jsonObject) static boolean
JSONUtil.equals
(JSONObject jsonObject1, JSONObject jsonObject2) static boolean
JSONUtil.isEmpty
(JSONObject jsonObject) static JSONObject
JSONUtil.merge
(JSONObject jsonObject1, JSONObject jsonObject2) JSONArray.put
(JSONObject jsonObject) JSONObject.put
(String key, JSONObject jsonObject) static JSONArray
JSONUtil.replace
(JSONArray jsonArray, String jsonObjectKey, JSONObject newJSONObject) static String
JSONUtil.toString
(JSONObject jsonObject) JSONUtil.toStringMap
(JSONObject jsonObject) Method parameters in com.liferay.portal.kernel.json with type arguments of type JSONObjectModifier and TypeMethodDescriptionstatic <T> T[]
JSONUtil.toArray
(JSONArray jsonArray, com.liferay.petra.function.UnsafeFunction<JSONObject, T, Exception> unsafeFunction, Log log, Class<?> clazz) static <T> T[]
JSONUtil.toArray
(JSONArray jsonArray, com.liferay.petra.function.UnsafeFunction<JSONObject, T, Exception> unsafeFunction, Class<?> clazz) static <T> T[]
JSONUtil.toArray
(JSONArray jsonArray, com.liferay.petra.function.UnsafeFunction<JSONObject, T, Exception> unsafeFunction, Consumer<Exception> exceptionConsumer, Class<?> clazz) static <T> List<T>
JSONUtil.toList
(JSONArray jsonArray, com.liferay.petra.function.UnsafeFunction<JSONObject, T, Exception> unsafeFunction) static <T> List<T>
JSONUtil.toList
(JSONArray jsonArray, com.liferay.petra.function.UnsafeFunction<JSONObject, T, Exception> unsafeFunction, Log log) static <T> List<T>
JSONUtil.toList
(JSONArray jsonArray, com.liferay.petra.function.UnsafeFunction<JSONObject, T, Exception> unsafeFunction, Consumer<Exception> exceptionConsumer) -
Uses of JSONObject in com.liferay.portal.kernel.license.util
Methods in com.liferay.portal.kernel.license.util with parameters of type JSONObjectModifier and TypeMethodDescriptionvoid
LicenseManager.registerLicense
(JSONObject jsonObject) static void
LicenseManagerUtil.registerLicense
(JSONObject jsonObject) -
Uses of JSONObject in com.liferay.portal.kernel.notifications
Methods in com.liferay.portal.kernel.notifications that return JSONObjectModifier and TypeMethodDescriptionNotificationEvent.getPayload()
NotificationEvent.toJSONObject()
Methods in com.liferay.portal.kernel.notifications with parameters of type JSONObjectModifier and TypeMethodDescriptionprotected AssetRenderer<?>
BaseModelUserNotificationHandler.getAssetRenderer
(JSONObject jsonObject) protected String
BaseModelUserNotificationHandler.getBodyContent
(JSONObject jsonObject) protected String
BaseModelUserNotificationHandler.getFormattedMessage
(JSONObject jsonObject, ServiceContext serviceContext, String message, String typeName) protected String
BaseModelUserNotificationHandler.getTitle
(JSONObject jsonObject, AssetRenderer<?> assetRenderer, UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) Constructors in com.liferay.portal.kernel.notifications with parameters of type JSONObjectModifierConstructorDescriptionNotificationEvent
(long timestamp, String type, JSONObject payloadJSONObject) -
Uses of JSONObject in com.liferay.portal.kernel.portlet
Methods in com.liferay.portal.kernel.portlet that return JSONObjectModifier and TypeMethodDescriptionstatic JSONObject
PortletSetupUtil.cssToJSONObject
(PortletPreferences portletPreferences) static JSONObject
PortletSetupUtil.cssToJSONObject
(PortletPreferences portletPreferences, String css) -
Uses of JSONObject in com.liferay.portal.kernel.search.facet
Methods in com.liferay.portal.kernel.search.facet with parameters of type JSONObject -
Uses of JSONObject in com.liferay.portal.kernel.search.facet.config
Methods in com.liferay.portal.kernel.search.facet.config that return JSONObjectMethods in com.liferay.portal.kernel.search.facet.config with parameters of type JSONObjectModifier and TypeMethodDescriptionvoid
FacetConfiguration.setDataJSONObject
(JSONObject dataJSONObject) -
Uses of JSONObject in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service with parameters of type JSONObjectModifier and TypeMethodDescriptionstatic Object
ServiceContextUtil.deserialize
(JSONObject jsonObject) UserNotificationEventLocalService.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, boolean delivered, boolean actionRequired, JSONObject notificationEventJSONObject) UserNotificationEventLocalService.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, boolean actionRequired, JSONObject notificationEventJSONObject) UserNotificationEventLocalService.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, JSONObject notificationEventJSONObject) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, boolean delivered, boolean actionRequired, JSONObject notificationEventJSONObject) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, boolean actionRequired, JSONObject notificationEventJSONObject) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, JSONObject notificationEventJSONObject) UserNotificationEventLocalServiceWrapper.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, boolean delivered, boolean actionRequired, JSONObject notificationEventJSONObject) UserNotificationEventLocalServiceWrapper.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, boolean actionRequired, JSONObject notificationEventJSONObject) UserNotificationEventLocalServiceWrapper.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, JSONObject notificationEventJSONObject) -
Uses of JSONObject in com.liferay.portal.kernel.util
Methods in com.liferay.portal.kernel.util with parameters of type JSONObjectModifier and TypeMethodDescriptionLocalization.deserialize
(JSONObject jsonObject) Deserializes the JSON object into a map of locales and localized strings.static Object
LocalizationUtil.deserialize
(JSONObject jsonObject) protected void
SubscriptionSender.populateNotificationEventJSONObject
(JSONObject notificationEventJSONObject)