|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JSONObject in com.liferay.portal.action |
|---|
| Methods in com.liferay.portal.action that return JSONObject | |
|---|---|
protected JSONObject |
BaseImageSelectorAction.getImageJSONObject(ActionRequest actionRequest)
|
| Methods in com.liferay.portal.action with parameters of type JSONObject | |
|---|---|
protected abstract void |
BaseImageSelectorAction.handleUploadException(ActionRequest actionRequest,
ActionResponse actionResponse,
Exception e,
JSONObject 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.facebook |
|---|
| Methods in com.liferay.portal.facebook that return JSONObject | |
|---|---|
JSONObject |
FacebookConnectImpl.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 |
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.facebook |
|---|
| Methods in com.liferay.portal.kernel.facebook that return JSONObject | |
|---|---|
static JSONObject |
FacebookConnectUtil.getGraphResources(long companyId,
String path,
String accessToken,
String fields)
|
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 that return JSONObject | |
|---|---|
static JSONObject |
JSONFactoryUtil.createJSONObject()
|
JSONObject |
JSONFactory.createJSONObject()
|
static JSONObject |
JSONFactoryUtil.createJSONObject(String json)
|
JSONObject |
JSONFactory.createJSONObject(String json)
|
JSONObject |
JSONArray.getJSONObject(int index)
|
JSONObject |
JSONObject.getJSONObject(String key)
|
static JSONObject |
JSONFactoryUtil.getUnmodifiableJSONObject()
|
JSONObject |
JSONFactory.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,
String value)
|
JSONObject |
JSONObject.putException(Exception exception)
|
| 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 |
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.staging |
|---|
| Methods in com.liferay.portal.kernel.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)
|
| 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.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)
|
static JSONObject |
PollerRequestHandlerUtil.processRequest(javax.servlet.http.HttpServletRequest request,
String pollerRequestString)
|
JSONObject |
PollerRequestHandler.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 |
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)
|
| 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.staging |
|---|
| Methods in com.liferay.portal.staging that return JSONObject | |
|---|---|
JSONObject |
StagingImpl.getExceptionMessagesJSONObject(Locale locale,
Exception e,
Map<String,Serializable> contextMap)
|
| 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 that return types with arguments of type JSONObject | |
|---|---|
protected List<JSONObject> |
BaseUserNotificationTestCase.getUserNotificationEventsJSONObjects(long userId,
long primaryKey)
|
| Methods in com.liferay.portal.util with parameters of type JSONObject | |
|---|---|
Object |
LocalizationImpl.deserialize(JSONObject jsonObject)
|
protected boolean |
BaseUserNotificationTestCase.isValidUserNotificationEventObject(long primaryKey,
JSONObject userNotificationEventJSONObject)
|
| 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.action |
|---|
| Methods in com.liferay.portlet.blogs.action with parameters of type JSONObject | |
|---|---|
protected void |
BaseImageSelectorAction.handleUploadException(ActionRequest actionRequest,
ActionResponse actionResponse,
Exception e,
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.dynamicdatalists.util |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.util that return JSONObject | |
|---|---|
JSONObject |
DDL.getRecordJSONObject(DDLRecord record)
|
static JSONObject |
DDLUtil.getRecordJSONObject(DDLRecord record)
|
JSONObject |
DDLImpl.getRecordJSONObject(DDLRecord record)
|
JSONObject |
DDL.getRecordJSONObject(DDLRecord record,
boolean latestRecordVersion)
|
static JSONObject |
DDLUtil.getRecordJSONObject(DDLRecord record,
boolean latestRecordVersion)
|
JSONObject |
DDLImpl.getRecordJSONObject(DDLRecord record,
boolean latestRecordVersion)
|
| Uses of JSONObject in com.liferay.portlet.dynamicdatamapping.io |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.io that return JSONObject | |
|---|---|
protected JSONObject |
DDMFormJSONSerializerImpl.toJSONObject(DDMFormField ddmFormField)
|
protected JSONObject |
DDMFormValuesJSONSerializerImpl.toJSONObject(DDMFormFieldValue ddmFormFieldValue)
|
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 |
DDMFormJSONSerializerImpl.addAvailableLanguageIds(JSONObject jsonObject,
Set<Locale> availableLocales)
|
protected void |
DDMFormValuesJSONSerializerImpl.addAvailableLanguageIds(JSONObject jsonObject,
Set<Locale> availableLocales)
|
protected void |
DDMFormJSONSerializerImpl.addDefaultLanguageId(JSONObject jsonObject,
Locale defaultLocale)
|
protected void |
DDMFormValuesJSONSerializerImpl.addDefaultLanguageId(JSONObject jsonObject,
Locale defaultLocale)
|
protected void |
DDMFormJSONSerializerImpl.addFields(JSONObject jsonObject,
List<DDMFormField> ddmFormFields)
|
protected void |
DDMFormValuesJSONSerializerImpl.addFieldValues(JSONObject jsonObject,
List<DDMFormFieldValue> ddmFormFieldValues)
|
protected void |
DDMFormJSONSerializerImpl.addLocalizedProperty(JSONObject jsonObject,
String propertyName,
LocalizedValue localizedValue)
|
protected void |
DDMFormJSONSerializerImpl.addNestedFields(JSONObject jsonObject,
List<DDMFormField> nestedDDMFormFields)
|
protected void |
DDMFormValuesJSONSerializerImpl.addNestedFieldValues(JSONObject jsonObject,
List<DDMFormFieldValue> nestedDDMFormFieldValues)
|
protected void |
DDMFormJSONSerializerImpl.addOptions(JSONObject jsonObject,
DDMFormFieldOptions ddmFormFieldOptions)
|
protected void |
DDMFormJSONDeserializerImpl.addOptionValueLabels(JSONObject jsonObject,
DDMFormFieldOptions ddmFormFieldOptions,
String optionValue)
|
protected void |
DDMFormJSONSerializerImpl.addSimpleProperties(JSONObject jsonObject,
DDMFormField ddmFormField)
|
protected void |
DDMFormValuesJSONSerializerImpl.addValue(JSONObject jsonObject,
Value value)
|
protected DDMFormField |
DDMFormJSONDeserializerImpl.getDDMFormField(JSONObject jsonObject)
|
protected DDMFormFieldValue |
DDMFormValuesJSONDeserializerImpl.getDDMFormFieldValue(JSONObject jsonObject)
|
protected LocalizedValue |
DDMFormValuesJSONDeserializerImpl.getLocalizedValue(JSONObject jsonObject)
|
protected Value |
DDMFormValuesJSONDeserializerImpl.getValue(JSONObject jsonObject)
|
protected boolean |
DDMFormValuesJSONDeserializerImpl.isLocalized(JSONObject jsonObject)
|
protected void |
DDMFormJSONDeserializerImpl.setDDMFormFieldLocalizedValue(JSONObject jsonObject,
LocalizedValue localizedValue)
|
protected void |
DDMFormValuesJSONDeserializerImpl.setDDMFormFieldValueValue(JSONObject jsonObject,
DDMFormFieldValue ddmFormFieldValue)
|
| 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 |
DDMXSDImpl.putMetadataValue(JSONObject jsonObject,
String attributeName,
String attributeValue,
String type)
|
| 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.login.action |
|---|
| Methods in com.liferay.portlet.login.action that return JSONObject | |
|---|---|
protected JSONObject |
CreateAnonymousAccountAction.updateIncompleteUser(ActionRequest actionRequest,
ActionResponse actionResponse)
|
| Methods in com.liferay.portlet.login.action with parameters of type JSONObject | |
|---|---|
protected User |
FacebookConnectAction.addUser(javax.servlet.http.HttpSession session,
long companyId,
JSONObject jsonObject)
|
protected User |
FacebookConnectAction.updateUser(User user,
JSONObject jsonObject)
|
| 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.portlet.trash.action |
|---|
| Methods in com.liferay.portlet.trash.action that return JSONObject | |
|---|---|
static JSONObject |
ActionUtil.checkEntry(ActionRequest actionRequest)
|
|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||