|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JSONObject in com.liferay.portal.action |
|---|
| Methods in com.liferay.portal.action with parameters of type JSONObject | |
|---|---|
protected void |
SetupWizardAction.putMessage(javax.servlet.http.HttpServletRequest request,
JSONObject jsonObject,
String key,
Object... arguments)
|
| Uses of JSONObject in com.liferay.portal.audit |
|---|
| Methods in com.liferay.portal.audit with parameters of type JSONObject | |
|---|---|
AuditMessage |
AuditMessageFactoryImpl.getAuditMessage(String eventType,
long companyId,
long userId,
String userName,
String className,
String classPK,
String message,
Date timestamp,
JSONObject additionalInfo)
|
AuditMessage |
AuditMessageFactoryImpl.getAuditMessage(String eventType,
long companyId,
long userId,
String userName,
String className,
String classPK,
String message,
JSONObject additionalInfo)
|
| Uses of JSONObject in com.liferay.portal.editor.configuration |
|---|
| Methods in com.liferay.portal.editor.configuration that return JSONObject | |
|---|---|
JSONObject |
EditorConfigurationImpl.getConfigJSONObject()
|
JSONObject |
EditorConfigProvider.getConfigJSONObject(String portletName,
String editorConfigKey,
String editorName,
Map<String,Object> inputEditorTaglibAttributes,
ThemeDisplay themeDisplay,
LiferayPortletResponse liferayPortletResponse)
|
| Constructors in com.liferay.portal.editor.configuration with parameters of type JSONObject | |
|---|---|
EditorConfigurationImpl(JSONObject configJSONObject,
EditorOptions editorOptions)
|
|
| Uses of JSONObject in com.liferay.portal.facebook |
|---|
| Methods in com.liferay.portal.facebook that return JSONObject | |
|---|---|
static JSONObject |
FacebookConnectUtil.getGraphResources(long companyId,
String path,
String accessToken,
String fields)
|
| Uses of JSONObject in com.liferay.portal.json |
|---|
| Classes in com.liferay.portal.json that implement JSONObject | |
|---|---|
class |
JSONObjectImpl
|
class |
UnmodifiableJSONObjectImpl
|
| Methods in com.liferay.portal.json that return JSONObject | |
|---|---|
JSONObject |
JSONFactoryImpl.createJSONObject()
|
JSONObject |
JSONFactoryImpl.createJSONObject(String json)
|
JSONObject |
JSONArrayImpl.getJSONObject(int index)
|
JSONObject |
JSONObjectImpl.getJSONObject(String key)
|
JSONObject |
JSONFactoryImpl.getUnmodifiableJSONObject()
|
JSONObject |
UnmodifiableJSONObjectImpl.put(String key,
boolean value)
|
JSONObject |
JSONObjectImpl.put(String key,
boolean value)
|
JSONObject |
UnmodifiableJSONObjectImpl.put(String key,
Date value)
|
JSONObject |
JSONObjectImpl.put(String key,
Date value)
|
JSONObject |
UnmodifiableJSONObjectImpl.put(String key,
double value)
|
JSONObject |
JSONObjectImpl.put(String key,
double value)
|
JSONObject |
UnmodifiableJSONObjectImpl.put(String key,
int value)
|
JSONObject |
JSONObjectImpl.put(String key,
int value)
|
JSONObject |
UnmodifiableJSONObjectImpl.put(String key,
JSONArray value)
|
JSONObject |
JSONObjectImpl.put(String key,
JSONArray value)
|
JSONObject |
UnmodifiableJSONObjectImpl.put(String key,
JSONObject value)
|
JSONObject |
JSONObjectImpl.put(String key,
JSONObject value)
|
JSONObject |
UnmodifiableJSONObjectImpl.put(String key,
long value)
|
JSONObject |
JSONObjectImpl.put(String key,
long value)
|
JSONObject |
JSONObjectImpl.put(String key,
Object value)
|
JSONObject |
UnmodifiableJSONObjectImpl.put(String key,
String value)
|
JSONObject |
JSONObjectImpl.put(String key,
String value)
|
JSONObject |
UnmodifiableJSONObjectImpl.putException(Exception exception)
|
JSONObject |
JSONObjectImpl.putException(Exception exception)
|
| Methods in com.liferay.portal.json with parameters of type JSONObject | |
|---|---|
Object |
JSONFactoryImpl.deserialize(JSONObject jsonObj)
|
JSONArray |
JSONArrayImpl.put(JSONObject value)
|
JSONObject |
UnmodifiableJSONObjectImpl.put(String key,
JSONObject value)
|
JSONObject |
JSONObjectImpl.put(String key,
JSONObject value)
|
| Constructors in com.liferay.portal.json with parameters of type JSONObject | |
|---|---|
JSONObjectImpl(JSONObject jsonObject,
String[] names)
|
|
| 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 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)
|
void |
DefaultLicenseManagerImpl.registerLicense(JSONObject jsonObject)
|
| Uses of JSONObject in com.liferay.portal.liveusers.messaging |
|---|
| Methods in com.liferay.portal.liveusers.messaging with parameters of type JSONObject | |
|---|---|
protected void |
LiveUsersMessageListener.doCommandAddClusterNode(JSONObject jsonObject)
|
protected void |
LiveUsersMessageListener.doCommandRemoveClusterNode(JSONObject jsonObject)
|
protected void |
LiveUsersMessageListener.doCommandSignIn(JSONObject jsonObject)
|
protected void |
LiveUsersMessageListener.doCommandSignOut(JSONObject jsonObject)
|
| Uses of JSONObject in com.liferay.portal.notifications |
|---|
| Methods in com.liferay.portal.notifications with parameters of type JSONObject | |
|---|---|
NotificationEvent |
NotificationEventFactoryImpl.createNotificationEvent(long timestamp,
String type,
JSONObject payloadJSONObject)
|
| Uses of JSONObject in com.liferay.portal.poller |
|---|
| Methods in com.liferay.portal.poller that return JSONObject | |
|---|---|
protected JSONObject |
PollerRequestHandlerImpl.createPollerResponseHeader(PollerHeader pollerHeader)
|
JSONObject |
PollerRequestHandlerImpl.processRequest(javax.servlet.http.HttpServletRequest request,
String pollerRequestString)
|
JSONObject |
PollerRequestHandler.processRequest(javax.servlet.http.HttpServletRequest request,
String pollerRequestString)
|
static JSONObject |
PollerRequestHandlerUtil.processRequest(javax.servlet.http.HttpServletRequest request,
String pollerRequestString)
|
| Methods in com.liferay.portal.poller with parameters of type JSONObject | |
|---|---|
String |
SynchronousPollerChannelListener.getNotificationEvents(long companyId,
long userId,
JSONObject pollerResponseHeaderJSONObject,
long timeout)
|
| Uses of JSONObject in com.liferay.portal.poller.comet |
|---|
| Constructors in com.liferay.portal.poller.comet with parameters of type JSONObject | |
|---|---|
PollerCometChannelListener(CometSession cometSession,
JSONObject pollerResponseHeaderJSONObject)
|
|
PollerCometDelayedTask(CometSession cometSession,
JSONObject pollerResponseHeaderJSONObject)
|
|
| 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.portal.service.impl |
|---|
| Methods in com.liferay.portal.service.impl with parameters of type JSONObject | |
|---|---|
UserNotificationEvent |
UserNotificationEventLocalServiceImpl.sendUserNotificationEvents(long userId,
String portletId,
int deliveryType,
boolean actionRequired,
JSONObject notificationEventJSONObject)
|
UserNotificationEvent |
UserNotificationEventLocalServiceImpl.sendUserNotificationEvents(long userId,
String portletId,
int deliveryType,
JSONObject notificationEventJSONObject)
|
| Uses of JSONObject in com.liferay.portal.upgrade.v6_2_0 |
|---|
| Methods in com.liferay.portal.upgrade.v6_2_0 that return JSONObject | |
|---|---|
protected JSONObject |
UpgradeSearch.upgradeDataJSONObject(JSONObject dataJSONObject)
|
| Methods in com.liferay.portal.upgrade.v6_2_0 with parameters of type JSONObject | |
|---|---|
protected JSONObject |
UpgradeSearch.upgradeDataJSONObject(JSONObject dataJSONObject)
|
| Uses of JSONObject in com.liferay.portal.util |
|---|
| Methods in com.liferay.portal.util with parameters of type JSONObject | |
|---|---|
Object |
LocalizationImpl.deserialize(JSONObject jsonObject)
|
| 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.asset.service.http |
|---|
| Methods in com.liferay.portlet.asset.service.http that return JSONObject | |
|---|---|
static JSONObject |
AssetTagServiceHttp.getJSONGroupTags(HttpPrincipal httpPrincipal,
long groupId,
String name,
int start,
int end)
|
static JSONObject |
AssetVocabularyServiceHttp.getJSONGroupVocabularies(HttpPrincipal httpPrincipal,
long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
static JSONObject |
AssetCategoryServiceHttp.getJSONVocabularyCategories(HttpPrincipal httpPrincipal,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
static JSONObject |
AssetCategoryServiceHttp.getJSONVocabularyCategories(HttpPrincipal httpPrincipal,
long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
| Uses of JSONObject in com.liferay.portlet.asset.service.impl |
|---|
| Uses of JSONObject in com.liferay.portlet.blogs.image.selector |
|---|
| Methods in com.liferay.portlet.blogs.image.selector with parameters of type JSONObject | |
|---|---|
protected void |
BaseBlogsImageSelectorUploadHandler.handleUploadException(PortletRequest portletRequest,
PortletResponse portletResponse,
PortalException pe,
JSONObject jsonObject)
|
| Uses of JSONObject in com.liferay.portlet.comments.notifications |
|---|
| Methods in com.liferay.portlet.comments.notifications with parameters of type JSONObject | |
|---|---|
protected MBDiscussion |
CommentsUserNotificationHandler.fetchDiscussion(JSONObject jsonObject)
|
protected AssetRenderer |
CommentsUserNotificationHandler.getAssetRenderer(JSONObject jsonObject)
|
protected String |
CommentsUserNotificationHandler.getTitle(JSONObject jsonObject,
AssetRenderer assetRenderer,
ServiceContext serviceContext)
|
| Uses of JSONObject in com.liferay.portlet.dynamicdatamapping.io |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.io that return JSONObject | |
|---|---|
protected JSONObject |
DDMFormFieldTypesJSONSerializerImpl.toJSONObject(Class<? extends DDMFormFieldTypeSettings> ddmFormFieldTypeSettings)
|
protected JSONObject |
DDMFormJSONSerializerImpl.toJSONObject(DDMFormField ddmFormField)
|
protected JSONObject |
DDMFormFieldTypesJSONSerializerImpl.toJSONObject(DDMFormFieldType ddmFormFieldType)
|
protected JSONObject |
DDMFormValuesJSONSerializerImpl.toJSONObject(DDMFormFieldValue ddmFormFieldValue)
|
protected JSONObject |
DDMFormLayoutJSONSerializerImpl.toJSONObject(DDMFormLayoutColumn ddmFormLayoutColumn)
|
protected JSONObject |
DDMFormLayoutJSONSerializerImpl.toJSONObject(DDMFormLayoutPage ddmFormLayoutPage)
|
protected JSONObject |
DDMFormLayoutJSONSerializerImpl.toJSONObject(DDMFormLayoutRow ddmFormLayoutRow)
|
protected JSONObject |
DDMFormJSONSerializerImpl.toJSONObject(LocalizedValue localizedValue)
|
protected JSONObject |
DDMFormValuesJSONSerializerImpl.toJSONObject(Value value)
|
| Methods in com.liferay.portlet.dynamicdatamapping.io with parameters of type JSONObject | |
|---|---|
protected void |
DDMFormValuesJSONSerializerImpl.addAvailableLanguageIds(JSONObject jsonObject,
Set<Locale> availableLocales)
|
protected void |
DDMFormJSONSerializerImpl.addAvailableLanguageIds(JSONObject jsonObject,
Set<Locale> availableLocales)
|
protected void |
DDMFormLayoutJSONSerializerImpl.addColumns(JSONObject jsonObject,
List<DDMFormLayoutColumn> ddmFormLayoutColumns)
|
protected void |
DDMFormValuesJSONSerializerImpl.addDefaultLanguageId(JSONObject jsonObject,
Locale defaultLocale)
|
protected void |
DDMFormLayoutJSONSerializerImpl.addDefaultLanguageId(JSONObject jsonObject,
Locale defaultLocale)
|
protected void |
DDMFormJSONSerializerImpl.addDefaultLanguageId(JSONObject jsonObject,
Locale defaultLocale)
|
protected void |
DDMFormLayoutJSONSerializerImpl.addDescription(JSONObject pageJSONObject,
LocalizedValue description)
|
protected void |
DDMFormLayoutJSONSerializerImpl.addFieldNames(JSONObject jsonObject,
List<String> ddmFormFieldNames)
|
protected void |
DDMFormJSONSerializerImpl.addFields(JSONObject jsonObject,
List<DDMFormField> ddmFormFields)
|
protected void |
DDMFormValuesJSONSerializerImpl.addFieldValues(JSONObject jsonObject,
List<DDMFormFieldValue> ddmFormFieldValues)
|
protected void |
DDMFormJSONSerializerImpl.addNestedFields(JSONObject jsonObject,
List<DDMFormField> nestedDDMFormFields)
|
protected void |
DDMFormValuesJSONSerializerImpl.addNestedFieldValues(JSONObject jsonObject,
List<DDMFormFieldValue> nestedDDMFormFieldValues)
|
protected void |
DDMFormJSONDeserializerImpl.addOptionValueLabels(JSONObject jsonObject,
DDMFormFieldOptions ddmFormFieldOptions,
String optionValue)
|
protected void |
DDMFormLayoutJSONSerializerImpl.addPages(JSONObject jsonObject,
List<DDMFormLayoutPage> ddmFormLayoutPages)
|
protected void |
DDMFormJSONSerializerImpl.addProperties(JSONObject jsonObject,
DDMFormField ddmFormField)
|
protected void |
DDMFormJSONSerializerImpl.addProperty(JSONObject jsonObject,
DDMFormField ddmFormField,
DDMFormField ddmFormFieldTypeSetting)
|
protected void |
DDMFormJSONSerializerImpl.addProperty(JSONObject jsonObject,
String propertyName,
Object propertyValue)
|
protected void |
DDMFormLayoutJSONSerializerImpl.addRows(JSONObject jsonObject,
List<DDMFormLayoutRow> ddmFormLayoutRows)
|
protected void |
DDMFormLayoutJSONSerializerImpl.addTitle(JSONObject pageJSONObject,
LocalizedValue title)
|
protected void |
DDMFormValuesJSONSerializerImpl.addValue(JSONObject jsonObject,
Value value)
|
protected DDMFormField |
DDMFormJSONDeserializerImpl.getDDMFormField(JSONObject jsonObject)
|
protected DDMFormFieldValue |
DDMFormValuesJSONDeserializerImpl.getDDMFormFieldValue(JSONObject jsonObject)
|
protected DDMFormLayoutColumn |
DDMFormLayoutJSONDeserializerImpl.getDDMFormLayoutColumn(JSONObject jsonObject)
|
protected DDMFormLayoutPage |
DDMFormLayoutJSONDeserializerImpl.getDDMFormLayoutPage(JSONObject jsonObject)
|
protected DDMFormLayoutRow |
DDMFormLayoutJSONDeserializerImpl.getDDMFormLayoutRow(JSONObject jsonObject)
|
protected LocalizedValue |
DDMFormValuesJSONDeserializerImpl.getLocalizedValue(JSONObject jsonObject)
|
protected LocalizedValue |
DDMFormLayoutJSONDeserializerImpl.getTitle(JSONObject jsonObject)
|
protected Value |
DDMFormValuesJSONDeserializerImpl.getValue(JSONObject jsonObject)
|
protected boolean |
DDMFormValuesJSONDeserializerImpl.isLocalized(JSONObject jsonObject)
|
protected void |
DDMFormJSONDeserializerImpl.setDDMFormFieldProperties(JSONObject jsonObject,
DDMFormField ddmFormField)
|
protected void |
DDMFormJSONDeserializerImpl.setDDMFormFieldProperty(JSONObject jsonObject,
DDMFormField ddmFormField,
DDMFormField ddmFormFieldTypeSetting)
|
protected void |
DDMFormValuesJSONDeserializerImpl.setDDMFormFieldValueValue(JSONObject jsonObject,
DDMFormFieldValue ddmFormFieldValue)
|
protected void |
DDMFormLayoutJSONDeserializerImpl.setDDMFormLayoutPageDescription(JSONObject jsonObject,
DDMFormLayoutPage ddmFormLayoutPage)
|
protected void |
DDMFormLayoutJSONDeserializerImpl.setDDMFormLayoutPageTitle(JSONObject jsonObject,
DDMFormLayoutPage ddmFormLayoutPage)
|
| Uses of JSONObject in com.liferay.portlet.dynamicdatamapping.util |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.util that return JSONObject | |
|---|---|
protected JSONObject |
DDMTemplateHelperImpl.getAutocompleteClassJSONObject(Class<?> clazz)
|
protected JSONObject |
DDMTemplateHelperImpl.getAutocompleteVariableJSONObject(Class<?> clazz)
|
| Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type JSONObject | |
|---|---|
protected void |
DDMImpl.addDDMFormFieldLocalizedProperties(JSONObject jsonObject,
DDMFormField ddmFormField,
Locale locale,
Locale defaultLocale)
|
protected void |
DDMImpl.addDDMFormFieldLocalizedProperty(JSONObject jsonObject,
String propertyName,
LocalizedValue localizedValue,
Locale locale,
Locale defaultLocale,
String type)
|
protected void |
DDMImpl.addDDMFormFieldOptions(JSONObject jsonObject,
DDMFormField ddmFormField,
Set<Locale> availableLocales,
Locale defaultLocale)
|
| 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.expando.service.http |
|---|
| Methods in com.liferay.portlet.expando.service.http that return JSONObject | |
|---|---|
static JSONObject |
ExpandoValueServiceHttp.getJSONData(HttpPrincipal httpPrincipal,
long companyId,
String className,
String tableName,
String columnName,
long classPK)
|
| Uses of JSONObject in com.liferay.portlet.expando.service.impl |
|---|
| Methods in com.liferay.portlet.expando.service.impl that return JSONObject | |
|---|---|
JSONObject |
ExpandoValueServiceImpl.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)
|
JSONObject |
StagingImpl.getExceptionMessagesJSONObject(Locale locale,
Exception e,
Map<String,Serializable> contextMap)
|
| Uses of JSONObject in com.liferay.portlet.login.action |
|---|
| Methods in com.liferay.portlet.login.action that return JSONObject | |
|---|---|
protected JSONObject |
CreateAnonymousAccountAction.updateIncompleteUser(ActionRequest actionRequest,
ActionResponse actionResponse)
|
| 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)
|
| Uses of JSONObject in com.liferay.portlet.social.model.impl |
|---|
| Methods in com.liferay.portlet.social.model.impl that return JSONObject | |
|---|---|
protected JSONObject |
SocialActivityImpl.getExtraDataJSONObject()
|
| Uses of JSONObject in com.liferay.portlet.socialactivity.action |
|---|
| Methods in com.liferay.portlet.socialactivity.action with parameters of type JSONObject | |
|---|---|
protected SocialActivityCounterDefinition |
ViewAction.updateActivityCounterDefinition(JSONObject actionJSONObject,
SocialActivityDefinition activityDefinition,
String activityCounterName)
|
| Uses of JSONObject in com.liferay.taglib.util |
|---|
| Methods in com.liferay.taglib.util that return JSONObject | |
|---|---|
static JSONObject |
RestoreEntryUtil.checkEntry(PortletRequest portletRequest)
|
|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||