Liferay 6.2-ce-ga5

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

Packages that use UserGroupGroupRolePK
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 UserGroupGroupRolePK in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return UserGroupGroupRolePK
 UserGroupGroupRolePK UserGroupGroupRoleModel.getPrimaryKey()
          Returns the primary key of this user group group role.
 UserGroupGroupRolePK UserGroupGroupRoleWrapper.getPrimaryKey()
          Returns the primary key of this user group group role.
 UserGroupGroupRolePK UserGroupGroupRoleSoap.getPrimaryKey()
           
 

Methods in com.liferay.portal.model with parameters of type UserGroupGroupRolePK
 void UserGroupGroupRoleModel.setPrimaryKey(UserGroupGroupRolePK primaryKey)
          Sets the primary key of this user group group role.
 void UserGroupGroupRoleWrapper.setPrimaryKey(UserGroupGroupRolePK primaryKey)
          Sets the primary key of this user group group role.
 void UserGroupGroupRoleSoap.setPrimaryKey(UserGroupGroupRolePK pk)
           
 

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

Methods in com.liferay.portal.model.impl that return UserGroupGroupRolePK
 UserGroupGroupRolePK UserGroupGroupRoleModelImpl.getPrimaryKey()
           
 

Methods in com.liferay.portal.model.impl with parameters of type UserGroupGroupRolePK
 void UserGroupGroupRoleModelImpl.setPrimaryKey(UserGroupGroupRolePK primaryKey)
           
 

Uses of UserGroupGroupRolePK in com.liferay.portal.service
 

Methods in com.liferay.portal.service with parameters of type UserGroupGroupRolePK
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.createUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Creates a new user group group role with the primary key.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.createUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Creates a new user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRoleLocalService.createUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Creates a new user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
 UserGroupGroupRole UserGroupGroupRoleLocalService.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.fetchUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
           
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.fetchUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
           
 UserGroupGroupRole UserGroupGroupRoleLocalService.fetchUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
           
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRoleLocalService.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key.
 

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

Methods in com.liferay.portal.service.base with parameters of type UserGroupGroupRolePK
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.createUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Creates a new user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.fetchUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
           
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key.
 

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

Methods in com.liferay.portal.service.persistence with parameters of type UserGroupGroupRolePK
 int UserGroupGroupRolePK.compareTo(UserGroupGroupRolePK pk)
           
 UserGroupGroupRole UserGroupGroupRolePersistence.create(UserGroupGroupRolePK userGroupGroupRolePK)
          Creates a new user group group role with the primary key.
static UserGroupGroupRole UserGroupGroupRoleUtil.create(UserGroupGroupRolePK userGroupGroupRolePK)
          Creates a new user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.create(UserGroupGroupRolePK userGroupGroupRolePK)
          Creates a new user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key or returns null if it could not be found.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key or returns null if it could not be found.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key or returns null if it could not be found.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistenceImpl.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistenceImpl.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key or throws a NoSuchUserGroupGroupRoleException if it could not be found.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key or throws a NoSuchUserGroupGroupRoleException if it could not be found.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key or throws a NoSuchUserGroupGroupRoleException if it could not be found.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistenceImpl.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistenceImpl.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistenceImpl.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.remove(UserGroupGroupRolePK userGroupGroupRolePK)
          Removes the user group group role with the primary key from the database.
static UserGroupGroupRole UserGroupGroupRoleUtil.remove(UserGroupGroupRolePK userGroupGroupRolePK)
          Removes the user group group role with the primary key from the database.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.remove(UserGroupGroupRolePK userGroupGroupRolePK)
          Removes the user group group role with the primary key from the database.
 


Liferay 6.2-ce-ga5