Liferay 7.0-ce-b4

com.liferay.portal.service.persistence
Class UserGroupRoleFinderUtil

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

@ProviderType
public class UserGroupRoleFinderUtil
extends Object

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
UserGroupRoleFinderUtil()
           
 
Method Summary
static List<UserGroupRole> findByGroupRoleType(long groupId, int roleType)
           
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

findByGroupRoleType

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

findByUserUserGroupGroupRole

public static List<UserGroupRole> findByUserUserGroupGroupRole(long userId,
                                                               long groupId)

getFinder

public static UserGroupRoleFinder getFinder()

setFinder

public void setFinder(UserGroupRoleFinder finder)

Liferay 7.0-ce-b4