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> |
PortletWrapper.getSocialActivityInterpreterInstances()
Returns the social activity interpreter instances of the portlet.
|
List<SocialActivityInterpreter> |
Portlet.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() |
static Map<String,List<SocialActivityInterpreter>> |
SocialActivityInterpreterLocalServiceUtil.getActivityInterpreters() |
Map<String,List<SocialActivityInterpreter>> |
SocialActivityInterpreterLocalServiceWrapper.getActivityInterpreters() |
List<SocialActivityInterpreter> |
SocialActivityInterpreterLocalService.getActivityInterpreters(String selector) |
static List<SocialActivityInterpreter> |
SocialActivityInterpreterLocalServiceUtil.getActivityInterpreters(String selector) |
List<SocialActivityInterpreter> |
SocialActivityInterpreterLocalServiceWrapper.getActivityInterpreters(String selector) |
Modifier and Type | Method and Description |
---|---|
void |
SocialActivityInterpreterLocalService.addActivityInterpreter(SocialActivityInterpreter activityInterpreter)
Adds the activity interpreter to the list of available interpreters.
|
static void |
SocialActivityInterpreterLocalServiceUtil.addActivityInterpreter(SocialActivityInterpreter activityInterpreter)
Adds the activity interpreter to the list of available interpreters.
|
void |
SocialActivityInterpreterLocalServiceWrapper.addActivityInterpreter(SocialActivityInterpreter activityInterpreter)
Adds the activity interpreter to the list of available interpreters.
|
void |
SocialActivityInterpreterLocalService.deleteActivityInterpreter(SocialActivityInterpreter activityInterpreter)
Removes the activity interpreter from the list of available interpreters.
|
static void |
SocialActivityInterpreterLocalServiceUtil.deleteActivityInterpreter(SocialActivityInterpreter activityInterpreter)
Removes the activity interpreter from the list of available interpreters.
|
void |
SocialActivityInterpreterLocalServiceWrapper.deleteActivityInterpreter(SocialActivityInterpreter activityInterpreter)
Removes the activity interpreter from the list of available interpreters.
|