@ProviderType
public interface UserGroupGroupRoleFinder
Modifier and Type | Method and Description |
---|---|
List<UserGroupGroupRole> |
findByGroupRoleType(long groupId,
int roleType) |
List<UserGroupGroupRole> |
findByUserGroupsUsers(long userId) |
List<UserGroupGroupRole> |
findByUserGroupsUsers(long userId,
long groupId) |
List<UserGroupGroupRole> findByGroupRoleType(long groupId, int roleType)
List<UserGroupGroupRole> findByUserGroupsUsers(long userId)
List<UserGroupGroupRole> findByUserGroupsUsers(long userId, long groupId)