Liferay 7.0-ga1 portal-kernel

com.liferay.portal.kernel.service.persistence
Class UserGroupGroupRoleFinderUtil

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

@ProviderType
public class UserGroupGroupRoleFinderUtil
extends Object

{$generated.description}

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-ga1 portal-kernel