| Package | Description |
|---|---|
| com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
| com.liferay.portal.kernel.portlet |
This package defines the kernel portlet interfaces and classes.
|
| com.liferay.social.kernel.model | |
| com.liferay.social.kernel.model.impl | |
| 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 |
|---|---|
List<SocialActivityInterpreter> |
Portlet.getSocialActivityInterpreterInstances()
Returns the social activity interpreter instances of the portlet.
|
List<SocialActivityInterpreter> |
PortletWrapper.getSocialActivityInterpreterInstances()
Returns the social activity interpreter instances of the portlet.
|
| Modifier and Type | Method and Description |
|---|---|
List<SocialActivityInterpreter> |
PortletBag.getSocialActivityInterpreterInstances() |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseSocialActivityInterpreter |
| Modifier and Type | Class and Description |
|---|---|
class |
SocialActivityInterpreterImpl |
| Constructor and Description |
|---|
SocialActivityInterpreterImpl(String portletId,
SocialActivityInterpreter activityInterpreter) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<SocialActivityInterpreter>> |
SocialActivityInterpreterLocalService.getActivityInterpreters() |
Map<String,List<SocialActivityInterpreter>> |
SocialActivityInterpreterLocalServiceWrapper.getActivityInterpreters() |
static Map<String,List<SocialActivityInterpreter>> |
SocialActivityInterpreterLocalServiceUtil.getActivityInterpreters() |
List<SocialActivityInterpreter> |
SocialActivityInterpreterLocalService.getActivityInterpreters(String selector) |
List<SocialActivityInterpreter> |
SocialActivityInterpreterLocalServiceWrapper.getActivityInterpreters(String selector) |
static List<SocialActivityInterpreter> |
SocialActivityInterpreterLocalServiceUtil.getActivityInterpreters(String selector) |