Package | Description |
---|---|
com.liferay.asset.kernel.model | |
com.liferay.portal.kernel.exception |
This package defines the kernel exceptions.
|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
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 |
---|---|
Tuple |
BaseAssetRendererFactory.getClassTypeFieldName(long classTypeId,
String fieldName,
Locale locale)
Deprecated.
As of Wilberforce (7.0.x)
|
Tuple |
AssetRendererFactory.getClassTypeFieldName(long classTypeId,
String fieldName,
Locale locale)
Deprecated.
As of Wilberforce (7.0.x), see
com.liferay.portlet.asset.model.ClassTypeReader |
protected Tuple |
BaseAssetRendererFactory.toTuple(ClassTypeField classTypeField) |
Modifier and Type | Method and Description |
---|---|
List<Tuple> |
BaseAssetRendererFactory.getClassTypeFieldNames(long classTypeId,
Locale locale,
int start,
int end)
Deprecated.
As of Wilberforce (7.0.x)
|
List<Tuple> |
AssetRendererFactory.getClassTypeFieldNames(long classTypeId,
Locale locale,
int start,
int end)
Deprecated.
As of Wilberforce (7.0.x), see
com.liferay.portlet.asset.model.ClassTypeReader |
Modifier and Type | Method and Description |
---|---|
List<Tuple> |
LayoutPrototypeException.getMissingLayoutPrototypes() |
Modifier and Type | Method and Description |
---|---|
void |
LayoutPrototypeException.setMissingLayoutPrototypes(List<Tuple> missingLayoutPrototypes) |
Constructor and Description |
---|
LayoutPrototypeException(List<Tuple> missingLayoutPrototypes) |
Modifier and Type | Method and Description |
---|---|
Tuple |
ModelHints.getSanitizeTuple(String model,
String field) |
static Tuple |
ModelHintsUtil.getSanitizeTuple(String model,
String field) |
Modifier and Type | Method and Description |
---|---|
List<Tuple> |
ModelHints.getSanitizeTuples(String model) |
static List<Tuple> |
ModelHintsUtil.getSanitizeTuples(String model) |
List<Tuple> |
ModelHints.getValidators(String model,
String field) |
static List<Tuple> |
ModelHintsUtil.getValidators(String model,
String field) |
Modifier and Type | Method and Description |
---|---|
List<Tuple> |
SocialActivityCounterLocalService.getUserActivityCounters(long groupId,
String[] rankingNames,
String[] selectedNames,
int start,
int end)
Returns the range of tuples that contain users and a list of activity
counters.
|
List<Tuple> |
SocialActivityCounterLocalServiceWrapper.getUserActivityCounters(long groupId,
String[] rankingNames,
String[] selectedNames,
int start,
int end)
Returns the range of tuples that contain users and a list of activity
counters.
|
static List<Tuple> |
SocialActivityCounterLocalServiceUtil.getUserActivityCounters(long groupId,
String[] rankingNames,
String[] selectedNames,
int start,
int end)
Returns the range of tuples that contain users and a list of activity
counters.
|