|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSONArray | |
---|---|
com.liferay.portal.json | |
com.liferay.portal.kernel.json | |
com.liferay.portal.kernel.poller | |
com.liferay.portal.kernel.util | This package defines the kernel utility interfaces and classes. |
com.liferay.portal.service | This package defines the local and remote portal service interfaces and classes. |
com.liferay.portal.service.http | This package defines the HTTP and SOAP portal service utility classes. |
com.liferay.portal.service.impl | This package defines the local and remote portal service implementations. |
com.liferay.portlet.asset.service | This package defines the local and remote asset portlet service interfaces and classes. |
com.liferay.portlet.asset.service.http | |
com.liferay.portlet.asset.service.impl | This package defines the local and remote asset portlet service implementations. |
com.liferay.portlet.dynamicdatalists.util | |
com.liferay.portlet.dynamicdatamapping.util | |
com.liferay.portlet.social.service | This package defines the local and remote social related portlet service interfaces, utility and wrapper classes. |
com.liferay.portlet.social.service.http | |
com.liferay.portlet.social.service.impl | This package defines the local social related portlet service implementations. |
com.liferay.util |
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 |
JSONObjectImpl.put(String key,
JSONArray value)
|
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 |
PollerResponse.setParameter(String name,
JSONArray value)
|
void |
DefaultPollerResponse.setParameter(String name,
JSONArray value)
|
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 |
PortletServiceWrapper.getWARPortlets()
|
static JSONArray |
PortletServiceUtil.getWARPortlets()
|
JSONArray |
PortletService.getWARPortlets()
|
JSONArray |
ThemeServiceWrapper.getWARThemes()
|
static JSONArray |
ThemeServiceUtil.getWARThemes()
|
JSONArray |
ThemeService.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 keywords,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static JSONArray |
AssetCategoryServiceUtil.getJSONSearch(long groupId,
String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
JSONArray |
AssetCategoryService.getJSONSearch(long groupId,
String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
JSONArray |
AssetTagServiceWrapper.search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
static JSONArray |
AssetTagServiceUtil.search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
JSONArray |
AssetTagService.search(long groupId,
String name,
String[] tagProperties,
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 keywords,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static JSONArray |
AssetTagServiceHttp.search(HttpPrincipal httpPrincipal,
long groupId,
String name,
String[] tagProperties,
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 keywords,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
JSONArray |
AssetTagServiceImpl.search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
JSONArray |
AssetCategoryServiceImpl.search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
Uses of JSONArray in com.liferay.portlet.dynamicdatalists.util |
---|
Methods in com.liferay.portlet.dynamicdatalists.util that return JSONArray | |
---|---|
static JSONArray |
DDLUtil.getRecordSetJSONArray(DDLRecordSet recordSet)
|
JSONArray |
DDL.getRecordSetJSONArray(DDLRecordSet recordSet)
|
JSONArray |
DDLImpl.getRecordSetJSONArray(DDLRecordSet recordSet)
|
JSONArray |
DDL.getRecordsJSONArray(DDLRecordSet recordSet)
|
JSONArray |
DDLImpl.getRecordsJSONArray(DDLRecordSet recordSet)
|
static JSONArray |
DDLUtil.getRecordsJSONArray(List<DDLRecord> records)
|
JSONArray |
DDL.getRecordsJSONArray(List<DDLRecord> records)
|
JSONArray |
DDLImpl.getRecordsJSONArray(List<DDLRecord> records)
|
static JSONArray |
DDLUtil.getRecordsJSONArray(List<DDLRecord> records,
boolean latestRecordVersion)
|
JSONArray |
DDL.getRecordsJSONArray(List<DDLRecord> records,
boolean latestRecordVersion)
|
JSONArray |
DDLImpl.getRecordsJSONArray(List<DDLRecord> records,
boolean latestRecordVersion)
|
Uses of JSONArray in com.liferay.portlet.dynamicdatamapping.util |
---|
Methods in com.liferay.portlet.dynamicdatamapping.util that return JSONArray | |
---|---|
static JSONArray |
DDMXSDUtil.getJSONArray(Document document)
|
JSONArray |
DDMXSD.getJSONArray(Document document)
|
JSONArray |
DDMXSDImpl.getJSONArray(Document document)
|
JSONArray |
DDMXSD.getJSONArray(Element element)
|
JSONArray |
DDMXSDImpl.getJSONArray(Element element)
|
static JSONArray |
DDMXSDUtil.getJSONArray(String xml)
|
JSONArray |
DDMXSD.getJSONArray(String xml)
|
JSONArray |
DDMXSDImpl.getJSONArray(String xml)
|
Uses of JSONArray in com.liferay.portlet.social.service |
---|
Methods in com.liferay.portlet.social.service that return JSONArray | |
---|---|
JSONArray |
SocialActivitySettingServiceWrapper.getJSONActivityDefinitions(long groupId,
String className)
|
static JSONArray |
SocialActivitySettingServiceUtil.getJSONActivityDefinitions(long groupId,
String className)
|
JSONArray |
SocialActivitySettingService.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 6.1.10-ee-ga1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |