Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.social.service.persistence.SocialActivitySetFinder

Packages that use SocialActivitySetFinder
com.liferay.portlet.social.service.base   
com.liferay.portlet.social.service.persistence   
 

Uses of SocialActivitySetFinder in com.liferay.portlet.social.service.base
 

Fields in com.liferay.portlet.social.service.base declared as SocialActivitySetFinder
protected  SocialActivitySetFinder SocialRelationLocalServiceBaseImpl.socialActivitySetFinder
           
protected  SocialActivitySetFinder SocialRequestLocalServiceBaseImpl.socialActivitySetFinder
           
protected  SocialActivitySetFinder SocialActivityAchievementLocalServiceBaseImpl.socialActivitySetFinder
           
protected  SocialActivitySetFinder SocialActivitySettingServiceBaseImpl.socialActivitySetFinder
           
protected  SocialActivitySetFinder SocialRequestInterpreterLocalServiceBaseImpl.socialActivitySetFinder
           
protected  SocialActivitySetFinder SocialActivitySettingLocalServiceBaseImpl.socialActivitySetFinder
           
protected  SocialActivitySetFinder SocialActivitySetLocalServiceBaseImpl.socialActivitySetFinder
           
protected  SocialActivitySetFinder SocialActivityCounterLocalServiceBaseImpl.socialActivitySetFinder
           
protected  SocialActivitySetFinder SocialActivityServiceBaseImpl.socialActivitySetFinder
           
protected  SocialActivitySetFinder SocialActivityLimitLocalServiceBaseImpl.socialActivitySetFinder
           
protected  SocialActivitySetFinder SocialActivityLocalServiceBaseImpl.socialActivitySetFinder
           
protected  SocialActivitySetFinder SocialActivityInterpreterLocalServiceBaseImpl.socialActivitySetFinder
           
protected  SocialActivitySetFinder SocialRequestServiceBaseImpl.socialActivitySetFinder
           
 

Methods in com.liferay.portlet.social.service.base that return SocialActivitySetFinder
 SocialActivitySetFinder SocialRelationLocalServiceBaseImpl.getSocialActivitySetFinder()
          Returns the social activity set finder.
 SocialActivitySetFinder SocialRequestLocalServiceBaseImpl.getSocialActivitySetFinder()
          Returns the social activity set finder.
 SocialActivitySetFinder SocialActivityAchievementLocalServiceBaseImpl.getSocialActivitySetFinder()
          Returns the social activity set finder.
 SocialActivitySetFinder SocialActivitySettingServiceBaseImpl.getSocialActivitySetFinder()
          Returns the social activity set finder.
 SocialActivitySetFinder SocialRequestInterpreterLocalServiceBaseImpl.getSocialActivitySetFinder()
          Returns the social activity set finder.
 SocialActivitySetFinder SocialActivitySettingLocalServiceBaseImpl.getSocialActivitySetFinder()
          Returns the social activity set finder.
 SocialActivitySetFinder SocialActivitySetLocalServiceBaseImpl.getSocialActivitySetFinder()
          Returns the social activity set finder.
 SocialActivitySetFinder SocialActivityCounterLocalServiceBaseImpl.getSocialActivitySetFinder()
          Returns the social activity set finder.
 SocialActivitySetFinder SocialActivityServiceBaseImpl.getSocialActivitySetFinder()
          Returns the social activity set finder.
 SocialActivitySetFinder SocialActivityLimitLocalServiceBaseImpl.getSocialActivitySetFinder()
          Returns the social activity set finder.
 SocialActivitySetFinder SocialActivityLocalServiceBaseImpl.getSocialActivitySetFinder()
          Returns the social activity set finder.
 SocialActivitySetFinder SocialActivityInterpreterLocalServiceBaseImpl.getSocialActivitySetFinder()
          Returns the social activity set finder.
 SocialActivitySetFinder SocialRequestServiceBaseImpl.getSocialActivitySetFinder()
          Returns the social activity set finder.
 

Methods in com.liferay.portlet.social.service.base with parameters of type SocialActivitySetFinder
 void SocialRelationLocalServiceBaseImpl.setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
          Sets the social activity set finder.
 void SocialRequestLocalServiceBaseImpl.setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
          Sets the social activity set finder.
 void SocialActivityAchievementLocalServiceBaseImpl.setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
          Sets the social activity set finder.
 void SocialActivitySettingServiceBaseImpl.setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
          Sets the social activity set finder.
 void SocialRequestInterpreterLocalServiceBaseImpl.setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
          Sets the social activity set finder.
 void SocialActivitySettingLocalServiceBaseImpl.setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
          Sets the social activity set finder.
 void SocialActivitySetLocalServiceBaseImpl.setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
          Sets the social activity set finder.
 void SocialActivityCounterLocalServiceBaseImpl.setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
          Sets the social activity set finder.
 void SocialActivityServiceBaseImpl.setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
          Sets the social activity set finder.
 void SocialActivityLimitLocalServiceBaseImpl.setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
          Sets the social activity set finder.
 void SocialActivityLocalServiceBaseImpl.setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
          Sets the social activity set finder.
 void SocialActivityInterpreterLocalServiceBaseImpl.setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
          Sets the social activity set finder.
 void SocialRequestServiceBaseImpl.setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
          Sets the social activity set finder.
 

Uses of SocialActivitySetFinder in com.liferay.portlet.social.service.persistence
 

Classes in com.liferay.portlet.social.service.persistence that implement SocialActivitySetFinder
 class SocialActivitySetFinderImpl
           
 

Methods in com.liferay.portlet.social.service.persistence that return SocialActivitySetFinder
static SocialActivitySetFinder SocialActivitySetFinderUtil.getFinder()
           
 

Methods in com.liferay.portlet.social.service.persistence with parameters of type SocialActivitySetFinder
 void SocialActivitySetFinderUtil.setFinder(SocialActivitySetFinder finder)
           
 


Liferay 6.2-ce-ga5