Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.json.JSONObject

Packages that use JSONObject
com.liferay.portal.action   
com.liferay.portal.audit   
com.liferay.portal.facebook   
com.liferay.portal.json   
com.liferay.portal.kernel.audit   
com.liferay.portal.kernel.facebook   
com.liferay.portal.kernel.json   
com.liferay.portal.kernel.notifications   
com.liferay.portal.kernel.poller   
com.liferay.portal.kernel.search.facet   
com.liferay.portal.kernel.search.facet.config   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.license.util This package defines the portal license utility interfaces and classes. 
com.liferay.portal.liveusers.messaging   
com.liferay.portal.notifications   
com.liferay.portal.poller   
com.liferay.portal.poller.comet   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.asset.service.http   
com.liferay.portlet.asset.service.impl This package defines the asset portlet local and remote service implementations. 
com.liferay.portlet.assetcategoryadmin.action   
com.liferay.portlet.assettagadmin.action   
com.liferay.portlet.dynamicdatalists.action   
com.liferay.portlet.dynamicdatalists.util   
com.liferay.portlet.dynamicdatamapping.util   
com.liferay.portlet.expando.service   
com.liferay.portlet.expando.service.http   
com.liferay.portlet.expando.service.impl   
com.liferay.portlet.login.action   
com.liferay.portlet.socialactivity.action   
 

Uses of JSONObject in com.liferay.portal.action
 

Methods in com.liferay.portal.action with parameters of type JSONObject
protected  void UpdateLayoutAction.populatePortletJSONObject(javax.servlet.http.HttpServletRequest request, StringServletResponse stringResponse, Portlet portlet, 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
           
 

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 JSONObjectImpl.put(String key, boolean value)
           
 JSONObject JSONObjectImpl.put(String key, Date value)
           
 JSONObject JSONObjectImpl.put(String key, double value)
           
 JSONObject JSONObjectImpl.put(String key, int value)
           
 JSONObject JSONObjectImpl.put(String key, JSONArray value)
           
 JSONObject JSONObjectImpl.put(String key, JSONObject value)
           
 JSONObject JSONObjectImpl.put(String key, long value)
           
 JSONObject JSONObjectImpl.put(String key, String value)
           
 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 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 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.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)
           
 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
static NotificationEvent NotificationEventFactoryUtil.createNotificationEvent(long timestamp, String type, JSONObject payloadJSONObject)
           
 NotificationEvent NotificationEventFactory.createNotificationEvent(long timestamp, String type, JSONObject payloadJSONObject)
           
 

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.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
 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
static void LicenseManagerUtil.registerLicense(JSONObject jsonObject)
           
 void LicenseManager.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)
           
 

Constructors in com.liferay.portal.poller with parameters of type JSONObject
SynchronousPollerChannelListener(long companyId, long userId, JSONObject pollerResponseHeaderJSONObject)
           
 

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)
           
 

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, String css)
           
 

Uses of JSONObject in com.liferay.portlet.asset.service
 

Methods in com.liferay.portlet.asset.service that return JSONObject
 JSONObject AssetTagServiceWrapper.getJSONGroupTags(long groupId, String name, int start, int end)
           
 JSONObject AssetTagService.getJSONGroupTags(long groupId, String name, int start, int end)
           
static JSONObject AssetTagServiceUtil.getJSONGroupTags(long groupId, String name, int start, int end)
           
 JSONObject AssetVocabularyService.getJSONGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
 JSONObject AssetVocabularyServiceWrapper.getJSONGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
static JSONObject AssetVocabularyServiceUtil.getJSONGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
 JSONObject AssetVocabularyService.getJSONGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator obc)
           
 JSONObject AssetVocabularyServiceWrapper.getJSONGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator obc)
           
static JSONObject AssetVocabularyServiceUtil.getJSONGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator obc)
           
 JSONObject AssetCategoryServiceWrapper.getJSONVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 JSONObject AssetCategoryService.getJSONVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
static JSONObject AssetCategoryServiceUtil.getJSONVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 JSONObject AssetCategoryServiceWrapper.getJSONVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
 JSONObject AssetCategoryService.getJSONVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
static JSONObject AssetCategoryServiceUtil.getJSONVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
 

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 obc)
           
static JSONObject AssetVocabularyServiceHttp.getJSONGroupVocabulariesDisplay(HttpPrincipal httpPrincipal, long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator obc)
           
static JSONObject AssetCategoryServiceHttp.getJSONVocabularyCategories(HttpPrincipal httpPrincipal, long vocabularyId, int start, int end, OrderByComparator obc)
           
static JSONObject AssetCategoryServiceHttp.getJSONVocabularyCategories(HttpPrincipal httpPrincipal, long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
 

Uses of JSONObject in com.liferay.portlet.asset.service.impl
 

Methods in com.liferay.portlet.asset.service.impl that return JSONObject
 JSONObject AssetTagServiceImpl.getJSONGroupTags(long groupId, String name, int start, int end)
           
 JSONObject AssetVocabularyServiceImpl.getJSONGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
 JSONObject AssetVocabularyServiceImpl.getJSONGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator obc)
           
 JSONObject AssetCategoryServiceImpl.getJSONVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 JSONObject AssetCategoryServiceImpl.getJSONVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
 

Uses of JSONObject in com.liferay.portlet.assetcategoryadmin.action
 

Methods in com.liferay.portlet.assetcategoryadmin.action that return JSONObject
protected  JSONObject EditCategoryAction.moveCategory(ActionRequest actionRequest)
           
protected  JSONObject EditCategoryAction.updateCategory(ActionRequest actionRequest)
           
protected  JSONObject EditVocabularyAction.updateVocabulary(ActionRequest actionRequest)
           
 

Uses of JSONObject in com.liferay.portlet.assettagadmin.action
 

Methods in com.liferay.portlet.assettagadmin.action that return JSONObject
protected  JSONObject EditTagAction.mergeTag(ActionRequest actionRequest)
           
protected  JSONObject EditTagAction.updateTag(ActionRequest actionRequest)
           
 

Uses of JSONObject in com.liferay.portlet.dynamicdatalists.action
 

Methods in com.liferay.portlet.dynamicdatalists.action that return JSONObject
protected  JSONObject EditRecordFileAction.updateRecordFieldFile(PortletRequest request)
           
 

Uses of JSONObject in com.liferay.portlet.dynamicdatalists.util
 

Methods in com.liferay.portlet.dynamicdatalists.util that return JSONObject
static JSONObject DDLUtil.getRecordJSONObject(DDLRecord record)
           
 JSONObject DDL.getRecordJSONObject(DDLRecord record)
           
 JSONObject DDLImpl.getRecordJSONObject(DDLRecord record)
           
static JSONObject DDLUtil.getRecordJSONObject(DDLRecord record, boolean latestRecordVersion)
           
 JSONObject DDL.getRecordJSONObject(DDLRecord record, boolean latestRecordVersion)
           
 JSONObject DDLImpl.getRecordJSONObject(DDLRecord record, boolean latestRecordVersion)
           
 

Uses of JSONObject in com.liferay.portlet.dynamicdatamapping.util
 

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 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)
           
 JSONObject ExpandoValueService.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  void FacebookConnectAction.addUser(javax.servlet.http.HttpSession session, long companyId, JSONObject jsonObject)
           
protected  void FacebookConnectAction.updateUser(User user, JSONObject jsonObject)
           
 

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)
           
 


Liferay 6.1.2-ce-ga3