|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface SocialRequestInterpreterLocalServiceThe interface for the social request interpreter local service.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
SocialRequestInterpreterLocalServiceUtil,
com.liferay.portlet.social.service.base.SocialRequestInterpreterLocalServiceBaseImpl,
com.liferay.portlet.social.service.impl.SocialRequestInterpreterLocalServiceImpl| Method Summary | |
|---|---|
void |
addRequestInterpreter(SocialRequestInterpreter requestInterpreter)
|
void |
deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
SocialRequestFeedEntry |
interpret(SocialRequest request,
ThemeDisplay themeDisplay)
|
void |
processConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
|
void |
processRejection(SocialRequest request,
ThemeDisplay themeDisplay)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
| Method Detail |
|---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanvoid addRequestInterpreter(SocialRequestInterpreter requestInterpreter)
void deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
SocialRequestFeedEntry interpret(SocialRequest request,
ThemeDisplay themeDisplay)
void processConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
void processRejection(SocialRequest request,
ThemeDisplay themeDisplay)
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||