Package | Description |
---|---|
com.liferay.expando.kernel.service | |
com.liferay.exportimport.kernel.staging | |
com.liferay.portal.kernel.audit | |
com.liferay.portal.kernel.backgroundtask.display | |
com.liferay.portal.kernel.editor.configuration | |
com.liferay.portal.kernel.facebook | |
com.liferay.portal.kernel.json | |
com.liferay.portal.kernel.license.messaging | |
com.liferay.portal.kernel.license.util |
This package defines the portal license utility interfaces and classes.
|
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.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.upload | |
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
JSONObject |
ExpandoValueServiceWrapper.getJSONData(long companyId,
String className,
String tableName,
String columnName,
long classPK) |
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) |
Modifier and Type | Method and Description |
---|---|
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 Wilberforce (7.0.x), replaced by
Staging.getExceptionMessagesJSONObject(Locale, Exception,
ExportImportConfiguration) |
static JSONObject |
StagingUtil.getExceptionMessagesJSONObject(Locale locale,
Exception e,
Map<String,Serializable> contextMap)
Deprecated.
As of Wilberforce (7.0.x), replaced by
StagingUtil.getExceptionMessagesJSONObject(Locale, Exception,
ExportImportConfiguration) |
Modifier and Type | Method and Description |
---|---|
JSONObject |
AuditMessage.getAdditionalInfo() |
JSONObject |
AuditMessage.toJSONObject() |
Modifier and Type | Method and Description |
---|---|
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 additionalInfoJSONObject) |
Constructor and Description |
---|
AuditMessage(String eventType,
long companyId,
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) |
Modifier and Type | Method and Description |
---|---|
protected JSONObject |
BaseBackgroundTaskDisplay.getStatusMessageJSONObject(Locale locale) |
protected JSONObject |
BaseBackgroundTaskDisplay.translateJSON(JSONObject jsonObject,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected JSONObject |
BaseBackgroundTaskDisplay.translateJSON(JSONObject jsonObject,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
JSONObject |
EditorConfiguration.getConfigJSONObject() |
protected JSONObject |
BaseEditorConfigContributor.toJSONObject(String json) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
JSONObject |
FacebookConnect.getGraphResources(long companyId,
String path,
String accessToken,
String fields) |
Modifier and Type | Method and Description |
---|---|
JSONObject |
JSONFactory.createJSONObject() |
static JSONObject |
JSONFactoryUtil.createJSONObject() |
JSONObject |
JSONFactory.createJSONObject(String json) |
static JSONObject |
JSONFactoryUtil.createJSONObject(String json) |
JSONObject |
JSONArray.getJSONObject(int index) |
JSONObject |
JSONObject.getJSONObject(String key) |
JSONObject |
JSONFactory.getUnmodifiableJSONObject() |
static JSONObject |
JSONFactoryUtil.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) |
Modifier and Type | Method and Description |
---|---|
Object |
JSONFactory.deserialize(JSONObject jsonObj) |
static Object |
JSONFactoryUtil.deserialize(JSONObject jsonObj) |
JSONArray |
JSONArray.put(JSONObject value) |
JSONObject |
JSONObject.put(String key,
JSONObject value) |
Modifier and Type | Method and Description |
---|---|
static JSONObject |
LicenseManagerMessageType.getMessagePayload(Message message) |
static JSONObject |
LicenseManagerMessageType.getMessagePayload(Object object) |
static JSONObject |
LicenseManagerMessageType.getMessagePayload(String json) |
Modifier and Type | Method and Description |
---|---|
static LicenseManagerMessageType |
LicenseManagerMessageType.valueOf(JSONObject jsonObject) |
Modifier and Type | Method and Description |
---|---|
void |
LicenseManager.registerLicense(JSONObject jsonObject) |
static void |
LicenseManagerUtil.registerLicense(JSONObject jsonObject) |
Modifier and Type | Method and Description |
---|---|
JSONObject |
NotificationEvent.getPayload() |
JSONObject |
NotificationEvent.toJSONObject() |
Modifier and Type | Method and Description |
---|---|
static NotificationEvent |
NotificationEventFactoryUtil.createNotificationEvent(long timestamp,
String type,
JSONObject payloadJSONObject) |
NotificationEvent |
NotificationEventFactory.createNotificationEvent(long timestamp,
String type,
JSONObject payloadJSONObject) |
protected 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,
ServiceContext serviceContext) |
Constructor and Description |
---|
NotificationEvent(long timestamp,
String type,
JSONObject payloadJSONObject) |
Modifier and Type | Method and Description |
---|---|
JSONObject |
DefaultPollerResponse.toJSONObject() |
JSONObject |
PollerResponse.toJSONObject() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPollerResponse.setParameter(String name,
JSONObject value) |
void |
PollerResponse.setParameter(String name,
JSONObject value) |
Modifier and Type | Method and Description |
---|---|
static JSONObject |
PortletSetupUtil.cssToJSONObject(PortletPreferences portletSetup) |
static JSONObject |
PortletSetupUtil.cssToJSONObject(PortletPreferences portletSetup,
String css) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
MultiValueFacet.setValues(JSONObject[] values) |
Modifier and Type | Method and Description |
---|---|
JSONObject |
FacetConfiguration.getData() |
Modifier and Type | Method and Description |
---|---|
void |
FacetConfiguration.setDataJSONObject(JSONObject dataJSONObject) |
Modifier and Type | Method and Description |
---|---|
static Object |
ServiceContextUtil.deserialize(JSONObject jsonObject) |
UserNotificationEvent |
UserNotificationEventLocalService.sendUserNotificationEvents(long userId,
String portletId,
int deliveryType,
boolean actionRequired,
JSONObject notificationEventJSONObject) |
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,
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) |
Modifier and Type | Method and Description |
---|---|
protected JSONObject |
BaseUploadHandler.getImageJSONObject(PortletRequest portletRequest) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseUploadHandler.doHandleUploadException(PortletRequest portletRequest,
PortletResponse portletResponse,
PortalException pe,
JSONObject jsonObject) |
protected void |
BaseUploadHandler.handleUploadException(PortletRequest portletRequest,
PortletResponse portletResponse,
PortalException pe,
JSONObject jsonObject) |
Modifier and Type | Method and Description |
---|---|
static Object |
LocalizationUtil.deserialize(JSONObject jsonObject) |
Object |
Localization.deserialize(JSONObject jsonObject)
Deserializes the JSON object into a map of locales and localized strings.
|
protected void |
SubscriptionSender.populateNotificationEventJSONObject(JSONObject notificationEventJSONObject) |