Liferay 7.0-ce-b4

com.liferay.portal.service.persistence
Interface UserGroupGroupRoleFinder


@ProviderType
public interface UserGroupGroupRoleFinder


Method Summary
 List<UserGroupGroupRole> findByGroupRoleType(long groupId, int roleType)
           
 List<UserGroupGroupRole> findByUserGroupsUsers(long userId)
           
 

Method Detail

findByGroupRoleType

List<UserGroupGroupRole> findByGroupRoleType(long groupId,
                                             int roleType)

findByUserGroupsUsers

List<UserGroupGroupRole> findByUserGroupsUsers(long userId)

Liferay 7.0-ce-b4