Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.UserGroupFinder

Packages that use UserGroupFinder
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portlet.announcements.service.base   
 

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

Fields in com.liferay.portal.service.base declared as UserGroupFinder
protected  UserGroupFinder GroupServiceBaseImpl.userGroupFinder
           
protected  UserGroupFinder UserServiceBaseImpl.userGroupFinder
           
protected  UserGroupFinder TeamLocalServiceBaseImpl.userGroupFinder
           
protected  UserGroupFinder UserGroupServiceBaseImpl.userGroupFinder
           
protected  UserGroupFinder UserGroupLocalServiceBaseImpl.userGroupFinder
           
protected  UserGroupFinder MembershipRequestLocalServiceBaseImpl.userGroupFinder
           
protected  UserGroupFinder TeamServiceBaseImpl.userGroupFinder
           
protected  UserGroupFinder UserLocalServiceBaseImpl.userGroupFinder
           
protected  UserGroupFinder UserGroupGroupRoleLocalServiceBaseImpl.userGroupFinder
           
protected  UserGroupFinder MembershipRequestServiceBaseImpl.userGroupFinder
           
protected  UserGroupFinder GroupLocalServiceBaseImpl.userGroupFinder
           
protected  UserGroupFinder UserGroupGroupRoleServiceBaseImpl.userGroupFinder
           
 

Methods in com.liferay.portal.service.base that return UserGroupFinder
 UserGroupFinder GroupServiceBaseImpl.getUserGroupFinder()
          Returns the user group finder.
 UserGroupFinder UserServiceBaseImpl.getUserGroupFinder()
          Returns the user group finder.
 UserGroupFinder TeamLocalServiceBaseImpl.getUserGroupFinder()
          Returns the user group finder.
 UserGroupFinder UserGroupServiceBaseImpl.getUserGroupFinder()
          Returns the user group finder.
 UserGroupFinder UserGroupLocalServiceBaseImpl.getUserGroupFinder()
          Returns the user group finder.
 UserGroupFinder MembershipRequestLocalServiceBaseImpl.getUserGroupFinder()
          Returns the user group finder.
 UserGroupFinder TeamServiceBaseImpl.getUserGroupFinder()
          Returns the user group finder.
 UserGroupFinder UserLocalServiceBaseImpl.getUserGroupFinder()
          Returns the user group finder.
 UserGroupFinder UserGroupGroupRoleLocalServiceBaseImpl.getUserGroupFinder()
          Returns the user group finder.
 UserGroupFinder MembershipRequestServiceBaseImpl.getUserGroupFinder()
          Returns the user group finder.
 UserGroupFinder GroupLocalServiceBaseImpl.getUserGroupFinder()
          Returns the user group finder.
 UserGroupFinder UserGroupGroupRoleServiceBaseImpl.getUserGroupFinder()
          Returns the user group finder.
 

Methods in com.liferay.portal.service.base with parameters of type UserGroupFinder
 void GroupServiceBaseImpl.setUserGroupFinder(UserGroupFinder userGroupFinder)
          Sets the user group finder.
 void UserServiceBaseImpl.setUserGroupFinder(UserGroupFinder userGroupFinder)
          Sets the user group finder.
 void TeamLocalServiceBaseImpl.setUserGroupFinder(UserGroupFinder userGroupFinder)
          Sets the user group finder.
 void UserGroupServiceBaseImpl.setUserGroupFinder(UserGroupFinder userGroupFinder)
          Sets the user group finder.
 void UserGroupLocalServiceBaseImpl.setUserGroupFinder(UserGroupFinder userGroupFinder)
          Sets the user group finder.
 void MembershipRequestLocalServiceBaseImpl.setUserGroupFinder(UserGroupFinder userGroupFinder)
          Sets the user group finder.
 void TeamServiceBaseImpl.setUserGroupFinder(UserGroupFinder userGroupFinder)
          Sets the user group finder.
 void UserLocalServiceBaseImpl.setUserGroupFinder(UserGroupFinder userGroupFinder)
          Sets the user group finder.
 void UserGroupGroupRoleLocalServiceBaseImpl.setUserGroupFinder(UserGroupFinder userGroupFinder)
          Sets the user group finder.
 void MembershipRequestServiceBaseImpl.setUserGroupFinder(UserGroupFinder userGroupFinder)
          Sets the user group finder.
 void GroupLocalServiceBaseImpl.setUserGroupFinder(UserGroupFinder userGroupFinder)
          Sets the user group finder.
 void UserGroupGroupRoleServiceBaseImpl.setUserGroupFinder(UserGroupFinder userGroupFinder)
          Sets the user group finder.
 

Uses of UserGroupFinder in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return UserGroupFinder
static UserGroupFinder UserGroupFinderUtil.getFinder()
           
 

Methods in com.liferay.portal.service.persistence with parameters of type UserGroupFinder
 void UserGroupFinderUtil.setFinder(UserGroupFinder finder)
           
 

Uses of UserGroupFinder in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement UserGroupFinder
 class UserGroupFinderImpl
           
 

Uses of UserGroupFinder in com.liferay.portlet.announcements.service.base
 

Fields in com.liferay.portlet.announcements.service.base declared as UserGroupFinder
protected  UserGroupFinder AnnouncementsEntryLocalServiceBaseImpl.userGroupFinder
           
protected  UserGroupFinder AnnouncementsEntryServiceBaseImpl.userGroupFinder
           
 

Methods in com.liferay.portlet.announcements.service.base that return UserGroupFinder
 UserGroupFinder AnnouncementsEntryLocalServiceBaseImpl.getUserGroupFinder()
          Returns the user group finder.
 UserGroupFinder AnnouncementsEntryServiceBaseImpl.getUserGroupFinder()
          Returns the user group finder.
 

Methods in com.liferay.portlet.announcements.service.base with parameters of type UserGroupFinder
 void AnnouncementsEntryLocalServiceBaseImpl.setUserGroupFinder(UserGroupFinder userGroupFinder)
          Sets the user group finder.
 void AnnouncementsEntryServiceBaseImpl.setUserGroupFinder(UserGroupFinder userGroupFinder)
          Sets the user group finder.
 


Liferay 7.0-ce-b4