Liferay 7.0-ce-b4

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

Packages that use UserGroupGroupRoleFinder
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. 
 

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

Fields in com.liferay.portal.service.base declared as UserGroupGroupRoleFinder
protected  UserGroupGroupRoleFinder GroupServiceBaseImpl.userGroupGroupRoleFinder
           
protected  UserGroupGroupRoleFinder UserGroupServiceBaseImpl.userGroupGroupRoleFinder
           
protected  UserGroupGroupRoleFinder UserGroupLocalServiceBaseImpl.userGroupGroupRoleFinder
           
protected  UserGroupGroupRoleFinder RoleLocalServiceBaseImpl.userGroupGroupRoleFinder
           
protected  UserGroupGroupRoleFinder UserGroupGroupRoleLocalServiceBaseImpl.userGroupGroupRoleFinder
           
protected  UserGroupGroupRoleFinder GroupLocalServiceBaseImpl.userGroupGroupRoleFinder
           
protected  UserGroupGroupRoleFinder UserGroupGroupRoleServiceBaseImpl.userGroupGroupRoleFinder
           
protected  UserGroupGroupRoleFinder RoleServiceBaseImpl.userGroupGroupRoleFinder
           
 

Methods in com.liferay.portal.service.base that return UserGroupGroupRoleFinder
 UserGroupGroupRoleFinder GroupServiceBaseImpl.getUserGroupGroupRoleFinder()
          Returns the user group group role finder.
 UserGroupGroupRoleFinder UserGroupServiceBaseImpl.getUserGroupGroupRoleFinder()
          Returns the user group group role finder.
 UserGroupGroupRoleFinder UserGroupLocalServiceBaseImpl.getUserGroupGroupRoleFinder()
          Returns the user group group role finder.
 UserGroupGroupRoleFinder RoleLocalServiceBaseImpl.getUserGroupGroupRoleFinder()
          Returns the user group group role finder.
 UserGroupGroupRoleFinder UserGroupGroupRoleLocalServiceBaseImpl.getUserGroupGroupRoleFinder()
          Returns the user group group role finder.
 UserGroupGroupRoleFinder GroupLocalServiceBaseImpl.getUserGroupGroupRoleFinder()
          Returns the user group group role finder.
 UserGroupGroupRoleFinder UserGroupGroupRoleServiceBaseImpl.getUserGroupGroupRoleFinder()
          Returns the user group group role finder.
 UserGroupGroupRoleFinder RoleServiceBaseImpl.getUserGroupGroupRoleFinder()
          Returns the user group group role finder.
 

Methods in com.liferay.portal.service.base with parameters of type UserGroupGroupRoleFinder
 void GroupServiceBaseImpl.setUserGroupGroupRoleFinder(UserGroupGroupRoleFinder userGroupGroupRoleFinder)
          Sets the user group group role finder.
 void UserGroupServiceBaseImpl.setUserGroupGroupRoleFinder(UserGroupGroupRoleFinder userGroupGroupRoleFinder)
          Sets the user group group role finder.
 void UserGroupLocalServiceBaseImpl.setUserGroupGroupRoleFinder(UserGroupGroupRoleFinder userGroupGroupRoleFinder)
          Sets the user group group role finder.
 void RoleLocalServiceBaseImpl.setUserGroupGroupRoleFinder(UserGroupGroupRoleFinder userGroupGroupRoleFinder)
          Sets the user group group role finder.
 void UserGroupGroupRoleLocalServiceBaseImpl.setUserGroupGroupRoleFinder(UserGroupGroupRoleFinder userGroupGroupRoleFinder)
          Sets the user group group role finder.
 void GroupLocalServiceBaseImpl.setUserGroupGroupRoleFinder(UserGroupGroupRoleFinder userGroupGroupRoleFinder)
          Sets the user group group role finder.
 void UserGroupGroupRoleServiceBaseImpl.setUserGroupGroupRoleFinder(UserGroupGroupRoleFinder userGroupGroupRoleFinder)
          Sets the user group group role finder.
 void RoleServiceBaseImpl.setUserGroupGroupRoleFinder(UserGroupGroupRoleFinder userGroupGroupRoleFinder)
          Sets the user group group role finder.
 

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

Methods in com.liferay.portal.service.persistence that return UserGroupGroupRoleFinder
static UserGroupGroupRoleFinder UserGroupGroupRoleFinderUtil.getFinder()
           
 

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

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

Classes in com.liferay.portal.service.persistence.impl that implement UserGroupGroupRoleFinder
 class UserGroupGroupRoleFinderImpl
           
 


Liferay 7.0-ce-b4