|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JSONArray in com.liferay.portal.json |
|---|
| Classes in com.liferay.portal.json that implement JSONArray | |
|---|---|
class |
JSONArrayImpl
|
| Methods in com.liferay.portal.json that return JSONArray | |
|---|---|
JSONArray |
JSONFactoryImpl.createJSONArray()
|
JSONArray |
JSONFactoryImpl.createJSONArray(String json)
|
JSONArray |
JSONArrayImpl.getJSONArray(int index)
|
JSONArray |
JSONObjectImpl.getJSONArray(String key)
|
JSONArray |
JSONObjectImpl.names()
|
JSONArray |
JSONArrayImpl.put(boolean value)
|
JSONArray |
JSONArrayImpl.put(double value)
|
JSONArray |
JSONArrayImpl.put(int value)
|
JSONArray |
JSONArrayImpl.put(JSONArray value)
|
JSONArray |
JSONArrayImpl.put(JSONObject value)
|
JSONArray |
JSONArrayImpl.put(long value)
|
JSONArray |
JSONArrayImpl.put(String value)
|
| Methods in com.liferay.portal.json with parameters of type JSONArray | |
|---|---|
JSONArray |
JSONArrayImpl.put(JSONArray value)
|
JSONObject |
UnmodifiableJSONObjectImpl.put(String key,
JSONArray value)
|
JSONObject |
JSONObjectImpl.put(String key,
JSONArray value)
|
| 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 json)
|
| Uses of JSONArray in com.liferay.portal.kernel.json |
|---|
| Methods in com.liferay.portal.kernel.json that return JSONArray | |
|---|---|
static JSONArray |
JSONFactoryUtil.createJSONArray()
|
JSONArray |
JSONFactory.createJSONArray()
|
static JSONArray |
JSONFactoryUtil.createJSONArray(String json)
|
JSONArray |
JSONFactory.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(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 |
DefaultPollerResponse.setParameter(String name,
JSONArray value)
|
void |
PollerResponse.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 | |
|---|---|
String[] |
ArrayUtil_IW.toStringArray(JSONArray array)
|
static String[] |
ArrayUtil.toStringArray(JSONArray array)
|
| Uses of JSONArray in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return JSONArray | |
|---|---|
JSONArray |
PortletService.getWARPortlets()
|
static JSONArray |
PortletServiceUtil.getWARPortlets()
|
JSONArray |
PortletServiceWrapper.getWARPortlets()
|
JSONArray |
ThemeService.getWARThemes()
|
JSONArray |
ThemeServiceWrapper.getWARThemes()
|
static JSONArray |
ThemeServiceUtil.getWARThemes()
|
| Uses of JSONArray in com.liferay.portal.service.http |
|---|
| Methods in com.liferay.portal.service.http that return JSONArray | |
|---|---|
static JSONArray |
PortletServiceHttp.getWARPortlets(HttpPrincipal httpPrincipal)
|
static JSONArray |
ThemeServiceHttp.getWARThemes(HttpPrincipal httpPrincipal)
|
| Uses of JSONArray in com.liferay.portal.service.impl |
|---|
| Methods in com.liferay.portal.service.impl that return JSONArray | |
|---|---|
JSONArray |
PortletServiceImpl.getWARPortlets()
|
JSONArray |
ThemeServiceImpl.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) |
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 |
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 |
AssetTagServiceUtil.search(long[] groupIds,
String name,
int start,
int end)
|
JSONArray |
AssetTagService.search(long[] groupIds,
String name,
int start,
int end)
|
JSONArray |
AssetTagServiceWrapper.search(long[] groupIds,
String name,
int start,
int end)
|
JSONArray |
AssetCategoryServiceWrapper.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 |
AssetCategoryService.search(long[] groupIds,
String name,
long[] vocabularyIds,
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 |
AssetTagServiceWrapper.search(long groupId,
String name,
int start,
int end)
|
JSONArray |
AssetCategoryServiceWrapper.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)
|
JSONArray |
AssetCategoryService.search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
| Uses of JSONArray in com.liferay.portlet.asset.service.http |
|---|
| Methods in com.liferay.portlet.asset.service.http that return JSONArray | |
|---|---|
static JSONArray |
AssetCategoryServiceHttp.getJSONSearch(HttpPrincipal httpPrincipal,
long groupId,
String name,
long[] vocabularyIds,
int start,
int end)
|
static JSONArray |
AssetTagServiceHttp.search(HttpPrincipal httpPrincipal,
long[] groupIds,
String name,
int start,
int end)
|
static JSONArray |
AssetCategoryServiceHttp.search(HttpPrincipal httpPrincipal,
long[] groupIds,
String name,
long[] vocabularyIds,
int start,
int end)
|
static JSONArray |
AssetTagServiceHttp.search(HttpPrincipal httpPrincipal,
long groupId,
String name,
int start,
int end)
|
static JSONArray |
AssetCategoryServiceHttp.search(HttpPrincipal httpPrincipal,
long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
| Uses of JSONArray in com.liferay.portlet.asset.service.impl |
|---|
| Methods in com.liferay.portlet.asset.service.impl that return JSONArray | |
|---|---|
JSONArray |
AssetCategoryServiceImpl.getJSONSearch(long groupId,
String name,
long[] vocabularyIds,
int start,
int end)
Deprecated. As of 6.2.0, replaced by AssetCategoryServiceImpl.search(long[], String,
long[], int, int) |
JSONArray |
AssetTagServiceImpl.search(long[] groupIds,
String name,
int start,
int end)
|
JSONArray |
AssetCategoryServiceImpl.search(long[] groupIds,
String name,
long[] vocabularyIds,
int start,
int end)
|
JSONArray |
AssetTagServiceImpl.search(long groupId,
String name,
int start,
int end)
|
JSONArray |
AssetCategoryServiceImpl.search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
protected JSONArray |
AssetCategoryServiceImpl.toJSONArray(List<AssetCategory> categories)
|
| Uses of JSONArray in com.liferay.portlet.dynamicdatamapping.io |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.io that return JSONArray | |
|---|---|
protected JSONArray |
DDMFormJSONSerializerImpl.toJSONArray(DDMFormFieldOptions ddmFormFieldOptions)
|
protected JSONArray |
DDMFormJSONSerializerImpl.toJSONArray(List<DDMFormField> ddmFormFields)
|
protected JSONArray |
DDMFormValuesJSONSerializerImpl.toJSONArray(List<DDMFormFieldValue> ddmFormFieldValues)
|
| Methods in com.liferay.portlet.dynamicdatamapping.io with parameters of type JSONArray | |
|---|---|
protected Set<Locale> |
DDMFormValuesJSONDeserializerImpl.getAvailableLocales(JSONArray jsonArray)
|
protected Set<Locale> |
DDMFormJSONDeserializerImpl.getAvailableLocales(JSONArray jsonArray)
|
protected DDMFormFieldOptions |
DDMFormJSONDeserializerImpl.getDDMFormFieldOptions(JSONArray jsonArray)
|
protected List<DDMFormField> |
DDMFormJSONDeserializerImpl.getDDMFormFields(JSONArray jsonArray)
|
protected List<DDMFormFieldValue> |
DDMFormValuesJSONDeserializerImpl.getDDMFormFieldValues(JSONArray jsonArray)
|
protected List<String> |
DDMFormLayoutJSONDeserializerImpl.getDDMFormLayoutColumnFieldNames(JSONArray jsonArray)
|
protected List<DDMFormLayoutColumn> |
DDMFormLayoutJSONDeserializerImpl.getDDMFormLayoutColumns(JSONArray jsonArray)
|
protected List<DDMFormLayoutPage> |
DDMFormLayoutJSONDeserializerImpl.getDDMFormLayoutPages(JSONArray jsonArray)
|
protected List<DDMFormLayoutRow> |
DDMFormLayoutJSONDeserializerImpl.getDDMFormLayoutRows(JSONArray jsonArray)
|
protected void |
DDMFormJSONDeserializerImpl.setDDMFormAvailableLocales(JSONArray jsonArray,
DDMForm ddmForm)
|
protected void |
DDMFormJSONDeserializerImpl.setDDMFormFields(JSONArray jsonArray,
DDMForm ddmForm)
|
protected void |
DDMFormValuesJSONDeserializerImpl.setDDMFormFieldValues(JSONArray jsonArray,
DDMFormValues ddmFormValues)
|
protected void |
DDMFormLayoutJSONDeserializerImpl.setDDMFormLayouColumnFieldNames(JSONArray jsonArray,
DDMFormLayoutColumn ddmFormLayoutColumn)
|
protected void |
DDMFormLayoutJSONDeserializerImpl.setDDMFormLayoutPageRows(JSONArray jsonArray,
DDMFormLayoutPage ddmFormLayoutPage)
|
protected void |
DDMFormLayoutJSONDeserializerImpl.setDDMFormLayoutPages(JSONArray jsonArray,
DDMFormLayout ddmFormLayout)
|
protected void |
DDMFormLayoutJSONDeserializerImpl.setDDMFormLayoutRowColumns(JSONArray jsonArray,
DDMFormLayoutRow ddmFormLayoutRow)
|
protected void |
DDMFormValuesJSONDeserializerImpl.setDDMFormValuesAvailableLocales(JSONArray jsonArray,
DDMFormValues ddmFormValues)
|
protected void |
DDMFormJSONDeserializerImpl.setNestedDDMFormField(JSONArray jsonArray,
DDMFormField ddmFormField)
|
protected void |
DDMFormValuesJSONDeserializerImpl.setNestedDDMFormFieldValues(JSONArray jsonArray,
DDMFormFieldValue ddmFormFieldValue)
|
| Uses of JSONArray in com.liferay.portlet.dynamicdatamapping.util |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.util that return JSONArray | |
|---|---|
protected JSONArray |
DDMImpl.getDDMFormFieldsJSONArray(DDMForm ddmForm,
String script)
|
JSONArray |
DDM.getDDMFormFieldsJSONArray(DDMStructure ddmStructure,
String script)
|
static JSONArray |
DDMUtil.getDDMFormFieldsJSONArray(DDMStructure ddmStructure,
String script)
|
JSONArray |
DDMImpl.getDDMFormFieldsJSONArray(DDMStructure ddmStructure,
String script)
|
JSONArray |
DDM.getDDMFormFieldsJSONArray(DDMStructureVersion ddmStructureVersion,
String script)
|
static JSONArray |
DDMUtil.getDDMFormFieldsJSONArray(DDMStructureVersion ddmStructureVersion,
String script)
|
JSONArray |
DDMImpl.getDDMFormFieldsJSONArray(DDMStructureVersion ddmStructureVersion,
String script)
|
protected JSONArray |
DDMImpl.getDDMFormFieldsJSONArray(List<DDMFormField> ddmFormFields,
Set<Locale> availableLocales,
Locale defaultLocale)
|
| Uses of JSONArray in com.liferay.portlet.exportimport.lar |
|---|
| Methods in com.liferay.portlet.exportimport.lar with parameters of type JSONArray | |
|---|---|
protected boolean |
ExportImportHelperImpl.populateLayoutsJSON(JSONArray layoutsJSONArray,
Layout layout,
long[] selectedLayoutIds)
|
| 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,
Map<String,Serializable> contextMap)
|
static JSONArray |
StagingUtil.getErrorMessagesJSONArray(Locale locale,
Map<String,MissingReference> missingReferences,
Map<String,Serializable> contextMap)
|
JSONArray |
StagingImpl.getErrorMessagesJSONArray(Locale locale,
Map<String,MissingReference> missingReferences,
Map<String,Serializable> contextMap)
|
JSONArray |
Staging.getWarningMessagesJSONArray(Locale locale,
Map<String,MissingReference> missingReferences,
Map<String,Serializable> contextMap)
|
static JSONArray |
StagingUtil.getWarningMessagesJSONArray(Locale locale,
Map<String,MissingReference> missingReferences,
Map<String,Serializable> contextMap)
|
JSONArray |
StagingImpl.getWarningMessagesJSONArray(Locale locale,
Map<String,MissingReference> missingReferences,
Map<String,Serializable> contextMap)
|
| 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)
|
JSONArray |
SocialActivitySettingServiceWrapper.getJSONActivityDefinitions(long groupId,
String className)
|
static JSONArray |
SocialActivitySettingServiceUtil.getJSONActivityDefinitions(long groupId,
String className)
|
| Uses of JSONArray in com.liferay.portlet.social.service.http |
|---|
| Methods in com.liferay.portlet.social.service.http that return JSONArray | |
|---|---|
static JSONArray |
SocialActivitySettingServiceHttp.getJSONActivityDefinitions(HttpPrincipal httpPrincipal,
long groupId,
String className)
|
| Uses of JSONArray in com.liferay.portlet.social.service.impl |
|---|
| Methods in com.liferay.portlet.social.service.impl that return JSONArray | |
|---|---|
JSONArray |
SocialActivitySettingServiceImpl.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-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||