|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SocialRequestInterpreter | |
---|---|
com.liferay.portal.kernel.portlet | This package defines the kernel portlet interfaces and classes. |
com.liferay.portal.model | This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. |
com.liferay.portlet.social.model | |
com.liferay.portlet.social.model.impl | |
com.liferay.portlet.social.service | This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. |
Uses of SocialRequestInterpreter in com.liferay.portal.kernel.portlet |
---|
Methods in com.liferay.portal.kernel.portlet that return SocialRequestInterpreter | |
---|---|
SocialRequestInterpreter |
PortletBag.getSocialRequestInterpreterInstance()
|
Uses of SocialRequestInterpreter in com.liferay.portal.model |
---|
Methods in com.liferay.portal.model that return SocialRequestInterpreter | |
---|---|
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. |
Uses of SocialRequestInterpreter in com.liferay.portlet.social.model |
---|
Classes in com.liferay.portlet.social.model that implement SocialRequestInterpreter | |
---|---|
class |
BaseSocialRequestInterpreter
|
Uses of SocialRequestInterpreter in com.liferay.portlet.social.model.impl |
---|
Classes in com.liferay.portlet.social.model.impl that implement SocialRequestInterpreter | |
---|---|
class |
SocialRequestInterpreterImpl
|
Constructors in com.liferay.portlet.social.model.impl with parameters of type SocialRequestInterpreter | |
---|---|
SocialRequestInterpreterImpl(String portletId,
SocialRequestInterpreter requestInterpreter)
|
Uses of SocialRequestInterpreter in com.liferay.portlet.social.service |
---|
Methods in com.liferay.portlet.social.service with parameters of type SocialRequestInterpreter | |
---|---|
void |
SocialRequestInterpreterLocalService.addRequestInterpreter(SocialRequestInterpreter requestInterpreter)
Adds the social request interpreter to the list of available interpreters. |
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.deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
Removes the social request interpreter from 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. |
|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |