Liferay 6.1.2-ce-ga3

com.liferay.portlet.social.model
Interface SocialActivityInterpreter

All Known Implementing Classes:
BaseSocialActivityInterpreter

public interface SocialActivityInterpreter


Method Summary
 String[] getClassNames()
           
 SocialActivityFeedEntry interpret(SocialActivity activity, ThemeDisplay themeDisplay)
           
 

Method Detail

getClassNames

String[] getClassNames()

interpret

SocialActivityFeedEntry interpret(SocialActivity activity,
                                  ThemeDisplay themeDisplay)

Liferay 6.1.2-ce-ga3