|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchUserGroupException | |
|---|---|
| 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 NoSuchUserGroupException in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that throw NoSuchUserGroupException | |
|---|---|
UserGroup[] |
UserGroupPersistence.filterFindByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?. |
static UserGroup[] |
UserGroupUtil.filterFindByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?. |
UserGroup[] |
UserGroupPersistence.filterFindByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?. |
static UserGroup[] |
UserGroupUtil.filterFindByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?. |
UserGroup[] |
UserGroupPersistence.filterFindByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?. |
static UserGroup[] |
UserGroupUtil.filterFindByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?. |
UserGroup[] |
UserGroupPersistence.filterFindByUuid_PrevAndNext(long userGroupId,
String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?. |
static UserGroup[] |
UserGroupUtil.filterFindByUuid_PrevAndNext(long userGroupId,
String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?. |
UserGroup |
UserGroupFinder.findByC_N(long companyId,
String name)
|
UserGroup |
UserGroupPersistence.findByC_N(long companyId,
String name)
Returns the user group where companyId = ? and name = ? or throws a NoSuchUserGroupException if it could not be found. |
static UserGroup |
UserGroupFinderUtil.findByC_N(long companyId,
String name)
|
static UserGroup |
UserGroupUtil.findByC_N(long companyId,
String name)
Returns the user group where companyId = ? and name = ? or throws a NoSuchUserGroupException if it could not be found. |
UserGroup |
UserGroupPersistence.findByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
static UserGroup |
UserGroupUtil.findByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
UserGroup |
UserGroupPersistence.findByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
static UserGroup |
UserGroupUtil.findByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
UserGroup[] |
UserGroupPersistence.findByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
static UserGroup[] |
UserGroupUtil.findByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
UserGroup |
UserGroupPersistence.findByCompanyId_First(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ?. |
static UserGroup |
UserGroupUtil.findByCompanyId_First(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ?. |
UserGroup |
UserGroupPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ?. |
static UserGroup |
UserGroupUtil.findByCompanyId_Last(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ?. |
UserGroup[] |
UserGroupPersistence.findByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ?. |
static UserGroup[] |
UserGroupUtil.findByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ?. |
UserGroup |
UserGroupPersistence.findByPrimaryKey(long userGroupId)
Returns the user group with the primary key or throws a NoSuchUserGroupException if it could not be found. |
static UserGroup |
UserGroupUtil.findByPrimaryKey(long userGroupId)
Returns the user group with the primary key or throws a NoSuchUserGroupException if it could not be found. |
UserGroup |
UserGroupPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?. |
static UserGroup |
UserGroupUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?. |
UserGroup |
UserGroupPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?. |
static UserGroup |
UserGroupUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?. |
UserGroup[] |
UserGroupPersistence.findByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?. |
static UserGroup[] |
UserGroupUtil.findByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?. |
UserGroup |
UserGroupPersistence.findByUuid_First(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ?. |
static UserGroup |
UserGroupUtil.findByUuid_First(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ?. |
UserGroup |
UserGroupPersistence.findByUuid_Last(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ?. |
static UserGroup |
UserGroupUtil.findByUuid_Last(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ?. |
UserGroup[] |
UserGroupPersistence.findByUuid_PrevAndNext(long userGroupId,
String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ?. |
static UserGroup[] |
UserGroupUtil.findByUuid_PrevAndNext(long userGroupId,
String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ?. |
UserGroup |
UserGroupPersistence.remove(long userGroupId)
Removes the user group with the primary key from the database. |
static UserGroup |
UserGroupUtil.remove(long userGroupId)
Removes the user group with the primary key from the database. |
UserGroup |
UserGroupPersistence.removeByC_N(long companyId,
String name)
Removes the user group where companyId = ? and name = ? from the database. |
static UserGroup |
UserGroupUtil.removeByC_N(long companyId,
String name)
Removes the user group where companyId = ? and name = ? from the database. |
| Uses of NoSuchUserGroupException in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that throw NoSuchUserGroupException | |
|---|---|
UserGroup[] |
UserGroupPersistenceImpl.filterFindByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?. |
UserGroup[] |
UserGroupPersistenceImpl.filterFindByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?. |
UserGroup[] |
UserGroupPersistenceImpl.filterFindByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?. |
UserGroup[] |
UserGroupPersistenceImpl.filterFindByUuid_PrevAndNext(long userGroupId,
String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?. |
UserGroup |
UserGroupFinderImpl.findByC_N(long companyId,
String name)
Deprecated. As of 7.0.0, with no direct replacement |
UserGroup |
UserGroupPersistenceImpl.findByC_N(long companyId,
String name)
Returns the user group where companyId = ? and name = ? or throws a NoSuchUserGroupException if it could not be found. |
UserGroup |
UserGroupPersistenceImpl.findByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
UserGroup |
UserGroupPersistenceImpl.findByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
UserGroup[] |
UserGroupPersistenceImpl.findByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
UserGroup |
UserGroupPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ?. |
UserGroup |
UserGroupPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ?. |
UserGroup[] |
UserGroupPersistenceImpl.findByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ?. |
UserGroup |
UserGroupPersistenceImpl.findByPrimaryKey(long userGroupId)
Returns the user group with the primary key or throws a NoSuchUserGroupException if it could not be found. |
UserGroup |
UserGroupPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the user group with the primary key or throws a NoSuchModelException if it could not be found. |
UserGroup |
UserGroupPersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?. |
UserGroup |
UserGroupPersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?. |
UserGroup[] |
UserGroupPersistenceImpl.findByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?. |
UserGroup |
UserGroupPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ?. |
UserGroup |
UserGroupPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ?. |
UserGroup[] |
UserGroupPersistenceImpl.findByUuid_PrevAndNext(long userGroupId,
String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ?. |
UserGroup |
UserGroupPersistenceImpl.remove(long userGroupId)
Removes the user group with the primary key from the database. |
UserGroup |
UserGroupPersistenceImpl.remove(Serializable primaryKey)
Removes the user group with the primary key from the database. |
UserGroup |
UserGroupPersistenceImpl.removeByC_N(long companyId,
String name)
Removes the user group where companyId = ? and name = ? from the database. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||