Liferay 6.0.5

com.liferay.portal.service.persistence
Class UserGroupRoleFinderUtil

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

public class UserGroupRoleFinderUtil
extends Object


Constructor Summary
UserGroupRoleFinderUtil()
           
 
Method Summary
static 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 List<UserGroupRole> findByUserUserGroupGroupRole(long userId,
                                                               long groupId)
                                                        throws SystemException
Throws:
SystemException

getFinder

public static UserGroupRoleFinder getFinder()

setFinder

public void setFinder(UserGroupRoleFinder finder)

Liferay 6.0.5