com.liferay.portal.service.persistence
Class UserGroupRoleFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.UserGroupRole>
      extended by com.liferay.portal.service.persistence.UserGroupRoleFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.UserGroupRole>, com.liferay.portal.service.persistence.UserGroupRoleFinder

public class UserGroupRoleFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.UserGroupRole>
implements com.liferay.portal.service.persistence.UserGroupRoleFinder

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String FIND_BY_USER_USER_GROUP_GROUP_ROLE
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT
 
Constructor Summary
UserGroupRoleFinderImpl()
           
 
Method Summary
 java.util.List<com.liferay.portal.model.UserGroupRole> findByUserUserGroupGroupRole(long userId, long groupId)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, clearCache, closeSession, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, remove, setDataSource, setSessionFactory, unregisterListener, update, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIND_BY_USER_USER_GROUP_GROUP_ROLE

public static java.lang.String FIND_BY_USER_USER_GROUP_GROUP_ROLE
Constructor Detail

UserGroupRoleFinderImpl

public UserGroupRoleFinderImpl()
Method Detail

findByUserUserGroupGroupRole

public java.util.List<com.liferay.portal.model.UserGroupRole> findByUserUserGroupGroupRole(long userId,
                                                                                           long groupId)
                                                                                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByUserUserGroupGroupRole in interface com.liferay.portal.service.persistence.UserGroupRoleFinder
Throws:
com.liferay.portal.kernel.exception.SystemException