@ProviderType
public class UserGroupRoleFinderUtil
extends java.lang.Object
| Constructor and Description |
|---|
UserGroupRoleFinderUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<UserGroupGroupRole> |
findByUserGroupsUsers(long userId) |
static java.util.List<UserGroupRole> |
findByUserUserGroupGroupRole(long userId,
long groupId) |
static UserGroupRoleFinder |
getFinder() |
void |
setFinder(UserGroupRoleFinder finder) |
public static java.util.List<UserGroupGroupRole> findByUserGroupsUsers(long userId) throws SystemException
SystemExceptionpublic static java.util.List<UserGroupRole> findByUserUserGroupGroupRole(long userId, long groupId) throws SystemException
SystemExceptionpublic static UserGroupRoleFinder getFinder()
public void setFinder(UserGroupRoleFinder finder)