com.liferay.portal.service.persistence
Class UserGroupRoleFinderUtil

java.lang.Object
  extended by com.liferay.portal.service.persistence.UserGroupRoleFinderUtil

public class UserGroupRoleFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
UserGroupRoleFinderUtil()
           
 
Method Summary
static java.util.List<UserGroupRole> findByUserUserGroupGroupRole(long userId, long groupId)
           
static UserGroupRoleFinder getFinder()
           
 void setFinder(UserGroupRoleFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupRoleFinderUtil

public UserGroupRoleFinderUtil()
Method Detail

findByUserUserGroupGroupRole

public static java.util.List<UserGroupRole> findByUserUserGroupGroupRole(long userId,
                                                                         long groupId)
                                                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static UserGroupRoleFinder getFinder()

setFinder

public void setFinder(UserGroupRoleFinder finder)