Uses of Class
com.liferay.portal.kernel.exception.NoSuchUserException
Packages that use NoSuchUserException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchUserException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchUserExceptionModifier and TypeMethodDescriptionUserPersistence.findByC_CD_First(long companyId, Date createDate, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and createDate = ?.static UserUserUtil.findByC_CD_First(long companyId, Date createDate, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and createDate = ?.UserPersistence.findByC_CD_Last(long companyId, Date createDate, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and createDate = ?.static UserUserUtil.findByC_CD_Last(long companyId, Date createDate, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and createDate = ?.UserPersistence.findByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.static UserUserUtil.findByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.UserPersistence.findByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.static UserUserUtil.findByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.User[]UserPersistence.findByC_CD_MD_PrevAndNext(long userId, long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.static User[]UserUtil.findByC_CD_MD_PrevAndNext(long userId, long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.User[]UserPersistence.findByC_CD_PrevAndNext(long userId, long companyId, Date createDate, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.static User[]UserUtil.findByC_CD_PrevAndNext(long userId, long companyId, Date createDate, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.UserPersistence.findByC_EA(long companyId, String emailAddress) Returns the user where companyId = ? and emailAddress = ? or throws aNoSuchUserExceptionif it could not be found.static UserUserUtil.findByC_EA(long companyId, String emailAddress) Returns the user where companyId = ? and emailAddress = ? or throws aNoSuchUserExceptionif it could not be found.UserPersistence.findByC_FID(long companyId, long facebookId) Returns the user where companyId = ? and facebookId = ? or throws aNoSuchUserExceptionif it could not be found.static UserUserUtil.findByC_FID(long companyId, long facebookId) Returns the user where companyId = ? and facebookId = ? or throws aNoSuchUserExceptionif it could not be found.UserPersistence.findByC_GUID(long companyId, String googleUserId) Returns the user where companyId = ? and googleUserId = ? or throws aNoSuchUserExceptionif it could not be found.static UserUserUtil.findByC_GUID(long companyId, String googleUserId) Returns the user where companyId = ? and googleUserId = ? or throws aNoSuchUserExceptionif it could not be found.UserPersistence.findByC_MD_First(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.static UserUserUtil.findByC_MD_First(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.UserPersistence.findByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.static UserUserUtil.findByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.User[]UserPersistence.findByC_MD_PrevAndNext(long userId, long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.static User[]UserUtil.findByC_MD_PrevAndNext(long userId, long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.Returns the user where companyId = ? and openId = ? or throws aNoSuchUserExceptionif it could not be found.static UserReturns the user where companyId = ? and openId = ? or throws aNoSuchUserExceptionif it could not be found.UserPersistence.findByC_S_First(long companyId, int status, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and status = ?.static UserUserUtil.findByC_S_First(long companyId, int status, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and status = ?.UserPersistence.findByC_S_Last(long companyId, int status, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and status = ?.static UserUserUtil.findByC_S_Last(long companyId, int status, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and status = ?.User[]UserPersistence.findByC_S_PrevAndNext(long userId, long companyId, int status, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.static User[]UserUtil.findByC_S_PrevAndNext(long userId, long companyId, int status, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.UserPersistence.findByC_SN(long companyId, String screenName) Returns the user where companyId = ? and screenName = ? or throws aNoSuchUserExceptionif it could not be found.static UserUserUtil.findByC_SN(long companyId, String screenName) Returns the user where companyId = ? and screenName = ? or throws aNoSuchUserExceptionif it could not be found.UserPersistence.findByC_T_First(long companyId, int type, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and type = ?.static UserUserUtil.findByC_T_First(long companyId, int type, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and type = ?.UserPersistence.findByC_T_Last(long companyId, int type, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and type = ?.static UserUserUtil.findByC_T_Last(long companyId, int type, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and type = ?.User[]UserPersistence.findByC_T_PrevAndNext(long userId, long companyId, int type, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and type = ?.static User[]UserUtil.findByC_T_PrevAndNext(long userId, long companyId, int type, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and type = ?.UserPersistence.findByC_T_S_First(long companyId, int type, int status, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and type = ? and status = ?.static UserUserUtil.findByC_T_S_First(long companyId, int type, int status, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and type = ? and status = ?.UserPersistence.findByC_T_S_Last(long companyId, int type, int status, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and type = ? and status = ?.static UserUserUtil.findByC_T_S_Last(long companyId, int type, int status, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and type = ? and status = ?.User[]UserPersistence.findByC_T_S_PrevAndNext(long userId, long companyId, int type, int status, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and type = ? and status = ?.static User[]UserUtil.findByC_T_S_PrevAndNext(long userId, long companyId, int type, int status, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and type = ? and status = ?.UserPersistence.findByC_U(long companyId, long userId) Returns the user where companyId = ? and userId = ? or throws aNoSuchUserExceptionif it could not be found.static UserUserUtil.findByC_U(long companyId, long userId) Returns the user where companyId = ? and userId = ? or throws aNoSuchUserExceptionif it could not be found.UserPersistence.findByCompanyId_First(long companyId, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ?.static UserUserUtil.findByCompanyId_First(long companyId, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ?.UserPersistence.findByCompanyId_Last(long companyId, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ?.static UserUserUtil.findByCompanyId_Last(long companyId, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ?.User[]UserPersistence.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ?.static User[]UserUtil.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ?.UserPersistence.findByContactId(long contactId) Returns the user where contactId = ? or throws aNoSuchUserExceptionif it could not be found.static UserUserUtil.findByContactId(long contactId) Returns the user where contactId = ? or throws aNoSuchUserExceptionif it could not be found.UserPersistence.findByEmailAddress_First(String emailAddress, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where emailAddress = ?.static UserUserUtil.findByEmailAddress_First(String emailAddress, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where emailAddress = ?.UserPersistence.findByEmailAddress_Last(String emailAddress, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where emailAddress = ?.static UserUserUtil.findByEmailAddress_Last(String emailAddress, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where emailAddress = ?.User[]UserPersistence.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where emailAddress = ?.static User[]UserUtil.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where emailAddress = ?.UserPersistence.findByERC_C(String externalReferenceCode, long companyId) Returns the user where externalReferenceCode = ? and companyId = ? or throws aNoSuchUserExceptionif it could not be found.static UserUserUtil.findByERC_C(String externalReferenceCode, long companyId) Returns the user where externalReferenceCode = ? and companyId = ? or throws aNoSuchUserExceptionif it could not be found.UserPersistence.findByGtU_C_First(long userId, long companyId, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where userId > ? and companyId = ?.static UserUserUtil.findByGtU_C_First(long userId, long companyId, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where userId > ? and companyId = ?.UserPersistence.findByGtU_C_Last(long userId, long companyId, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where userId > ? and companyId = ?.static UserUserUtil.findByGtU_C_Last(long userId, long companyId, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where userId > ? and companyId = ?.UserPersistence.findByPortraitId(long portraitId) Returns the user where portraitId = ? or throws aNoSuchUserExceptionif it could not be found.static UserUserUtil.findByPortraitId(long portraitId) Returns the user where portraitId = ? or throws aNoSuchUserExceptionif it could not be found.UserPersistence.findByPrimaryKey(long userId) Returns the user with the primary key or throws aNoSuchUserExceptionif it could not be found.static UserUserUtil.findByPrimaryKey(long userId) Returns the user with the primary key or throws aNoSuchUserExceptionif it could not be found.UserPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where uuid = ? and companyId = ?.static UserUserUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where uuid = ? and companyId = ?.UserPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where uuid = ? and companyId = ?.static UserUserUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where uuid = ? and companyId = ?.User[]UserPersistence.findByUuid_C_PrevAndNext(long userId, String uuid, long companyId, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.static User[]UserUtil.findByUuid_C_PrevAndNext(long userId, String uuid, long companyId, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.UserPersistence.findByUuid_First(String uuid, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where uuid = ?.static UserUserUtil.findByUuid_First(String uuid, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where uuid = ?.UserPersistence.findByUuid_Last(String uuid, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where uuid = ?.static UserUserUtil.findByUuid_Last(String uuid, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where uuid = ?.User[]UserPersistence.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where uuid = ?.static User[]UserUtil.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where uuid = ?.UserPersistence.remove(long userId) Removes the user with the primary key from the database.static UserUserUtil.remove(long userId) Removes the user with the primary key from the database.UserPersistence.removeByC_EA(long companyId, String emailAddress) Removes the user where companyId = ? and emailAddress = ? from the database.static UserUserUtil.removeByC_EA(long companyId, String emailAddress) Removes the user where companyId = ? and emailAddress = ? from the database.UserPersistence.removeByC_FID(long companyId, long facebookId) Removes the user where companyId = ? and facebookId = ? from the database.static UserUserUtil.removeByC_FID(long companyId, long facebookId) Removes the user where companyId = ? and facebookId = ? from the database.UserPersistence.removeByC_GUID(long companyId, String googleUserId) Removes the user where companyId = ? and googleUserId = ? from the database.static UserUserUtil.removeByC_GUID(long companyId, String googleUserId) Removes the user where companyId = ? and googleUserId = ? from the database.UserPersistence.removeByC_O(long companyId, String openId) Removes the user where companyId = ? and openId = ? from the database.static UserUserUtil.removeByC_O(long companyId, String openId) Removes the user where companyId = ? and openId = ? from the database.UserPersistence.removeByC_SN(long companyId, String screenName) Removes the user where companyId = ? and screenName = ? from the database.static UserUserUtil.removeByC_SN(long companyId, String screenName) Removes the user where companyId = ? and screenName = ? from the database.UserPersistence.removeByC_U(long companyId, long userId) Removes the user where companyId = ? and userId = ? from the database.static UserUserUtil.removeByC_U(long companyId, long userId) Removes the user where companyId = ? and userId = ? from the database.UserPersistence.removeByContactId(long contactId) Removes the user where contactId = ? from the database.static UserUserUtil.removeByContactId(long contactId) Removes the user where contactId = ? from the database.UserPersistence.removeByERC_C(String externalReferenceCode, long companyId) Removes the user where externalReferenceCode = ? and companyId = ? from the database.static UserUserUtil.removeByERC_C(String externalReferenceCode, long companyId) Removes the user where externalReferenceCode = ? and companyId = ? from the database.UserPersistence.removeByPortraitId(long portraitId) Removes the user where portraitId = ? from the database.static UserUserUtil.removeByPortraitId(long portraitId) Removes the user where portraitId = ? from the database.