Liferay 6.0.5

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

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

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

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

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 pk)
           
 

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.
 void UserGroupGroupRoleLocalServiceWrapper.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
static void UserGroupGroupRoleLocalServiceUtil.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
 void UserGroupGroupRoleLocalService.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Gets the user group group role with the primary key.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Gets the user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRoleLocalService.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Gets 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.
 void UserGroupGroupRoleLocalServiceBaseImpl.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Gets 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)
           
static UserGroupGroupRole UserGroupGroupRoleUtil.create(UserGroupGroupRolePK userGroupGroupRolePK)
          Creates a new user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRolePersistence.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.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Finds the user group group role with the primary key or returns null if it could not be found.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Finds the user group group role with the primary key or returns null if it could not be found.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Finds the user group group role with the primary key or returns null if it could not be found.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Finds the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Finds the user group group roles before and after the current user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the user group group roles before and after the current user group group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Finds the user group group role with the primary key or throws a NoSuchUserGroupGroupRoleException if it could not be found.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Finds the user group group role with the primary key or throws a NoSuchUserGroupGroupRoleException if it could not be found.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Finds the user group group role with the primary key or throws a NoSuchUserGroupGroupRoleException if it could not be found.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Finds the user group group roles before and after the current user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the user group group roles before and after the current user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, long groupId, OrderByComparator orderByComparator)
          Finds the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, long groupId, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator orderByComparator)
          Finds the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.remove(UserGroupGroupRolePK userGroupGroupRolePK)
          Removes the user group group role with the primary key from the database.
 UserGroupGroupRole UserGroupGroupRolePersistence.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.0.5