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 |
---|---|
SocialRequestInterpreter |
PortletWrapper.getSocialRequestInterpreterInstance()
Returns the name of the social request interpreter instance of the
portlet.
|
SocialRequestInterpreter |
Portlet.getSocialRequestInterpreterInstance()
Returns the name of the social request interpreter instance of the
portlet.
|
Modifier and Type | Method and Description |
---|---|
List<SocialRequestInterpreter> |
PortletBag.getSocialRequestInterpreterInstances() |
Modifier and Type | Class and Description |
---|---|
class |
BaseSocialRequestInterpreter |
Modifier and Type | Class and Description |
---|---|
class |
SocialRequestInterpreterImpl |
Constructor and Description |
---|
SocialRequestInterpreterImpl(String portletId,
SocialRequestInterpreter requestInterpreter) |
Modifier and Type | Method and Description |
---|---|
void |
SocialRequestInterpreterLocalServiceWrapper.addRequestInterpreter(SocialRequestInterpreter requestInterpreter)
Adds the social request interpreter to the list of available
interpreters.
|
static void |
SocialRequestInterpreterLocalServiceUtil.addRequestInterpreter(SocialRequestInterpreter requestInterpreter)
Adds the social request interpreter to the list of available
interpreters.
|
void |
SocialRequestInterpreterLocalService.addRequestInterpreter(SocialRequestInterpreter requestInterpreter)
Adds the social request interpreter to the list of available
interpreters.
|
void |
SocialRequestInterpreterLocalServiceWrapper.deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
Removes the social request interpreter from the list of available
interpreters.
|
static void |
SocialRequestInterpreterLocalServiceUtil.deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
Removes the social request interpreter from the list of available
interpreters.
|
void |
SocialRequestInterpreterLocalService.deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
Removes the social request interpreter from the list of available
interpreters.
|