com.liferay.portal.service.persistence
Interface UserGroupRoleFinder


public interface UserGroupRoleFinder

View Source

Author:
Brian Wing Shun Chan

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

Method Detail

findByUserUserGroupGroupRole

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