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

    Modifier and Type
    Method
    Description
    UserPersistence.findByC_CD_First(long companyId, Date createDate, OrderByComparator<User> orderByComparator)
    Returns the first user in the ordered set where companyId = ? and createDate = ?.
    static User
    UserUtil.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 User
    UserUtil.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 User
    UserUtil.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 User
    UserUtil.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 = ?.
    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 = ?.
    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 a NoSuchUserException if it could not be found.
    static User
    UserUtil.findByC_EA(long companyId, String emailAddress)
    Returns the user where companyId = ? and emailAddress = ? or throws a NoSuchUserException if it could not be found.
    UserPersistence.findByC_FID(long companyId, long facebookId)
    Returns the user where companyId = ? and facebookId = ? or throws a NoSuchUserException if it could not be found.
    static User
    UserUtil.findByC_FID(long companyId, long facebookId)
    Returns the user where companyId = ? and facebookId = ? or throws a NoSuchUserException if it could not be found.
    UserPersistence.findByC_GUID(long companyId, String googleUserId)
    Returns the user where companyId = ? and googleUserId = ? or throws a NoSuchUserException if it could not be found.
    static User
    UserUtil.findByC_GUID(long companyId, String googleUserId)
    Returns the user where companyId = ? and googleUserId = ? or throws a NoSuchUserException if 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 User
    UserUtil.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 User
    UserUtil.findByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator)
    Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
    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 = ?.
    UserPersistence.findByC_O(long companyId, String openId)
    Returns the user where companyId = ? and openId = ? or throws a NoSuchUserException if it could not be found.
    static User
    UserUtil.findByC_O(long companyId, String openId)
    Returns the user where companyId = ? and openId = ? or throws a NoSuchUserException if 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 User
    UserUtil.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 User
    UserUtil.findByC_S_Last(long companyId, int status, OrderByComparator<User> orderByComparator)
    Returns the last user in the ordered set where companyId = ? and status = ?.
    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 a NoSuchUserException if it could not be found.
    static User
    UserUtil.findByC_SN(long companyId, String screenName)
    Returns the user where companyId = ? and screenName = ? or throws a NoSuchUserException if 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 User
    UserUtil.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 User
    UserUtil.findByC_T_Last(long companyId, int type, OrderByComparator<User> orderByComparator)
    Returns the last user in the ordered set where companyId = ? and type = ?.
    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 User
    UserUtil.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 User
    UserUtil.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 = ?.
    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 a NoSuchUserException if it could not be found.
    static User
    UserUtil.findByC_U(long companyId, long userId)
    Returns the user where companyId = ? and userId = ? or throws a NoSuchUserException if it could not be found.
    UserPersistence.findByCompanyId_First(long companyId, OrderByComparator<User> orderByComparator)
    Returns the first user in the ordered set where companyId = ?.
    static User
    UserUtil.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 User
    UserUtil.findByCompanyId_Last(long companyId, OrderByComparator<User> orderByComparator)
    Returns the last user in the ordered set where companyId = ?.
    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 a NoSuchUserException if it could not be found.
    static User
    UserUtil.findByContactId(long contactId)
    Returns the user where contactId = ? or throws a NoSuchUserException if it could not be found.
    UserPersistence.findByEmailAddress_First(String emailAddress, OrderByComparator<User> orderByComparator)
    Returns the first user in the ordered set where emailAddress = ?.
    static User
    UserUtil.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 User
    UserUtil.findByEmailAddress_Last(String emailAddress, OrderByComparator<User> orderByComparator)
    Returns the last user in the ordered set where emailAddress = ?.
    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 a NoSuchUserException if it could not be found.
    static User
    UserUtil.findByERC_C(String externalReferenceCode, long companyId)
    Returns the user where externalReferenceCode = ? and companyId = ? or throws a NoSuchUserException if 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 User
    UserUtil.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 User
    UserUtil.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 a NoSuchUserException if it could not be found.
    static User
    UserUtil.findByPortraitId(long portraitId)
    Returns the user where portraitId = ? or throws a NoSuchUserException if it could not be found.
    UserPersistence.findByPrimaryKey(long userId)
    Returns the user with the primary key or throws a NoSuchUserException if it could not be found.
    static User
    UserUtil.findByPrimaryKey(long userId)
    Returns the user with the primary key or throws a NoSuchUserException if 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 User
    UserUtil.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 User
    UserUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<User> orderByComparator)
    Returns the last user in the ordered set where uuid = ? and companyId = ?.
    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 User
    UserUtil.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 User
    UserUtil.findByUuid_Last(String uuid, OrderByComparator<User> orderByComparator)
    Returns the last user in the ordered set where uuid = ?.
    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 User
    UserUtil.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 User
    UserUtil.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 User
    UserUtil.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 User
    UserUtil.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 User
    UserUtil.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 User
    UserUtil.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 User
    UserUtil.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 User
    UserUtil.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 User
    UserUtil.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 User
    UserUtil.removeByPortraitId(long portraitId)
    Removes the user where portraitId = ? from the database.