Liferay 7.0-ce-b4

com.liferay.portal.service.persistence
Class UserGroupGroupRoleFinderUtil

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

@ProviderType
public class UserGroupGroupRoleFinderUtil
extends Object


Constructor Summary
UserGroupGroupRoleFinderUtil()
           
 
Method Summary
static List<UserGroupGroupRole> findByGroupRoleType(long groupId, int roleType)
           
static List<UserGroupGroupRole> findByUserGroupsUsers(long userId)
           
static UserGroupGroupRoleFinder getFinder()
           
 void setFinder(UserGroupGroupRoleFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupGroupRoleFinderUtil

public UserGroupGroupRoleFinderUtil()
Method Detail

findByGroupRoleType

public static List<UserGroupGroupRole> findByGroupRoleType(long groupId,
                                                           int roleType)

findByUserGroupsUsers

public static List<UserGroupGroupRole> findByUserGroupsUsers(long userId)

getFinder

public static UserGroupGroupRoleFinder getFinder()

setFinder

public void setFinder(UserGroupGroupRoleFinder finder)

Liferay 7.0-ce-b4