Liferay 7.0-ce-b4

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

Packages that use JSONArray
com.liferay.portal.kernel.backgroundtask.display   
com.liferay.portal.kernel.editor.configuration   
com.liferay.portal.kernel.json   
com.liferay.portal.kernel.poller   
com.liferay.portal.kernel.search.facet   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.dynamicdatamapping   
com.liferay.portlet.exportimport.staging   
com.liferay.portlet.social.service This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.util   
 

Uses of JSONArray in com.liferay.portal.kernel.backgroundtask.display
 

Methods in com.liferay.portal.kernel.backgroundtask.display that return JSONArray
protected  JSONArray BaseBackgroundTaskDisplay.translateJSON(JSONArray jsonArray, Locale locale)
           
 

Methods in com.liferay.portal.kernel.backgroundtask.display with parameters of type JSONArray
protected  JSONArray BaseBackgroundTaskDisplay.translateJSON(JSONArray jsonArray, Locale locale)
           
 

Uses of JSONArray in com.liferay.portal.kernel.editor.configuration
 

Methods in com.liferay.portal.kernel.editor.configuration that return JSONArray
protected  JSONArray BaseEditorConfigContributor.toJSONArray(String... values)
           
protected  JSONArray BaseEditorConfigContributor.toJSONArray(String json)
           
 

Uses of JSONArray in com.liferay.portal.kernel.json
 

Methods in com.liferay.portal.kernel.json that return JSONArray
 JSONArray JSONFactory.createJSONArray()
           
static JSONArray JSONFactoryUtil.createJSONArray()
           
 JSONArray JSONFactory.createJSONArray(String json)
           
static JSONArray JSONFactoryUtil.createJSONArray(String json)
           
 JSONArray JSONArray.getJSONArray(int index)
           
 JSONArray JSONObject.getJSONArray(String key)
           
 JSONArray JSONObject.names()
           
 JSONArray JSONArray.put(boolean value)
           
 JSONArray JSONArray.put(double value)
           
 JSONArray JSONArray.put(int value)
           
 JSONArray JSONArray.put(JSONArray value)
           
 JSONArray JSONArray.put(JSONObject value)
           
 JSONArray JSONArray.put(long value)
           
 JSONArray JSONArray.put(Object value)
           
 JSONArray JSONArray.put(String value)
           
 

Methods in com.liferay.portal.kernel.json with parameters of type JSONArray
 JSONArray JSONArray.put(JSONArray value)
           
 JSONObject JSONObject.put(String key, JSONArray value)
           
 

Uses of JSONArray in com.liferay.portal.kernel.poller
 

Methods in com.liferay.portal.kernel.poller with parameters of type JSONArray
 void PollerResponse.setParameter(String name, JSONArray value)
           
 void DefaultPollerResponse.setParameter(String name, JSONArray value)
           
 

Uses of JSONArray in com.liferay.portal.kernel.search.facet
 

Methods in com.liferay.portal.kernel.search.facet with parameters of type JSONArray
protected  void MultiValueFacet.doSetValues(JSONArray valuesJSONArray)
           
 void MultiValueFacet.setValues(JSONArray values)
           
 

Uses of JSONArray in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util with parameters of type JSONArray
static String[] ArrayUtil.toStringArray(JSONArray array)
           
 String[] ArrayUtil_IW.toStringArray(JSONArray array)
           
 

Uses of JSONArray in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return JSONArray
static JSONArray PortletServiceUtil.getWARPortlets()
           
 JSONArray PortletServiceWrapper.getWARPortlets()
           
 JSONArray PortletService.getWARPortlets()
           
static JSONArray ThemeServiceUtil.getWARThemes()
           
 JSONArray ThemeService.getWARThemes()
           
 JSONArray ThemeServiceWrapper.getWARThemes()
           
 

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

Methods in com.liferay.portlet.asset.service that return JSONArray
 JSONArray AssetCategoryServiceWrapper.getJSONSearch(long groupId, String name, long[] vocabularyIds, int start, int end)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceWrapper.search(long[], String, long[], int, int)
 JSONArray AssetCategoryService.getJSONSearch(long groupId, String name, long[] vocabularyIds, int start, int end)
          Deprecated. As of 6.2.0, replaced by AssetCategoryService.search(long[], String, long[], int, int)
