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 TypeMethodDescriptionvoidExpandoValue.setGeolocationJSONObject(JSONObject dataJSONObject) voidExpandoValueWrapper.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 JSONObjectExpandoValueLocalServiceUtil.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 JSONObjectExpandoValueServiceUtil.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 ExpandoValueExpandoValueLocalServiceUtil.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 JSONObjectExpandoValueLocalServiceUtil.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 JSONObjectStagingUtil.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) voidAuditMessage.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 JSONObjectBaseEditorConfigContributor.toJSONObject(String json) Methods in com.liferay.portal.kernel.editor.configuration with parameters of type JSONObjectModifier and TypeMethodDescriptionvoidEditorConfigContributor.populateConfigJSONObject(JSONObject jsonObject, Map<String, Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory) Updates the original configuration JSON object with some new configuration.voidEditorConfigTransformer.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 JSONObjectJSONFactoryUtil.createJSONObject()static JSONObjectJSONFactoryUtil.createJSONObject(String json) static JSONObjectJSONFactoryUtil.createJSONObject(Map<?, ?> map) JSONArray.getJSONObject(int index) JSONObject.getJSONObject(String key) JSONFactory.getUnmodifiableJSONObject()static JSONObjectJSONFactoryUtil.getUnmodifiableJSONObject()static JSONObjectJSONUtil.getValueAsJSONObject(Object object, String... paths) static JSONObjectJSONUtil.merge(JSONObject jsonObject1, JSONObject jsonObject2) JSONObject.put(String key, com.liferay.petra.function.UnsafeSupplier<Object, Exception> valueUnsafeSupplier) JSONObject.put(String key, JSONObject jsonObject) static JSONObjectJSONUtil.put(String key, com.liferay.petra.function.UnsafeSupplier<Object, Exception> valueUnsafeSupplier) static JSONObjectJSONObject.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 ObjectJSONFactoryUtil.deserialize(JSONObject jsonObject) static booleanJSONUtil.equals(JSONObject jsonObject1, JSONObject jsonObject2) static booleanJSONUtil.isEmpty(JSONObject jsonObject) static JSONObjectJSONUtil.merge(JSONObject jsonObject1, JSONObject jsonObject2) JSONArray.put(JSONObject jsonObject) JSONObject.put(String key, JSONObject jsonObject) static JSONArrayJSONUtil.replace(JSONArray jsonArray, String jsonObjectKey, JSONObject newJSONObject) static StringJSONUtil.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 TypeMethodDescriptionvoidLicenseManager.registerLicense(JSONObject jsonObject) static voidLicenseManagerUtil.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 StringBaseModelUserNotificationHandler.getBodyContent(JSONObject jsonObject) protected StringBaseModelUserNotificationHandler.getFormattedMessage(JSONObject jsonObject, ServiceContext serviceContext, String message, String typeName) protected StringBaseModelUserNotificationHandler.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 JSONObjectPortletSetupUtil.cssToJSONObject(PortletPreferences portletPreferences) static JSONObjectPortletSetupUtil.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 TypeMethodDescriptionvoidFacetConfiguration.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 ObjectServiceContextUtil.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 UserNotificationEventUserNotificationEventLocalServiceUtil.sendUserNotificationEvents(long userId, String portletId, int deliveryType, boolean delivered, boolean actionRequired, JSONObject notificationEventJSONObject) static UserNotificationEventUserNotificationEventLocalServiceUtil.sendUserNotificationEvents(long userId, String portletId, int deliveryType, boolean actionRequired, JSONObject notificationEventJSONObject) static UserNotificationEventUserNotificationEventLocalServiceUtil.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 ObjectLocalizationUtil.deserialize(JSONObject jsonObject) protected voidSubscriptionSender.populateNotificationEventJSONObject(JSONObject notificationEventJSONObject)