@ProviderType
public class UserGroupGroupRoleFinderUtil
extends Object
Constructor and Description |
---|
UserGroupGroupRoleFinderUtil() |
Modifier and Type | Method and Description |
---|---|
static List<UserGroupGroupRole> |
findByGroupRoleType(long groupId,
int roleType) |
static List<UserGroupGroupRole> |
findByUserGroupsUsers(long userId) |
static List<UserGroupGroupRole> |
findByUserGroupsUsers(long userId,
long groupId) |
static UserGroupGroupRoleFinder |
getFinder() |
void |
setFinder(UserGroupGroupRoleFinder finder) |
public static List<UserGroupGroupRole> findByGroupRoleType(long groupId, int roleType)
public static List<UserGroupGroupRole> findByUserGroupsUsers(long userId)
public static List<UserGroupGroupRole> findByUserGroupsUsers(long userId, long groupId)
public static UserGroupGroupRoleFinder getFinder()
public void setFinder(UserGroupGroupRoleFinder finder)