Package | Description |
---|---|
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 |
---|---|
protected abstract SocialRequestFeedEntry |
BaseSocialRequestInterpreter.doInterpret(SocialRequest request,
ThemeDisplay themeDisplay) |
SocialRequestFeedEntry |
SocialRequestInterpreter.interpret(SocialRequest request,
ThemeDisplay themeDisplay) |
SocialRequestFeedEntry |
BaseSocialRequestInterpreter.interpret(SocialRequest request,
ThemeDisplay themeDisplay) |
Modifier and Type | Method and Description |
---|---|
SocialRequestFeedEntry |
SocialRequestInterpreterImpl.interpret(SocialRequest request,
ThemeDisplay themeDisplay) |
Modifier and Type | Method and Description |
---|---|
SocialRequestFeedEntry |
SocialRequestInterpreterLocalService.interpret(SocialRequest request,
ThemeDisplay themeDisplay)
Creates a human readable request feed entry for the social request using
an available compatible request interpreter.
|
static SocialRequestFeedEntry |
SocialRequestInterpreterLocalServiceUtil.interpret(SocialRequest request,
ThemeDisplay themeDisplay)
Creates a human readable request feed entry for the social request using
an available compatible request interpreter.
|
SocialRequestFeedEntry |
SocialRequestInterpreterLocalServiceWrapper.interpret(SocialRequest request,
ThemeDisplay themeDisplay)
Creates a human readable request feed entry for the social request using
an available compatible request interpreter.
|