com.liferay.portlet.social.service
Interface SocialActivityInterpreterLocalService
- All Known Implementing Classes:
- 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 com.liferay.portlet.social.service.impl.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.
- Author:
- Brian Wing Shun Chan
- See Also:
SocialActivityInterpreterLocalServiceUtil,
com.liferay.portlet.social.service.base.SocialActivityInterpreterLocalServiceBaseImpl,
com.liferay.portlet.social.service.impl.SocialActivityInterpreterLocalServiceImpl- Generated:
addActivityInterpreter
void addActivityInterpreter(SocialActivityInterpreter activityInterpreter)
deleteActivityInterpreter
void deleteActivityInterpreter(SocialActivityInterpreter activityInterpreter)
interpret
SocialActivityFeedEntry interpret(SocialActivity activity,
ThemeDisplay themeDisplay)