Liferay 6.1.2-ce-ga3

com.liferay.portal.service.persistence
Interface UserGroupRoleFinder


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.1.2-ce-ga3