Liferay 6.0.5

com.liferay.portlet.social.service
Interface SocialActivityInterpreterLocalService

All Known Implementing Classes:
SocialActivityInterpreterLocalServiceBaseImpl, SocialActivityInterpreterLocalServiceImpl, SocialActivityInterpreterLocalServiceWrapper

@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
public interface SocialActivityInterpreterLocalService

The interface for the social activity interpreter local service.

Never modify or reference this interface directly. Always use SocialActivityInterpreterLocalServiceUtil to access the social activity interpreter local service. Add custom service methods to SocialActivityInterpreterLocalServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

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.

See Also:
SocialActivityInterpreterLocalServiceUtil, SocialActivityInterpreterLocalServiceBaseImpl, SocialActivityInterpreterLocalServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 void addActivityInterpreter(SocialActivityInterpreter activityInterpreter)
           
 void deleteActivityInterpreter(SocialActivityInterpreter activityInterpreter)
           
 SocialActivityFeedEntry interpret(SocialActivity activity, ThemeDisplay themeDisplay)
           
 

Method Detail

addActivityInterpreter

void addActivityInterpreter(SocialActivityInterpreter activityInterpreter)

deleteActivityInterpreter

void deleteActivityInterpreter(SocialActivityInterpreter activityInterpreter)

interpret

SocialActivityFeedEntry interpret(SocialActivity activity,
                                  ThemeDisplay themeDisplay)

Liferay 6.0.5