Liferay 7.0-ce-b4

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

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

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

Fields in com.liferay.portal.service.base declared as SocialRequestPersistence
protected  SocialRequestPersistence GroupServiceBaseImpl.socialRequestPersistence
           
protected  SocialRequestPersistence UserServiceBaseImpl.socialRequestPersistence
           
protected  SocialRequestPersistence UserLocalServiceBaseImpl.socialRequestPersistence
           
protected  SocialRequestPersistence GroupLocalServiceBaseImpl.socialRequestPersistence
           
 

Methods in com.liferay.portal.service.base that return SocialRequestPersistence
 SocialRequestPersistence GroupServiceBaseImpl.getSocialRequestPersistence()
          Returns the social request persistence.
 SocialRequestPersistence UserServiceBaseImpl.getSocialRequestPersistence()
          Returns the social request persistence.
 SocialRequestPersistence UserLocalServiceBaseImpl.getSocialRequestPersistence()
          Returns the social request persistence.
 SocialRequestPersistence GroupLocalServiceBaseImpl.getSocialRequestPersistence()
          Returns the social request persistence.
 

Methods in com.liferay.portal.service.base with parameters of type SocialRequestPersistence
 void GroupServiceBaseImpl.setSocialRequestPersistence(SocialRequestPersistence socialRequestPersistence)
          Sets the social request persistence.
 void UserServiceBaseImpl.setSocialRequestPersistence(SocialRequestPersistence socialRequestPersistence)
          Sets the social request persistence.
 void UserLocalServiceBaseImpl.setSocialRequestPersistence(SocialRequestPersistence socialRequestPersistence)
          Sets the social request persistence.
 void GroupLocalServiceBaseImpl.setSocialRequestPersistence(SocialRequestPersistence socialRequestPersistence)
          Sets the social request persistence.
 

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

Fields in com.liferay.portlet.social.service.base declared as SocialRequestPersistence
protected  SocialRequestPersistence SocialRequestLocalServiceBaseImpl.socialRequestPersistence
           
protected  SocialRequestPersistence SocialRequestServiceBaseImpl.socialRequestPersistence
           
 

Methods in com.liferay.portlet.social.service.base that return SocialRequestPersistence
 SocialRequestPersistence SocialRequestLocalServiceBaseImpl.getSocialRequestPersistence()
          Returns the social request persistence.
 SocialRequestPersistence SocialRequestServiceBaseImpl.getSocialRequestPersistence()
          Returns the social request persistence.
 

Methods in com.liferay.portlet.social.service.base with parameters of type SocialRequestPersistence
 void SocialRequestLocalServiceBaseImpl.setSocialRequestPersistence(SocialRequestPersistence socialRequestPersistence)
          Sets the social request persistence.
 void SocialRequestServiceBaseImpl.setSocialRequestPersistence(SocialRequestPersistence socialRequestPersistence)
          Sets the social request persistence.
 

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

Methods in com.liferay.portlet.social.service.persistence that return SocialRequestPersistence
static SocialRequestPersistence SocialRequestUtil.getPersistence()
           
 

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

Classes in com.liferay.portlet.social.service.persistence.impl that implement SocialRequestPersistence
 class SocialRequestPersistenceImpl
          The persistence implementation for the social request service.
 


Liferay 7.0-ce-b4