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 JSONArrayAssetCategoryServiceUtil.search(long[] groupIds, String name, long[] vocabularyIds, int start, int end) static JSONArrayAssetCategoryServiceUtil.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 JSONArraystatic 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 JSONArrayStagingUtil.getErrorMessagesJSONArray(Locale locale, Map<String, MissingReference> missingReferences) Staging.getWarningMessagesJSONArray(Locale locale, Map<String, MissingReference> missingReferences) static JSONArrayStagingUtil.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 JSONArrayBaseEditorConfigContributor.toJSONArray(String json) protected JSONArrayBaseEditorConfigContributor.toJSONArray(String... values) -
Uses of JSONArray in com.liferay.portal.kernel.json
Methods in com.liferay.portal.kernel.json that return JSONArrayModifier and TypeMethodDescriptionstatic JSONArrayJSONFactory.createJSONArray()JSONFactory.createJSONArray(String json) JSONFactory.createJSONArray(Collection<?> collection) <T> JSONArrayJSONFactory.createJSONArray(T[] array) static JSONArrayJSONFactoryUtil.createJSONArray()static JSONArrayJSONFactoryUtil.createJSONArray(String json) static JSONArrayJSONFactoryUtil.createJSONArray(Collection<?> collection) static <T> JSONArrayJSONFactoryUtil.createJSONArray(T[] array) JSONArray.getJSONArray(int index) JSONObject.getJSONArray(String key) static JSONArrayJSONUtil.getValueAsJSONArray(Object object, String... paths) JSONObject.names()protected abstract JSONArrayJSONArrayPaginator.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 JSONArraystatic JSONArraystatic JSONArraystatic JSONArrayJSONUtil.replace(JSONArray jsonArray, String jsonObjectKey, JSONObject newJSONObject) static <T> JSONArrayJSONUtil.toJSONArray(Collection<T> collection, com.liferay.petra.function.UnsafeFunction<T, Object, Exception> unsafeFunction) static <T> JSONArrayJSONUtil.toJSONArray(Collection<T> collection, com.liferay.petra.function.UnsafeFunction<T, Object, Exception> unsafeFunction, Log log) static <T> JSONArrayJSONUtil.toJSONArray(Collection<T> collection, com.liferay.petra.function.UnsafeFunction<T, Object, Exception> unsafeFunction, Consumer<Exception> exceptionConsumer) static <T> JSONArrayJSONUtil.toJSONArray(T[] array, com.liferay.petra.function.UnsafeFunction<T, Object, Exception> unsafeFunction) static <T> JSONArrayJSONUtil.toJSONArray(T[] array, com.liferay.petra.function.UnsafeFunction<T, Object, Exception> unsafeFunction, Log log) static <T> JSONArrayJSONUtil.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 voidJSONUtil.addToStringCollection(Collection<String> collection, JSONArray jsonArray) static voidJSONUtil.addToStringCollection(Collection<String> collection, JSONArray jsonArray, String jsonObjectKey) static JSONArraystatic booleanstatic booleanstatic booleanstatic JSONArrayJSONUtil.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 Stringstatic 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 voidMultiValueFacet.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 JSONArrayPortletServiceUtil.getWARPortlets()PortletServiceWrapper.getWARPortlets()ThemeService.getWARThemes()static JSONArrayThemeServiceUtil.getWARThemes()ThemeServiceWrapper.getWARThemes() -
Uses of JSONArray in com.liferay.portal.kernel.util
Methods in com.liferay.portal.kernel.util that return JSONArrayModifier and TypeMethodDescriptionstatic JSONArrayAutocomplete.arrayToJSONArray(String[][] array, int max) static JSONArrayAutocomplete.arrayToJSONArray(String[] array, int max) static JSONArrayAutocomplete.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 JSONArraySocialActivitySettingServiceUtil.getJSONActivityDefinitions(long groupId, String className) SocialActivitySettingServiceWrapper.getJSONActivityDefinitions(long groupId, String className)