Uses of Class
com.liferay.portal.kernel.exception.NoSuchRoleException
Packages that use NoSuchRoleException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchRoleException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchRoleExceptionModifier and TypeMethodDescriptionRole[]
RolePersistence.filterFindByC_T_PrevAndNext
(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?.static Role[]
RoleUtil.filterFindByC_T_PrevAndNext
(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?.Role[]
RolePersistence.filterFindByCompanyId_PrevAndNext
(long roleId, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?.static Role[]
RoleUtil.filterFindByCompanyId_PrevAndNext
(long roleId, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?.Role[]
RolePersistence.filterFindByName_PrevAndNext
(long roleId, String name, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?.static Role[]
RoleUtil.filterFindByName_PrevAndNext
(long roleId, String name, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?.Role[]
RolePersistence.filterFindBySubtype_PrevAndNext
(long roleId, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?.static Role[]
RoleUtil.filterFindBySubtype_PrevAndNext
(long roleId, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?.Role[]
RolePersistence.filterFindByT_S_PrevAndNext
(long roleId, int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?.static Role[]
RoleUtil.filterFindByT_S_PrevAndNext
(long roleId, int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?.Role[]
RolePersistence.filterFindByType_PrevAndNext
(long roleId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ?.static Role[]
RoleUtil.filterFindByType_PrevAndNext
(long roleId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ?.Role[]
RolePersistence.filterFindByUuid_C_PrevAndNext
(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?.static Role[]
RoleUtil.filterFindByUuid_C_PrevAndNext
(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?.Role[]
RolePersistence.filterFindByUuid_PrevAndNext
(long roleId, String uuid, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?.static Role[]
RoleUtil.filterFindByUuid_PrevAndNext
(long roleId, String uuid, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?.RolePersistence.findByC_C_C
(long companyId, long classNameId, long classPK) Returns the role where companyId = ? and classNameId = ? and classPK = ? or throws aNoSuchRoleException
if it could not be found.static Role
RoleUtil.findByC_C_C
(long companyId, long classNameId, long classPK) Returns the role where companyId = ? and classNameId = ? and classPK = ? or throws aNoSuchRoleException
if it could not be found.RolePersistence.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Returns the role where companyId = ? and classNameId = ? and classPK = ? and type = ? or throws aNoSuchRoleException
if it could not be found.static Role
RoleUtil.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Returns the role where companyId = ? and classNameId = ? and classPK = ? and type = ? or throws aNoSuchRoleException
if it could not be found.Returns the role where companyId = ? and name = ? or throws aNoSuchRoleException
if it could not be found.static Role
Returns the role where companyId = ? and name = ? or throws aNoSuchRoleException
if it could not be found.RolePersistence.findByC_T_First
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ? and type = ?.static Role
RoleUtil.findByC_T_First
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ? and type = ?.RolePersistence.findByC_T_Last
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ? and type = ?.static Role
RoleUtil.findByC_T_Last
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ? and type = ?.Role[]
RolePersistence.findByC_T_PrevAndNext
(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?.static Role[]
RoleUtil.findByC_T_PrevAndNext
(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?.RolePersistence.findByCompanyId_First
(long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ?.static Role
RoleUtil.findByCompanyId_First
(long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ?.RolePersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ?.static Role
RoleUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ?.Role[]
RolePersistence.findByCompanyId_PrevAndNext
(long roleId, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where companyId = ?.static Role[]
RoleUtil.findByCompanyId_PrevAndNext
(long roleId, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where companyId = ?.RolePersistence.findByERC_C
(String externalReferenceCode, long companyId) Returns the role where externalReferenceCode = ? and companyId = ? or throws aNoSuchRoleException
if it could not be found.static Role
RoleUtil.findByERC_C
(String externalReferenceCode, long companyId) Returns the role where externalReferenceCode = ? and companyId = ? or throws aNoSuchRoleException
if it could not be found.RolePersistence.findByName_First
(String name, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where name = ?.static Role
RoleUtil.findByName_First
(String name, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where name = ?.RolePersistence.findByName_Last
(String name, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where name = ?.static Role
RoleUtil.findByName_Last
(String name, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where name = ?.Role[]
RolePersistence.findByName_PrevAndNext
(long roleId, String name, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where name = ?.static Role[]
RoleUtil.findByName_PrevAndNext
(long roleId, String name, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where name = ?.RolePersistence.findByPrimaryKey
(long roleId) Returns the role with the primary key or throws aNoSuchRoleException
if it could not be found.static Role
RoleUtil.findByPrimaryKey
(long roleId) Returns the role with the primary key or throws aNoSuchRoleException
if it could not be found.RolePersistence.findBySubtype_First
(String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where subtype = ?.static Role
RoleUtil.findBySubtype_First
(String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where subtype = ?.RolePersistence.findBySubtype_Last
(String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where subtype = ?.static Role
RoleUtil.findBySubtype_Last
(String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where subtype = ?.Role[]
RolePersistence.findBySubtype_PrevAndNext
(long roleId, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where subtype = ?.static Role[]
RoleUtil.findBySubtype_PrevAndNext
(long roleId, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where subtype = ?.RolePersistence.findByT_S_First
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ? and subtype = ?.static Role
RoleUtil.findByT_S_First
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ? and subtype = ?.RolePersistence.findByT_S_Last
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ? and subtype = ?.static Role
RoleUtil.findByT_S_Last
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ? and subtype = ?.Role[]
RolePersistence.findByT_S_PrevAndNext
(long roleId, int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?.static Role[]
RoleUtil.findByT_S_PrevAndNext
(long roleId, int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?.RolePersistence.findByType_First
(int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ?.static Role
RoleUtil.findByType_First
(int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ?.RolePersistence.findByType_Last
(int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ?.static Role
RoleUtil.findByType_Last
(int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ?.Role[]
RolePersistence.findByType_PrevAndNext
(long roleId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where type = ?.static Role[]
RoleUtil.findByType_PrevAndNext
(long roleId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where type = ?.RolePersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ? and companyId = ?.static Role
RoleUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ? and companyId = ?.RolePersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ? and companyId = ?.static Role
RoleUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ? and companyId = ?.Role[]
RolePersistence.findByUuid_C_PrevAndNext
(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?.static Role[]
RoleUtil.findByUuid_C_PrevAndNext
(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?.RolePersistence.findByUuid_First
(String uuid, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ?.static Role
RoleUtil.findByUuid_First
(String uuid, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ?.RolePersistence.findByUuid_Last
(String uuid, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ?.static Role
RoleUtil.findByUuid_Last
(String uuid, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ?.Role[]
RolePersistence.findByUuid_PrevAndNext
(long roleId, String uuid, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where uuid = ?.static Role[]
RoleUtil.findByUuid_PrevAndNext
(long roleId, String uuid, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where uuid = ?.RolePersistence.remove
(long roleId) Removes the role with the primary key from the database.static Role
RoleUtil.remove
(long roleId) Removes the role with the primary key from the database.RolePersistence.removeByC_C_C
(long companyId, long classNameId, long classPK) Removes the role where companyId = ? and classNameId = ? and classPK = ? from the database.static Role
RoleUtil.removeByC_C_C
(long companyId, long classNameId, long classPK) Removes the role where companyId = ? and classNameId = ? and classPK = ? from the database.RolePersistence.removeByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Removes the role where companyId = ? and classNameId = ? and classPK = ? and type = ? from the database.static Role
RoleUtil.removeByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Removes the role where companyId = ? and classNameId = ? and classPK = ? and type = ? from the database.RolePersistence.removeByC_N
(long companyId, String name) Removes the role where companyId = ? and name = ? from the database.static Role
RoleUtil.removeByC_N
(long companyId, String name) Removes the role where companyId = ? and name = ? from the database.RolePersistence.removeByERC_C
(String externalReferenceCode, long companyId) Removes the role where externalReferenceCode = ? and companyId = ? from the database.static Role
RoleUtil.removeByERC_C
(String externalReferenceCode, long companyId) Removes the role where externalReferenceCode = ? and companyId = ? from the database.