|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
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,
Date timestamp,
JSONObject additionalInfo)
|
AuditMessage |
AuditMessageFactory.getAuditMessage(String eventType,
long companyId,
long userId,
String userName,
String className,
String classPK,
String message,
JSONObject additionalInfo)
|
AuditMessage |
AuditMessageFactoryUtil.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.backgroundtask.display |
|---|
| Methods in com.liferay.portal.kernel.backgroundtask.display that return JSONObject | |
|---|---|
protected JSONObject |
BaseBackgroundTaskDisplay.getStatusMessageJSONObject(Locale locale)
|
protected JSONObject |
BaseBackgroundTaskDisplay.translateJSON(JSONObject jsonObject,
Locale locale)
|
| Methods in com.liferay.portal.kernel.backgroundtask.display with parameters of type JSONObject | |
|---|---|
protected JSONObject |
BaseBackgroundTaskDisplay.translateJSON(JSONObject jsonObject,
Locale locale)
|
| 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,
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. |
| 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.json |
|---|
| Methods in com.liferay.portal.kernel.json with parameters of type JSONObject | |
|---|---|
Object |
JSONFactory.deserialize(JSONObject jsonObj)
|
static Object |
JSONFactoryUtil.deserialize(JSONObject jsonObj)
|
JSONArray |
JSONArray.put(JSONObject value)
|
JSONObject |
JSONObject.put(String key,
JSONObject value)
|
| Uses of JSONObject in com.liferay.portal.kernel.license.messaging |
|---|
| Methods in com.liferay.portal.kernel.license.messaging that return JSONObject | |
|---|---|
static JSONObject |
LicenseManagerMessageType.getMessagePayload(Message message)
|
static JSONObject |
LicenseManagerMessageType.getMessagePayload(Object object)
|
static JSONObject |
LicenseManagerMessageType.getMessagePayload(String json)
|
| Methods in com.liferay.portal.kernel.license.messaging with parameters of type JSONObject | |
|---|---|
static LicenseManagerMessageType |
LicenseManagerMessageType.valueOf(JSONObject jsonObject)
|
| Uses of JSONObject in com.liferay.portal.kernel.license.util |
|---|
| Methods in com.liferay.portal.kernel.license.util with parameters of type JSONObject | |
|---|---|
static void |
LicenseManagerUtil.registerLicense(JSONObject jsonObject)
|
void |
LicenseManager.registerLicense(JSONObject jsonObject)
|
| 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.getBodyContent(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 |
PollerResponse.toJSONObject()
|
JSONObject |
DefaultPollerResponse.toJSONObject()
|
| Methods in com.liferay.portal.kernel.poller with parameters of type JSONObject | |
|---|---|
void |
PollerResponse.setParameter(String name,
JSONObject value)
|
void |
DefaultPollerResponse.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.upload |
|---|
| Methods in com.liferay.portal.kernel.upload that return JSONObject | |
|---|---|
protected JSONObject |
BaseUploadHandler.getImageJSONObject(PortletRequest portletRequest)
|
| Methods in com.liferay.portal.kernel.upload with parameters of type JSONObject | |
|---|---|
protected void |
BaseUploadHandler.doHandleUploadException(PortletRequest portletRequest,
PortletResponse portletResponse,
PortalException pe,
JSONObject jsonObject)
|
protected void |
BaseUploadHandler.handleUploadException(PortletRequest portletRequest,
PortletResponse portletResponse,
PortalException pe,
JSONObject jsonObject)
|
| Uses of JSONObject in com.liferay.portal.kernel.util |
|---|
| Methods in com.liferay.portal.kernel.util with parameters of type JSONObject | |
|---|---|
Object |
Localization.deserialize(JSONObject jsonObject)
Deserializes the JSON object into a map of locales and localized strings. |
static Object |
LocalizationUtil.deserialize(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 |
UserNotificationEventLocalService.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 |
UserNotificationEventLocalServiceWrapper.sendUserNotificationEvents(long userId,
String portletId,
int deliveryType,
boolean actionRequired,
JSONObject notificationEventJSONObject)
|
UserNotificationEvent |
UserNotificationEventLocalService.sendUserNotificationEvents(long userId,
String portletId,
int deliveryType,
JSONObject notificationEventJSONObject)
|
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.sendUserNotificationEvents(long userId,
String portletId,
int deliveryType,
JSONObject notificationEventJSONObject)
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.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 |
|---|
| 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)
|
static JSONObject |
ExpandoValueServiceUtil.getJSONData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
|
JSONObject |
ExpandoValueServiceWrapper.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,
ExportImportConfiguration exportImportConfiguration)
|
static JSONObject |
StagingUtil.getExceptionMessagesJSONObject(Locale locale,
Exception e,
ExportImportConfiguration exportImportConfiguration)
|
JSONObject |
Staging.getExceptionMessagesJSONObject(Locale locale,
Exception e,
Map<String,Serializable> contextMap)
Deprecated. As of 7.0.0, replaced by Staging.getExceptionMessagesJSONObject(Locale, Exception,
ExportImportConfiguration) |
static JSONObject |
StagingUtil.getExceptionMessagesJSONObject(Locale locale,
Exception e,
Map<String,Serializable> contextMap)
Deprecated. As of 7.0.0, replaced by StagingUtil.getExceptionMessagesJSONObject(Locale, Exception,
ExportImportConfiguration) |
| 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-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||