|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SocialActivityInterpreter | |
---|---|
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 and classes, including SOAP and wrapper classes. |
com.liferay.portlet.social.model | |
com.liferay.portlet.social.service | This package defines the local and remote social related portlet service interfaces, utility and wrapper classes. |
Uses of SocialActivityInterpreter in com.liferay.portal.kernel.portlet |
---|
Methods in com.liferay.portal.kernel.portlet that return SocialActivityInterpreter | |
---|---|
SocialActivityInterpreter |
PortletBag.getSocialActivityInterpreterInstance()
|
Uses of SocialActivityInterpreter in com.liferay.portal.model |
---|
Methods in com.liferay.portal.model that return SocialActivityInterpreter | |
---|---|
SocialActivityInterpreter |
PortletWrapper.getSocialActivityInterpreterInstance()
Returns the name of the social activity interpreter instance of the portlet. |
SocialActivityInterpreter |
Portlet.getSocialActivityInterpreterInstance()
Returns the name of the social activity interpreter instance of the portlet. |
Uses of SocialActivityInterpreter in com.liferay.portlet.social.model |
---|
Classes in com.liferay.portlet.social.model that implement SocialActivityInterpreter | |
---|---|
class |
BaseSocialActivityInterpreter
|
Uses of SocialActivityInterpreter in com.liferay.portlet.social.service |
---|
Methods in com.liferay.portlet.social.service with parameters of type SocialActivityInterpreter | |
---|---|
void |
SocialActivityInterpreterLocalServiceWrapper.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 |
SocialActivityInterpreterLocalService.addActivityInterpreter(SocialActivityInterpreter activityInterpreter)
Adds the activity interpreter to the list of available interpreters. |
void |
SocialActivityInterpreterLocalServiceWrapper.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 |
SocialActivityInterpreterLocalService.deleteActivityInterpreter(SocialActivityInterpreter activityInterpreter)
Removes the activity interpreter from the list of available interpreters. |
|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |