|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| com.liferay.portal.service.persistence.impl | This package defines the portal service persistence implementation base classes. |
| 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 |
|---|
| Fields in com.liferay.portal.model.impl declared as UserGroupGroupRolePK | |
|---|---|
UserGroupGroupRolePK |
UserGroupGroupRoleCacheModel.userGroupGroupRolePK
|
| 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 |
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[] |
UserGroupGroupRolePersistence.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
long roleId,
OrderByComparator<UserGroupGroupRole> 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<UserGroupGroupRole> 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<UserGroupGroupRole> 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<UserGroupGroupRole> 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[] |
UserGroupGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long roleId,
OrderByComparator<UserGroupGroupRole> 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<UserGroupGroupRole> 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<UserGroupGroupRole> 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<UserGroupGroupRole> 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<UserGroupGroupRole> 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<UserGroupGroupRole> 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. |
| Uses of UserGroupGroupRolePK in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl with parameters of type UserGroupGroupRolePK | |
|---|---|
UserGroupGroupRole |
UserGroupGroupRolePersistenceImpl.create(UserGroupGroupRolePK userGroupGroupRolePK)
Creates a new user group group role with the primary key. |
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[] |
UserGroupGroupRolePersistenceImpl.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
long roleId,
OrderByComparator<UserGroupGroupRole> 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.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?. |
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[] |
UserGroupGroupRolePersistenceImpl.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?. |
UserGroupGroupRole[] |
UserGroupGroupRolePersistenceImpl.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
long groupId,
OrderByComparator<UserGroupGroupRole> 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.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistenceImpl.remove(UserGroupGroupRolePK userGroupGroupRolePK)
Removes the user group group role with the primary key from the database. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||