Liferay 6.2-ce-ga5

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

Packages that use UserGroupRolePK
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of UserGroupRolePK in com.liferay.portal.model
 

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

Methods in com.liferay.portal.model with parameters of type UserGroupRolePK
 void UserGroupRoleSoap.setPrimaryKey(UserGroupRolePK pk)
           
 void UserGroupRoleModel.setPrimaryKey(UserGroupRolePK primaryKey)
          Sets the primary key of this user group role.
 void UserGroupRoleWrapper.setPrimaryKey(UserGroupRolePK primaryKey)
          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 primaryKey)
           
 

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.
 UserGroupRole UserGroupRoleLocalServiceWrapper.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
          Deletes the user group role with the primary key from the database.
static UserGroupRole UserGroupRoleLocalServiceUtil.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
          Deletes the user group role with the primary key from the database.
 UserGroupRole UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
          Deletes the user group role with the primary key from the database.
 UserGroupRole UserGroupRoleLocalServiceWrapper.fetchUserGroupRole(UserGroupRolePK userGroupRolePK)
           
static UserGroupRole UserGroupRoleLocalServiceUtil.fetchUserGroupRole(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRoleLocalService.fetchUserGroupRole(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRoleLocalServiceWrapper.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key.
static UserGroupRole UserGroupRoleLocalServiceUtil.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key.
 UserGroupRole UserGroupRoleLocalService.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Returns 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.
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
          Deletes the user group role with the primary key from the database.
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.fetchUserGroupRole(UserGroupRolePK userGroupRolePK)
           
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Returns 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)
           
 UserGroupRole UserGroupRolePersistence.create(UserGroupRolePK userGroupRolePK)
          Creates a new user group role with the primary key.
static UserGroupRole UserGroupRoleUtil.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.
 UserGroupRole UserGroupRolePersistence.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key or returns null if it could not be found.
static UserGroupRole UserGroupRoleUtil.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key or returns null if it could not be found.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key or returns null if it could not be found.
 UserGroupRole[] UserGroupRolePersistence.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Returns 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)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns 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)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key or throws a NoSuchUserGroupRoleException if it could not be found.
static UserGroupRole UserGroupRoleUtil.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key or throws a NoSuchUserGroupRoleException if it could not be found.
 UserGroupRole UserGroupRolePersistenceImpl.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key or throws a NoSuchUserGroupRoleException if it could not be found.
 UserGroupRole[] UserGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns 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)
          Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator orderByComparator)
          Returns 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)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator orderByComparator)
          Returns 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)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistence.remove(UserGroupRolePK userGroupRolePK)
          Removes the user group role with the primary key from the database.
static UserGroupRole UserGroupRoleUtil.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.2-ce-ga5