Liferay 7.0-ce-b4

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

Packages that use SocialActivityFinder
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.asset.service.base   
com.liferay.portlet.calendar.service.base   
com.liferay.portlet.social.service.base   
com.liferay.portlet.social.service.persistence   
com.liferay.portlet.social.service.persistence.impl   
 

Uses of SocialActivityFinder in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as SocialActivityFinder
protected  SocialActivityFinder GroupServiceBaseImpl.socialActivityFinder
           
protected  SocialActivityFinder UserServiceBaseImpl.socialActivityFinder
           
protected  SocialActivityFinder UserLocalServiceBaseImpl.socialActivityFinder
           
protected  SocialActivityFinder GroupLocalServiceBaseImpl.socialActivityFinder
           
 

Methods in com.liferay.portal.service.base that return SocialActivityFinder
 SocialActivityFinder GroupServiceBaseImpl.getSocialActivityFinder()
          Returns the social activity finder.
 SocialActivityFinder UserServiceBaseImpl.getSocialActivityFinder()
          Returns the social activity finder.
 SocialActivityFinder UserLocalServiceBaseImpl.getSocialActivityFinder()
          Returns the social activity finder.
 SocialActivityFinder GroupLocalServiceBaseImpl.getSocialActivityFinder()
          Returns the social activity finder.
 

Methods in com.liferay.portal.service.base with parameters of type SocialActivityFinder
 void GroupServiceBaseImpl.setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Sets the social activity finder.
 void UserServiceBaseImpl.setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Sets the social activity finder.
 void UserLocalServiceBaseImpl.setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Sets the social activity finder.
 void GroupLocalServiceBaseImpl.setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Sets the social activity finder.
 

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

Fields in com.liferay.portlet.asset.service.base declared as SocialActivityFinder
protected  SocialActivityFinder AssetEntryServiceBaseImpl.socialActivityFinder
           
protected  SocialActivityFinder AssetEntryLocalServiceBaseImpl.socialActivityFinder
           
 

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

Methods in com.liferay.portlet.asset.service.base with parameters of type SocialActivityFinder
 void AssetEntryServiceBaseImpl.setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Sets the social activity finder.
 void AssetEntryLocalServiceBaseImpl.setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Sets the social activity finder.
 

Uses of SocialActivityFinder in com.liferay.portlet.calendar.service.base
 

Fields in com.liferay.portlet.calendar.service.base declared as SocialActivityFinder
protected  SocialActivityFinder CalEventLocalServiceBaseImpl.socialActivityFinder
          Deprecated.  
 

Methods in com.liferay.portlet.calendar.service.base that return SocialActivityFinder
 SocialActivityFinder CalEventLocalServiceBaseImpl.getSocialActivityFinder()
          Deprecated. Returns the social activity finder.
 

Methods in com.liferay.portlet.calendar.service.base with parameters of type SocialActivityFinder
 void CalEventLocalServiceBaseImpl.setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Deprecated. Sets the social activity finder.
 

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

Fields in com.liferay.portlet.social.service.base declared as SocialActivityFinder
protected  SocialActivityFinder SocialActivitySetLocalServiceBaseImpl.socialActivityFinder
           
protected  SocialActivityFinder SocialActivityServiceBaseImpl.socialActivityFinder
           
protected  SocialActivityFinder SocialActivityLocalServiceBaseImpl.socialActivityFinder
           
protected  SocialActivityFinder SocialActivityInterpreterLocalServiceBaseImpl.socialActivityFinder
           
 

Methods in com.liferay.portlet.social.service.base that return SocialActivityFinder
 SocialActivityFinder SocialActivitySetLocalServiceBaseImpl.getSocialActivityFinder()
          Returns the social activity finder.
 SocialActivityFinder SocialActivityServiceBaseImpl.getSocialActivityFinder()
          Returns the social activity finder.
 SocialActivityFinder SocialActivityLocalServiceBaseImpl.getSocialActivityFinder()
          Returns the social activity finder.
 SocialActivityFinder SocialActivityInterpreterLocalServiceBaseImpl.getSocialActivityFinder()
          Returns the social activity finder.
 

Methods in com.liferay.portlet.social.service.base with parameters of type SocialActivityFinder
 void SocialActivitySetLocalServiceBaseImpl.setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Sets the social activity finder.
 void SocialActivityServiceBaseImpl.setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Sets the social activity finder.
 void SocialActivityLocalServiceBaseImpl.setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Sets the social activity finder.
 void SocialActivityInterpreterLocalServiceBaseImpl.setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Sets the social activity finder.
 

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

Methods in com.liferay.portlet.social.service.persistence that return SocialActivityFinder
static SocialActivityFinder SocialActivityFinderUtil.getFinder()
           
 

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

Uses of SocialActivityFinder in com.liferay.portlet.social.service.persistence.impl
 

Classes in com.liferay.portlet.social.service.persistence.impl that implement SocialActivityFinder
 class SocialActivityFinderImpl
           
 


Liferay 7.0-ce-b4