Package | Description |
---|---|
com.liferay.asset.kernel.service |
This package defines the asset portlet service local and remote interfaces, utilities, and wrappers.
|
com.liferay.dynamic.data.mapping.kernel | |
com.liferay.exportimport.kernel.staging | |
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.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
com.liferay.social.kernel.service |
This package defines the social related portlet service local and remote interfaces, utilities, and wrappers.
|
Modifier and Type | Method and Description |
---|---|
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) |
static JSONArray |
AssetCategoryServiceUtil.search(long[] groupIds,
String name,
long[] vocabularyIds,
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 |
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) |
static JSONArray |
AssetCategoryServiceUtil.search(long groupId,
String name,
String[] categoryProperties,
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) |
Modifier and Type | Method and Description |
---|---|
JSONArray |
DDMStructureManager.getDDMFormFieldsJSONArray(long structureId,
String script) |
static JSONArray |
DDMStructureManagerUtil.getDDMFormFieldsJSONArray(long structureId,
String script) |
Modifier and Type | Method and Description |
---|---|
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 Wilberforce (7.0.x), replaced by
#getErrorMessagesJSONArray(Locale, Map |
static JSONArray |
StagingUtil.getErrorMessagesJSONArray(Locale locale,
Map<String,MissingReference> missingReferences,
Map<String,Serializable> contextMap)
Deprecated.
As of Wilberforce (7.0.x), 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 Wilberforce (7.0.x), replaced by
#getWarningMessagesJSONArray(Locale, Map |
static JSONArray |
StagingUtil.getWarningMessagesJSONArray(Locale locale,
Map<String,MissingReference> missingReferences,
Map<String,Serializable> contextMap)
Deprecated.
As of Wilberforce (7.0.x), replaced by
#getWarningMessagesJSONArray(Locale, Map |
Modifier and Type | Method and Description |
---|---|
protected JSONArray |
BaseBackgroundTaskDisplay.translateJSON(JSONArray jsonArray,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected JSONArray |
BaseBackgroundTaskDisplay.translateJSON(JSONArray jsonArray,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected JSONArray |
BaseEditorConfigContributor.toJSONArray(String... values) |
protected JSONArray |
BaseEditorConfigContributor.toJSONArray(String json) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
JSONArray |
JSONArray.put(JSONArray value) |
JSONObject |
JSONObject.put(String key,
JSONArray value) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPollerResponse.setParameter(String name,
JSONArray value) |
void |
PollerResponse.setParameter(String name,
JSONArray value) |
Modifier and Type | Method and Description |
---|---|
protected void |
MultiValueFacet.doSetValues(JSONArray valuesJSONArray) |
void |
MultiValueFacet.setValues(JSONArray values) |
Modifier and Type | Method and Description |
---|---|
JSONArray |
PortletService.getWARPortlets() |
JSONArray |
PortletServiceWrapper.getWARPortlets() |
static JSONArray |
PortletServiceUtil.getWARPortlets() |
JSONArray |
ThemeService.getWARThemes() |
static JSONArray |
ThemeServiceUtil.getWARThemes() |
JSONArray |
ThemeServiceWrapper.getWARThemes() |
Modifier and Type | Method and Description |
---|---|
String[] |
ArrayUtil_IW.toStringArray(JSONArray array) |
static String[] |
ArrayUtil.toStringArray(JSONArray array) |
Modifier and Type | Method and Description |
---|---|
JSONArray |
SocialActivitySettingServiceWrapper.getJSONActivityDefinitions(long groupId,
String className) |
JSONArray |
SocialActivitySettingService.getJSONActivityDefinitions(long groupId,
String className) |
static JSONArray |
SocialActivitySettingServiceUtil.getJSONActivityDefinitions(long groupId,
String className) |