|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.social.model.BaseSocialRequestInterpreter
public abstract class BaseSocialRequestInterpreter
| Constructor Summary | |
|---|---|
BaseSocialRequestInterpreter()
|
|
| Method Summary | |
|---|---|
protected abstract SocialRequestFeedEntry |
doInterpret(SocialRequest request,
ThemeDisplay themeDisplay)
|
protected abstract boolean |
doProcessConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
|
protected boolean |
doProcessRejection(SocialRequest request,
ThemeDisplay themeDisplay)
|
String |
getUserName(long userId,
ThemeDisplay themeDisplay)
|
SocialRequestFeedEntry |
interpret(SocialRequest request,
ThemeDisplay themeDisplay)
|
boolean |
processConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
|
void |
processDuplicateRequestsFromUser(SocialRequest request,
int oldStatus)
|
void |
processDuplicateRequestsToUser(SocialRequest request,
int oldStatus)
|
boolean |
processRejection(SocialRequest request,
ThemeDisplay themeDisplay)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.social.model.SocialRequestInterpreter |
|---|
getClassNames |
| Constructor Detail |
|---|
public BaseSocialRequestInterpreter()
| Method Detail |
|---|
public String getUserName(long userId,
ThemeDisplay themeDisplay)
public SocialRequestFeedEntry interpret(SocialRequest request,
ThemeDisplay themeDisplay)
interpret in interface SocialRequestInterpreter
public boolean processConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
processConfirmation in interface SocialRequestInterpreter
public void processDuplicateRequestsFromUser(SocialRequest request,
int oldStatus)
throws SystemException
SystemException
public void processDuplicateRequestsToUser(SocialRequest request,
int oldStatus)
throws SystemException
SystemException
public boolean processRejection(SocialRequest request,
ThemeDisplay themeDisplay)
processRejection in interface SocialRequestInterpreter
protected abstract SocialRequestFeedEntry doInterpret(SocialRequest request,
ThemeDisplay themeDisplay)
throws Exception
Exception
protected abstract boolean doProcessConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
throws Exception
Exception
protected boolean doProcessRejection(SocialRequest request,
ThemeDisplay themeDisplay)
throws Exception
Exception
|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||