Uses of Interface
com.liferay.portal.kernel.json.JSONArray
Packages that use JSONArray
Package
Description
This package defines the asset portlet service local and remote interfaces, utilities, and wrappers.
This package defines the portal service interfaces and classes.
This package defines the kernel utility interfaces and classes.
This package defines the social related portlet service local and remote interfaces, utilities, and wrappers.
-
Uses of JSONArray in com.liferay.asset.kernel.service
Methods in com.liferay.asset.kernel.service that return JSONArrayModifier and TypeMethodDescriptionAssetCategoryService.search
(long groupId, String name, String[] categoryProperties, int start, int end) static JSONArray
AssetCategoryServiceUtil.search
(long[] groupIds, String name, long[] vocabularyIds, int start, int end) static JSONArray
AssetCategoryServiceUtil.search
(long groupId, String name, String[] categoryProperties, int start, int end) AssetCategoryServiceWrapper.search
(long[] groupIds, String name, long[] vocabularyIds, int start, int end) AssetCategoryServiceWrapper.search
(long groupId, String name, String[] categoryProperties, int start, int end) static JSONArray
static JSONArray
-
Uses of JSONArray in com.liferay.exportimport.kernel.staging
Methods in com.liferay.exportimport.kernel.staging that return JSONArrayModifier and TypeMethodDescriptionStaging.getErrorMessagesJSONArray
(Locale locale, Map<String, MissingReference> missingReferences) static JSONArray
StagingUtil.getErrorMessagesJSONArray
(Locale locale, Map<String, MissingReference> missingReferences) Staging.getWarningMessagesJSONArray
(Locale locale, Map<String, MissingReference> missingReferences) static JSONArray
StagingUtil.getWarningMessagesJSONArray
(Locale locale, Map<String, MissingReference> missingReferences) -
Uses of JSONArray in com.liferay.portal.kernel.editor.configuration
Methods in com.liferay.portal.kernel.editor.configuration that return JSONArrayModifier and TypeMethodDescriptionprotected JSONArray
BaseEditorConfigContributor.toJSONArray
(String json) protected JSONArray
BaseEditorConfigContributor.toJSONArray
(String... values) -
Uses of JSONArray in com.liferay.portal.kernel.json
Methods in com.liferay.portal.kernel.json that return JSONArrayModifier and TypeMethodDescriptionstatic JSONArray
JSONFactory.createJSONArray()
JSONFactory.createJSONArray
(String json) JSONFactory.createJSONArray
(Collection<?> collection) <T> JSONArray
JSONFactory.createJSONArray
(T[] array) static JSONArray
JSONFactoryUtil.createJSONArray()
static JSONArray
JSONFactoryUtil.createJSONArray
(String json) static JSONArray
JSONFactoryUtil.createJSONArray
(Collection<?> collection) static <T> JSONArray
JSONFactoryUtil.createJSONArray
(T[] array) JSONArray.getJSONArray
(int index) JSONObject.getJSONArray
(String key) static JSONArray
JSONUtil.getValueAsJSONArray
(Object object, String... paths) JSONObject.names()
protected abstract JSONArray
JSONArrayPaginator.paginate
(int start, int end) JSONArray.put
(boolean value) JSONArray.put
(double value) JSONArray.put
(int value) JSONArray.put
(long value) JSONArray.put
(JSONObject jsonObject) static JSONArray
static JSONArray
static JSONArray
static JSONArray
JSONUtil.replace
(JSONArray jsonArray, String jsonObjectKey, JSONObject newJSONObject) static <T> JSONArray
JSONUtil.toJSONArray
(Collection<T> collection, com.liferay.petra.function.UnsafeFunction<T, Object, Exception> unsafeFunction) static <T> JSONArray
JSONUtil.toJSONArray
(Collection<T> collection, com.liferay.petra.function.UnsafeFunction<T, Object, Exception> unsafeFunction, Log log) static <T> JSONArray
JSONUtil.toJSONArray
(Collection<T> collection, com.liferay.petra.function.UnsafeFunction<T, Object, Exception> unsafeFunction, Consumer<Exception> exceptionConsumer) static <T> JSONArray
JSONUtil.toJSONArray
(T[] array, com.liferay.petra.function.UnsafeFunction<T, Object, Exception> unsafeFunction) static <T> JSONArray
JSONUtil.toJSONArray
(T[] array, com.liferay.petra.function.UnsafeFunction<T, Object, Exception> unsafeFunction, Log log) static <T> JSONArray
JSONUtil.toJSONArray
(T[] array, com.liferay.petra.function.UnsafeFunction<T, Object, Exception> unsafeFunction, Consumer<Exception> exceptionConsumer) Methods in com.liferay.portal.kernel.json with parameters of type JSONArrayModifier and TypeMethodDescriptionstatic void
JSONUtil.addToStringCollection
(Collection<String> collection, JSONArray jsonArray) static void
JSONUtil.addToStringCollection
(Collection<String> collection, JSONArray jsonArray, String jsonObjectKey) static JSONArray
static boolean
static boolean
static boolean
static JSONArray
JSONUtil.replace
(JSONArray jsonArray, String jsonObjectKey, JSONObject newJSONObject) static <T> T[]
JSONUtil.toArray
(JSONArray jsonArray, com.liferay.petra.function.UnsafeFunction<JSONObject, T, Exception> unsafeFunction, Log log, Class<?> clazz) static <T> T[]
JSONUtil.toArray
(JSONArray jsonArray, com.liferay.petra.function.UnsafeFunction<JSONObject, T, Exception> unsafeFunction, Class<?> clazz) static <T> T[]
JSONUtil.toArray
(JSONArray jsonArray, com.liferay.petra.function.UnsafeFunction<JSONObject, T, Exception> unsafeFunction, Consumer<Exception> exceptionConsumer, Class<?> clazz) static double[]
JSONUtil.toDoubleArray
(JSONArray jsonArray) static double[]
JSONUtil.toDoubleArray
(JSONArray jsonArray, String jsonObjectKey) JSONUtil.toDoubleList
(JSONArray jsonArray) JSONUtil.toDoubleList
(JSONArray jsonArray, String jsonObjectKey) JSONUtil.toDoubleSet
(JSONArray jsonArray) JSONUtil.toDoubleSet
(JSONArray jsonArray, String jsonObjectKey) static float[]
JSONUtil.toFloatArray
(JSONArray jsonArray) static float[]
JSONUtil.toFloatArray
(JSONArray jsonArray, String jsonObjectKey) JSONUtil.toFloatList
(JSONArray jsonArray) JSONUtil.toFloatList
(JSONArray jsonArray, String jsonObjectKey) JSONUtil.toFloatSet
(JSONArray jsonArray) JSONUtil.toFloatSet
(JSONArray jsonArray, String jsonObjectKey) static int[]
JSONUtil.toIntegerArray
(JSONArray jsonArray) static int[]
JSONUtil.toIntegerArray
(JSONArray jsonArray, String jsonObjectKey) JSONUtil.toIntegerList
(JSONArray jsonArray) JSONUtil.toIntegerList
(JSONArray jsonArray, String jsonObjectKey) JSONUtil.toIntegerSet
(JSONArray jsonArray) JSONUtil.toIntegerSet
(JSONArray jsonArray, String jsonObjectKey) static Map<String,
JSONObject> JSONUtil.toJSONObjectMap
(JSONArray jsonArray, String jsonObjectKey) static <T> List<T>
JSONUtil.toList
(JSONArray jsonArray, com.liferay.petra.function.UnsafeFunction<JSONObject, T, Exception> unsafeFunction) static <T> List<T>
JSONUtil.toList
(JSONArray jsonArray, com.liferay.petra.function.UnsafeFunction<JSONObject, T, Exception> unsafeFunction, Log log) static <T> List<T>
JSONUtil.toList
(JSONArray jsonArray, com.liferay.petra.function.UnsafeFunction<JSONObject, T, Exception> unsafeFunction, Consumer<Exception> exceptionConsumer) static long[]
JSONUtil.toLongArray
(JSONArray jsonArray) static long[]
JSONUtil.toLongArray
(JSONArray jsonArray, String jsonObjectKey) JSONUtil.toLongList
(JSONArray jsonArray) JSONUtil.toLongList
(JSONArray jsonArray, String jsonObjectKey) static Object[]
JSONUtil.toObjectArray
(JSONArray jsonArray) static Object[]
JSONUtil.toObjectArray
(JSONArray jsonArray, String jsonObjectKey) JSONUtil.toObjectList
(JSONArray jsonArray) JSONUtil.toObjectList
(JSONArray jsonArray, String jsonObjectKey) JSONUtil.toObjectSet
(JSONArray jsonArray) JSONUtil.toObjectSet
(JSONArray jsonArray, String jsonObjectKey) static String
static String[]
JSONUtil.toStringArray
(JSONArray jsonArray) static String[]
JSONUtil.toStringArray
(JSONArray jsonArray, String jsonObjectKey) JSONUtil.toStringList
(JSONArray jsonArray) JSONUtil.toStringList
(JSONArray jsonArray, String jsonObjectKey) JSONUtil.toStringSet
(JSONArray jsonArray) JSONUtil.toStringSet
(JSONArray jsonArray, String jsonObjectKey) -
Uses of JSONArray in com.liferay.portal.kernel.search.facet
Methods in com.liferay.portal.kernel.search.facet with parameters of type JSONArrayModifier and TypeMethodDescriptionprotected void
MultiValueFacet.doSetValues
(JSONArray valuesJSONArray) void
-
Uses of JSONArray in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return JSONArrayModifier and TypeMethodDescriptionPortletService.getWARPortlets()
static JSONArray
PortletServiceUtil.getWARPortlets()
PortletServiceWrapper.getWARPortlets()
ThemeService.getWARThemes()
static JSONArray
ThemeServiceUtil.getWARThemes()
ThemeServiceWrapper.getWARThemes()
-
Uses of JSONArray in com.liferay.portal.kernel.util
Methods in com.liferay.portal.kernel.util that return JSONArrayModifier and TypeMethodDescriptionstatic JSONArray
Autocomplete.arrayToJSONArray
(String[][] array, int max) static JSONArray
Autocomplete.arrayToJSONArray
(String[] array, int max) static JSONArray
Autocomplete.arrayToJSONArray
(List<?> list, String textParam, String valueParam) Methods in com.liferay.portal.kernel.util with parameters of type JSONArrayModifier and TypeMethodDescriptionString[]
ArrayUtil_IW.toStringArray
(JSONArray jsonArray) static String[]
ArrayUtil.toStringArray
(JSONArray jsonArray) -
Uses of JSONArray in com.liferay.social.kernel.service
Methods in com.liferay.social.kernel.service that return JSONArrayModifier and TypeMethodDescriptionSocialActivitySettingService.getJSONActivityDefinitions
(long groupId, String className) static JSONArray
SocialActivitySettingServiceUtil.getJSONActivityDefinitions
(long groupId, String className) SocialActivitySettingServiceWrapper.getJSONActivityDefinitions
(long groupId, String className)