Liferay 6.0.5

Uses of Class
com.liferay.portal.service.persistence.UserGroupRolePK

Packages that use UserGroupRolePK
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.persistence   
 

Uses of UserGroupRolePK in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return UserGroupRolePK
 UserGroupRolePK UserGroupRoleWrapper.getPrimaryKey()
           
 UserGroupRolePK UserGroupRoleSoap.getPrimaryKey()
           
 UserGroupRolePK UserGroupRoleModel.getPrimaryKey()
          Gets the primary key of this user group role.
 

Methods in com.liferay.portal.model with parameters of type UserGroupRolePK
 void UserGroupRoleWrapper.setPrimaryKey(UserGroupRolePK pk)
           
 void UserGroupRoleSoap.setPrimaryKey(UserGroupRolePK pk)
           
 void UserGroupRoleModel.setPrimaryKey(UserGroupRolePK pk)
          Sets the primary key of this user group role
 

Uses of UserGroupRolePK in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl that return UserGroupRolePK
 UserGroupRolePK UserGroupRoleModelImpl.getPrimaryKey()
           
 

Methods in com.liferay.portal.model.impl with parameters of type UserGroupRolePK
 void UserGroupRoleModelImpl.setPrimaryKey(UserGroupRolePK pk)
           
 

Uses of UserGroupRolePK in com.liferay.portal.service
 

Methods in com.liferay.portal.service with parameters of type UserGroupRolePK
 UserGroupRole UserGroupRoleLocalServiceWrapper.createUserGroupRole(UserGroupRolePK userGroupRolePK)
          Creates a new user group role with the primary key.
static UserGroupRole UserGroupRoleLocalServiceUtil.createUserGroupRole(UserGroupRolePK userGroupRolePK)
          Creates a new user group role with the primary key.
 UserGroupRole UserGroupRoleLocalService.createUserGroupRole(UserGroupRolePK userGroupRolePK)
          Creates a new user group role with the primary key.
 void UserGroupRoleLocalServiceWrapper.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
          Deletes the user group role with the primary key from the database.
static void UserGroupRoleLocalServiceUtil.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
          Deletes the user group role with the primary key from the database.
 void UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
          Deletes the user group role with the primary key from the database.
 UserGroupRole UserGroupRoleLocalServiceWrapper.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Gets the user group role with the primary key.
static UserGroupRole UserGroupRoleLocalServiceUtil.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Gets the user group role with the primary key.
 UserGroupRole UserGroupRoleLocalService.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Gets the user group role with the primary key.
 

Uses of UserGroupRolePK in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base with parameters of type UserGroupRolePK
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.createUserGroupRole(UserGroupRolePK userGroupRolePK)
          Creates a new user group role with the primary key.
 void UserGroupRoleLocalServiceBaseImpl.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
          Deletes the user group role with the primary key from the database.
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Gets the user group role with the primary key.
 

Uses of UserGroupRolePK in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence with parameters of type UserGroupRolePK
 int UserGroupRolePK.compareTo(UserGroupRolePK pk)
           
static UserGroupRole UserGroupRoleUtil.create(UserGroupRolePK userGroupRolePK)
          Creates a new user group role with the primary key.
 UserGroupRole UserGroupRolePersistence.create(UserGroupRolePK userGroupRolePK)
          Creates a new user group role with the primary key.
 UserGroupRole UserGroupRolePersistenceImpl.create(UserGroupRolePK userGroupRolePK)
          Creates a new user group role with the primary key.
static UserGroupRole UserGroupRoleUtil.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Finds the user group role with the primary key or returns null if it could not be found.
 UserGroupRole UserGroupRolePersistence.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Finds the user group role with the primary key or returns null if it could not be found.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Finds the user group role with the primary key or returns null if it could not be found.
static UserGroupRole[] UserGroupRoleUtil.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole[] UserGroupRolePersistenceImpl.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where groupId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where groupId = ?.
 UserGroupRole[] UserGroupRolePersistenceImpl.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Finds the user group role with the primary key or throws a NoSuchUserGroupRoleException if it could not be found.
 UserGroupRole UserGroupRolePersistence.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Finds the user group role with the primary key or throws a NoSuchUserGroupRoleException if it could not be found.
 UserGroupRole UserGroupRolePersistenceImpl.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Finds the user group role with the primary key or throws a NoSuchUserGroupRoleException if it could not be found.
static UserGroupRole[] UserGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where roleId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where roleId = ?.
 UserGroupRole[] UserGroupRolePersistenceImpl.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where roleId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole[] UserGroupRolePersistenceImpl.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where userId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where userId = ?.
 UserGroupRole[] UserGroupRolePersistenceImpl.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator orderByComparator)
          Finds the user group roles before and after the current user group role in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.remove(UserGroupRolePK userGroupRolePK)
          Removes the user group role with the primary key from the database.
 UserGroupRole UserGroupRolePersistence.remove(UserGroupRolePK userGroupRolePK)
          Removes the user group role with the primary key from the database.
 UserGroupRole UserGroupRolePersistenceImpl.remove(UserGroupRolePK userGroupRolePK)
          Removes the user group role with the primary key from the database.
 


Liferay 6.0.5