Uses of Class
com.liferay.portal.kernel.exception.NoSuchUserGroupException
Packages that use NoSuchUserGroupException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchUserGroupException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchUserGroupExceptionModifier and TypeMethodDescriptionUserGroupPersistence.filterFindByC_LikeN_PrevAndNext
(long userGroupId, long companyId, String name, 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 name LIKE ?.static UserGroup[]
UserGroupUtil.filterFindByC_LikeN_PrevAndNext
(long userGroupId, long companyId, String name, 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 name LIKE ?.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 = ?.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 = ?.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 = ?.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 = ?.UserGroupPersistence.findByC_LikeN_First
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and name LIKE ?.static UserGroup
UserGroupUtil.findByC_LikeN_First
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and name LIKE ?.UserGroupPersistence.findByC_LikeN_Last
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and name LIKE ?.static UserGroup
UserGroupUtil.findByC_LikeN_Last
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and name LIKE ?.UserGroupPersistence.findByC_LikeN_PrevAndNext
(long userGroupId, long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ? and name LIKE ?.static UserGroup[]
UserGroupUtil.findByC_LikeN_PrevAndNext
(long userGroupId, long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ? and name LIKE ?.Returns the user group where companyId = ? and name = ? or throws aNoSuchUserGroupException
if it could not be found.static UserGroup
Returns the user group where companyId = ? and name = ? or throws aNoSuchUserGroupException
if it could not be found.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.UserGroupPersistence.findByERC_C
(String externalReferenceCode, long companyId) Returns the user group where externalReferenceCode = ? and companyId = ? or throws aNoSuchUserGroupException
if it could not be found.static UserGroup
UserGroupUtil.findByERC_C
(String externalReferenceCode, long companyId) Returns the user group where externalReferenceCode = ? and companyId = ? or throws aNoSuchUserGroupException
if it could not be found.UserGroupPersistence.findByGtU_C_P_First
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.findByGtU_C_P_First
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByGtU_C_P_Last
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.findByGtU_C_P_Last
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByPrimaryKey
(long userGroupId) Returns the user group with the primary key or throws aNoSuchUserGroupException
if it could not be found.static UserGroup
UserGroupUtil.findByPrimaryKey
(long userGroupId) Returns the user group with the primary key or throws aNoSuchUserGroupException
if it could not be found.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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.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.UserGroupPersistence.removeByERC_C
(String externalReferenceCode, long companyId) Removes the user group where externalReferenceCode = ? and companyId = ? from the database.static UserGroup
UserGroupUtil.removeByERC_C
(String externalReferenceCode, long companyId) Removes the user group where externalReferenceCode = ? and companyId = ? from the database.