static JSONArray AssetCategoryServiceUtil.getJSONSearch(long groupId, String name, long[] vocabularyIds, int start, int end)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceUtil.search(long[], String, long[], int, int)
 JSONArray AssetTagServiceWrapper.search(long[] groupIds, String name, int start, int end)
           
static JSONArray AssetTagServiceUtil.search(long[] groupIds, String name, int start, int end)
           
 JSONArray AssetTagService.search(long[] groupIds, String name, int start, int end)
           
 JSONArray AssetCategoryServiceWrapper.search(long[] groupIds, String name, long[] vocabularyIds, int start, int end)
           
 JSONArray AssetCategoryService.search(long[] groupIds, String name, long[] vocabularyIds, int start, int end)
           
static JSONArray AssetCategoryServiceUtil.search(long[] groupIds, String name, long[] vocabularyIds, int start, int end)
           
 JSONArray AssetTagServiceWrapper.search(long groupId, String name, int start, int end)
           
static JSONArray AssetTagServiceUtil.search(long groupId, String name, int start, int end)
           
 JSONArray AssetTagService.search(long groupId, String name, int start, int end)
           
 JSONArray AssetCategoryServiceWrapper.search(long groupId, String name, String[] categoryProperties, int start, int end)
           
 JSONArray AssetCategoryService.search(long groupId, String name, String[] categoryProperties, int start, int end)
           
static JSONArray AssetCategoryServiceUtil.search(long groupId, String name, String[] categoryProperties, int start, int end)
           
 

Uses of JSONArray in com.liferay.portlet.dynamicdatamapping
 

Methods in com.liferay.portlet.dynamicdatamapping that return JSONArray
static JSONArray DDMStructureManagerUtil.getDDMFormFieldsJSONArray(long structureId, String script)
           
 JSONArray DDMStructureManager.getDDMFormFieldsJSONArray(long structureId, String script)
           
 

Uses of JSONArray in com.liferay.portlet.exportimport.staging
 

Methods in com.liferay.portlet.exportimport.staging that return JSONArray
 JSONArray Staging.getErrorMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences)
           
static JSONArray StagingUtil.getErrorMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences)
           
 JSONArray Staging.getErrorMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences, Map<String,Serializable> contextMap)
          Deprecated. As of 7.0.0, replaced by #getErrorMessagesJSONArray(Locale, Map)
static JSONArray StagingUtil.getErrorMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences, Map<String,Serializable> contextMap)
          Deprecated. As of 7.0.0, replaced by #getErrorMessagesJSONArray(Locale, Map)
 JSONArray Staging.getWarningMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences)
           
static JSONArray StagingUtil.getWarningMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences)
           
 JSONArray Staging.getWarningMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences, Map<String,Serializable> contextMap)
          Deprecated. As of 7.0.0, replaced by #getWarningMessagesJSONArray(Locale, Map)
static JSONArray StagingUtil.getWarningMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences, Map<String,Serializable> contextMap)
          Deprecated. As of 7.0.0, replaced by #getWarningMessagesJSONArray(Locale, Map)
 

Uses of JSONArray in com.liferay.portlet.social.service
 

Methods in com.liferay.portlet.social.service that return JSONArray
 JSONArray SocialActivitySettingService.getJSONActivityDefinitions(long groupId, String className)
           
static JSONArray SocialActivitySettingServiceUtil.getJSONActivityDefinitions(long groupId, String className)
           
 JSONArray SocialActivitySettingServiceWrapper.getJSONActivityDefinitions(long groupId, String className)
           
 

Uses of JSONArray in com.liferay.util
 

Methods in com.liferay.util that return JSONArray
static JSONArray Autocomplete.arrayToJson(String[][] array, int max)
           
static JSONArray Autocomplete.arrayToJson(String[] array, int max)
           
static JSONArray Autocomplete.listToJson(List<?> list, String textParam, String valueParam)
           
 


Liferay 7.0-ce-b4