Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchUserException

Packages that use NoSuchUserException
com.liferay.portal.service.persistence   
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchUserException
static User UserUtil.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where companyId = ? and active = ?.
 User UserPersistence.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where companyId = ? and active = ?.
 User UserPersistenceImpl.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where companyId = ? and active = ?.
static User UserUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where companyId = ? and active = ?.
 User UserPersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where companyId = ? and active = ?.
 User UserPersistenceImpl.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where companyId = ? and active = ?.
static User[] UserUtil.findByC_A_PrevAndNext(long userId, long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where companyId = ? and active = ?.
 User[] UserPersistence.findByC_A_PrevAndNext(long userId, long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where companyId = ? and active = ?.
 User[] UserPersistenceImpl.findByC_A_PrevAndNext(long userId, long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where companyId = ? and active = ?.
static User UserUtil.findByC_DU(long companyId, boolean defaultUser)
          Finds the user where companyId = ? and defaultUser = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_DU(long companyId, boolean defaultUser)
          Finds the user where companyId = ? and defaultUser = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_DU(long companyId, boolean defaultUser)
          Finds 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)
          Finds the user where companyId = ? and emailAddress = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_EA(long companyId, String emailAddress)
          Finds the user where companyId = ? and emailAddress = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_EA(long companyId, String emailAddress)
          Finds 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)
          Finds the user where companyId = ? and facebookId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_FID(long companyId, long facebookId)
          Finds the user where companyId = ? and facebookId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_FID(long companyId, long facebookId)
          Finds the user where companyId = ? and facebookId = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByC_O(long companyId, String openId)
          Finds the user where companyId = ? and openId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_O(long companyId, String openId)
          Finds the user where companyId = ? and openId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_O(long companyId, String openId)
          Finds the user where companyId = ? and openId = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByC_SN(long companyId, String screenName)
          Finds the user where companyId = ? and screenName = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_SN(long companyId, String screenName)
          Finds the user where companyId = ? and screenName = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_SN(long companyId, String screenName)
          Finds 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)
          Finds the user where companyId = ? and userId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByC_U(long companyId, long userId)
          Finds the user where companyId = ? and userId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByC_U(long companyId, long userId)
          Finds 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)
          Finds the first user in the ordered set where companyId = ?.
 User UserPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where companyId = ?.
 User UserPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where companyId = ?.
static User UserUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where companyId = ?.
 User UserPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where companyId = ?.
 User UserPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where companyId = ?.
static User[] UserUtil.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where companyId = ?.
 User[] UserPersistence.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where companyId = ?.
 User[] UserPersistenceImpl.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where companyId = ?.
static User UserUtil.findByContactId(long contactId)
          Finds the user where contactId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByContactId(long contactId)
          Finds the user where contactId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByContactId(long contactId)
          Finds the user where contactId = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where emailAddress = ?.
 User UserPersistence.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where emailAddress = ?.
 User UserPersistenceImpl.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where emailAddress = ?.
static User UserUtil.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where emailAddress = ?.
 User UserPersistence.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where emailAddress = ?.
 User UserPersistenceImpl.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where emailAddress = ?.
static User[] UserUtil.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where emailAddress = ?.
 User[] UserPersistence.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where emailAddress = ?.
 User[] UserPersistenceImpl.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where emailAddress = ?.
static User UserUtil.findByPortraitId(long portraitId)
          Finds the user where portraitId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByPortraitId(long portraitId)
          Finds the user where portraitId = ? or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByPortraitId(long portraitId)
          Finds the user where portraitId = ? or throws a NoSuchUserException if it could not be found.
static User UserUtil.findByPrimaryKey(long userId)
          Finds the user with the primary key or throws a NoSuchUserException if it could not be found.
 User UserPersistence.findByPrimaryKey(long userId)
          Finds the user with the primary key or throws a NoSuchUserException if it could not be found.
 User UserPersistenceImpl.findByPrimaryKey(long userId)
          Finds 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)
          Finds the first user in the ordered set where uuid = ?.
 User UserPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where uuid = ?.
 User UserPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first user in the ordered set where uuid = ?.
static User UserUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where uuid = ?.
 User UserPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where uuid = ?.
 User UserPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last user in the ordered set where uuid = ?.
static User[] UserUtil.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where uuid = ?.
 User[] UserPersistence.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
          Finds the users before and after the current user in the ordered set where uuid = ?.
 User[] UserPersistenceImpl.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
          Finds 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.
static void UserUtil.removeByC_DU(long companyId, boolean defaultUser)
          Removes the user where companyId = ? and defaultUser = ? from the database.
 void UserPersistence.removeByC_DU(long companyId, boolean defaultUser)
          Removes the user where companyId = ? and defaultUser = ? from the database.
 void UserPersistenceImpl.removeByC_DU(long companyId, boolean defaultUser)
          Removes the user where companyId = ? and defaultUser = ? from the database.
static void UserUtil.removeByC_EA(long companyId, String emailAddress)
          Removes the user where companyId = ? and emailAddress = ? from the database.
 void UserPersistence.removeByC_EA(long companyId, String emailAddress)
          Removes the user where companyId = ? and emailAddress = ? from the database.
 void UserPersistenceImpl.removeByC_EA(long companyId, String emailAddress)
          Removes the user where companyId = ? and emailAddress = ? from the database.
static void UserUtil.removeByC_FID(long companyId, long facebookId)
          Removes the user where companyId = ? and facebookId = ? from the database.
 void UserPersistence.removeByC_FID(long companyId, long facebookId)
          Removes the user where companyId = ? and facebookId = ? from the database.
 void UserPersistenceImpl.removeByC_FID(long companyId, long facebookId)
          Removes the user where companyId = ? and facebookId = ? from the database.
static void UserUtil.removeByC_O(long companyId, String openId)
          Removes the user where companyId = ? and openId = ? from the database.
 void UserPersistence.removeByC_O(long companyId, String openId)
          Removes the user where companyId = ? and openId = ? from the database.
 void UserPersistenceImpl.removeByC_O(long companyId, String openId)
          Removes the user where companyId = ? and openId = ? from the database.
static void UserUtil.removeByC_SN(long companyId, String screenName)
          Removes the user where companyId = ? and screenName = ? from the database.
 void UserPersistence.removeByC_SN(long companyId, String screenName)
          Removes the user where companyId = ? and screenName = ? from the database.
 void UserPersistenceImpl.removeByC_SN(long companyId, String screenName)
          Removes the user where companyId = ? and screenName = ? from the database.
static void UserUtil.removeByC_U(long companyId, long userId)
          Removes the user where companyId = ? and userId = ? from the database.
 void UserPersistence.removeByC_U(long companyId, long userId)
          Removes the user where companyId = ? and userId = ? from the database.
 void UserPersistenceImpl.removeByC_U(long companyId, long userId)
          Removes the user where companyId = ? and userId = ? from the database.
static void UserUtil.removeByContactId(long contactId)
          Removes the user where contactId = ? from the database.
 void UserPersistence.removeByContactId(long contactId)
          Removes the user where contactId = ? from the database.
 void UserPersistenceImpl.removeByContactId(long contactId)
          Removes the user where contactId = ? from the database.
static void UserUtil.removeByPortraitId(long portraitId)
          Removes the user where portraitId = ? from the database.
 void UserPersistence.removeByPortraitId(long portraitId)
          Removes the user where portraitId = ? from the database.
 void UserPersistenceImpl.removeByPortraitId(long portraitId)
          Removes the user where portraitId = ? from the database.
 


Liferay 6.0.5