Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.NoSuchUserException

Packages that use NoSuchUserException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of NoSuchUserException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchUserException
static User UserUtil.findByC_CD_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistence.findByC_CD_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistenceImpl.findByC_CD_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
static User UserUtil.findByC_CD_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistence.findByC_CD_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistenceImpl.findByC_CD_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
static User UserUtil.findByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User UserPersistence.findByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User UserPersistenceImpl.findByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User UserPersistence.findByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User UserPersistenceImpl.findByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the users before and after the current 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 orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User[] UserPersistenceImpl.findByC_CD_MD_PrevAndNext(long userId, long companyId, Date createDate, Date modifiedDate, OrderByComparator 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_PrevAndNext(long userId, long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.
 User[] UserPersistence.findByC_CD_PrevAndNext(long userId, long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.
 User[] UserPersistenceImpl.findByC_CD_PrevAndNext(long userId, long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.
static User UserUtil.findByC_DU(long companyId, boolean defaultUser)
          Returns the user where companyId = ? and defaultUser = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_DU(long companyId, boolean defaultUser)
          Returns the user where companyId = ? and defaultUser = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_DU(long companyId, boolean defaultUser)
          Returns the user where companyId = ? and defaultUser = ? 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.
 User UserPersistence.findByC_EA(long companyId, String emailAddress)
          Returns the user where companyId = ? and emailAddress = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.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_FID(long companyId, long facebookId)
          Returns the user where companyId = ? and facebookId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_FID(long companyId, long facebookId)
          Returns the user where companyId = ? and facebookId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.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_MD_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistence.findByC_MD_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistenceImpl.findByC_MD_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
static User UserUtil.findByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistence.findByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistenceImpl.findByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
static User[] UserUtil.findByC_MD_PrevAndNext(long userId, long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.
 User[] UserPersistence.findByC_MD_PrevAndNext(long userId, long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.
 User[] UserPersistenceImpl.findByC_MD_PrevAndNext(long userId, long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.
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.
 User UserPersistence.findByC_O(long companyId, String openId)
          Returns the user where companyId = ? and openId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.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_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
 User UserPersistence.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
 User UserPersistenceImpl.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
static User UserUtil.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
 User UserPersistence.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
 User UserPersistenceImpl.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
static User[] UserUtil.findByC_S_PrevAndNext(long userId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.
 User[] UserPersistence.findByC_S_PrevAndNext(long userId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.
 User[] UserPersistenceImpl.findByC_S_PrevAndNext(long userId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.
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.
 User UserPersistence.findByC_SN(long companyId, String screenName)
          Returns the user where companyId = ? and screenName = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.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_U(long companyId, long userId)
          Returns the user where companyId = ? and userId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_U(long companyId, long userId)
          Returns the user where companyId = ? and userId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.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.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
 User UserPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
 User UserPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
static User UserUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
 User UserPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
 User UserPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
static User[] UserUtil.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ?.
 User[] UserPersistence.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ?.
 User[] UserPersistenceImpl.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ?.
static User UserUtil.findByContactId(long contactId)
          Returns the user where contactId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByContactId(long contactId)
          Returns the user where contactId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByContactId(long contactId)
          Returns the user where contactId = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
 User UserPersistence.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
 User UserPersistenceImpl.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
static User UserUtil.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
 User UserPersistence.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
 User UserPersistenceImpl.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
static User[] UserUtil.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where emailAddress = ?.
 User[] UserPersistence.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where emailAddress = ?.
 User[] UserPersistenceImpl.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where emailAddress = ?.
static User UserUtil.findByPortraitId(long portraitId)
          Returns the user where portraitId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByPortraitId(long portraitId)
          Returns the user where portraitId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByPortraitId(long portraitId)
          Returns the user where portraitId = ? 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.
 User UserPersistence.findByPrimaryKey(long userId)
          Returns the user with the primary key or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByPrimaryKey(long userId)
          Returns the user with the primary key or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
 User UserPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
 User UserPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
static User UserUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
 User UserPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
 User UserPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
static User[] UserUtil.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ?.
 User[] UserPersistence.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ?.
 User[] UserPersistenceImpl.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ?.
static User UserUtil.remove(long userId)
          Removes the user with the primary key from the database.
 User UserPersistence.remove(long userId)
          Removes the user with the primary key from the database.
 User UserPersistenceImpl.remove(long userId)
          Removes the user with the primary key from the database.
 User UserPersistenceImpl.remove(Serializable primaryKey)
          Removes the user with the primary key from the database.
static User UserUtil.removeByC_DU(long companyId, boolean defaultUser)
          Removes the user where companyId = ? and defaultUser = ? from the database.
 User UserPersistence.removeByC_DU(long companyId, boolean defaultUser)
          Removes the user where companyId = ? and defaultUser = ? from the database.
 User UserPersistenceImpl.removeByC_DU(long companyId, boolean defaultUser)
          Removes the user where companyId = ? and defaultUser = ? from the database.
static User UserUtil.removeByC_EA(long companyId, String emailAddress)
          Removes the user where companyId = ? and emailAddress = ? from the database.
 User UserPersistence.removeByC_EA(long companyId, String emailAddress)
          Removes the user where companyId = ? and emailAddress = ? from the database.
 User UserPersistenceImpl.removeByC_EA(long companyId, String emailAddress)
          Removes the user where companyId = ? and emailAddress = ? from the database.
static User UserUtil.removeByC_FID(long companyId, long facebookId)
          Removes the user where companyId = ? and facebookId = ? from the database.
 User UserPersistence.removeByC_FID(long companyId, long facebookId)
          Removes the user where companyId = ? and facebookId = ? from the database.
 User UserPersistenceImpl.removeByC_FID(long companyId, long facebookId)
          Removes the user where companyId = ? and facebookId = ? from the database.
static User UserUtil.removeByC_O(long companyId, String openId)
          Removes the user where companyId = ? and openId = ? from the database.
 User UserPersistence.removeByC_O(long companyId, String openId)
          Removes the user where companyId = ? and openId = ? from the database.
 User UserPersistenceImpl.removeByC_O(long companyId, String openId)
          Removes the user where companyId = ? and openId = ? from the database.
static User UserUtil.removeByC_SN(long companyId, String screenName)
          Removes the user where companyId = ? and screenName = ? from the database.
 User UserPersistence.removeByC_SN(long companyId, String screenName)
          Removes the user where companyId = ? and screenName = ? from the database.
 User UserPersistenceImpl.removeByC_SN(long companyId, String screenName)
          Removes the user where companyId = ? and screenName = ? from the database.
static User UserUtil.removeByC_U(long companyId, long userId)
          Removes the user where companyId = ? and userId = ? from the database.
 User UserPersistence.removeByC_U(long companyId, long userId)
          Removes the user where companyId = ? and userId = ? from the database.
 User UserPersistenceImpl.removeByC_U(long companyId, long userId)
          Removes the user where companyId = ? and userId = ? from the database.
static User UserUtil.removeByContactId(long contactId)
          Removes the user where contactId = ? from the database.
 User UserPersistence.removeByContactId(long contactId)
          Removes the user where contactId = ? from the database.
 User UserPersistenceImpl.removeByContactId(long contactId)
          Removes the user where contactId = ? from the database.
static User UserUtil.removeByPortraitId(long portraitId)
          Removes the user where portraitId = ? from the database.
 User UserPersistence.removeByPortraitId(long portraitId)
          Removes the user where portraitId = ? from the database.
 User UserPersistenceImpl.removeByPortraitId(long portraitId)
          Removes the user where portraitId = ? from the database.
 


Liferay 6.1.2-ce-ga3