Liferay 6.0.5

com.liferay.portal.service.persistence
Interface UserGroupRoleFinder

All Known Implementing Classes:
UserGroupRoleFinderImpl

public interface UserGroupRoleFinder


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

Method Detail

findByUserUserGroupGroupRole

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

Liferay 6.0.5