Liferay 6.2-ce-ga5

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

Packages that use SocialActivityCounterFinder
com.liferay.portlet.asset.service.base   
com.liferay.portlet.social.service.base   
com.liferay.portlet.social.service.persistence   
 

Uses of SocialActivityCounterFinder in com.liferay.portlet.asset.service.base
 

Fields in com.liferay.portlet.asset.service.base declared as SocialActivityCounterFinder
protected  SocialActivityCounterFinder AssetEntryServiceBaseImpl.socialActivityCounterFinder
           
protected  SocialActivityCounterFinder AssetEntryLocalServiceBaseImpl.socialActivityCounterFinder
           
 

Methods in com.liferay.portlet.asset.service.base that return SocialActivityCounterFinder
 SocialActivityCounterFinder AssetEntryServiceBaseImpl.getSocialActivityCounterFinder()
          Returns the social activity counter finder.
 SocialActivityCounterFinder AssetEntryLocalServiceBaseImpl.getSocialActivityCounterFinder()
          Returns the social activity counter finder.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type SocialActivityCounterFinder
 void AssetEntryServiceBaseImpl.setSocialActivityCounterFinder(SocialActivityCounterFinder socialActivityCounterFinder)
          Sets the social activity counter finder.
 void AssetEntryLocalServiceBaseImpl.setSocialActivityCounterFinder(SocialActivityCounterFinder socialActivityCounterFinder)
          Sets the social activity counter finder.
 

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

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

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

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

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

Classes in com.liferay.portlet.social.service.persistence that implement SocialActivityCounterFinder
 class SocialActivityCounterFinderImpl
           
 

Methods in com.liferay.portlet.social.service.persistence that return SocialActivityCounterFinder
static SocialActivityCounterFinder SocialActivityCounterFinderUtil.getFinder()
           
 

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


Liferay 6.2-ce-ga5