Liferay 6.2-ce-ga5

com.liferay.portal.service.persistence
Interface UserGroupRoleFinder

All Known Implementing Classes:
UserGroupRoleFinderImpl

@ProviderType
public interface UserGroupRoleFinder


Method Summary
 List<UserGroupGroupRole> findByUserGroupsUsers(long userId)
           
 List<UserGroupRole> findByUserUserGroupGroupRole(long userId, long groupId)
           
 

Method Detail

findByUserGroupsUsers

List<UserGroupGroupRole> findByUserGroupsUsers(long userId)
                                               throws SystemException
Throws:
SystemException

findByUserUserGroupGroupRole

List<UserGroupRole> findByUserUserGroupGroupRole(long userId,
                                                 long groupId)
                                                 throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5