Liferay 6.0.3

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)
           
 User UserPersistence.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
           
 User UserPersistenceImpl.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
           
static User UserUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
           
 User UserPersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
           
 User UserPersistenceImpl.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
           
static User[] UserUtil.findByC_A_PrevAndNext(long userId, long companyId, boolean active, OrderByComparator orderByComparator)
           
 User[] UserPersistence.findByC_A_PrevAndNext(long userId, long companyId, boolean active, OrderByComparator orderByComparator)
           
 User[] UserPersistenceImpl.findByC_A_PrevAndNext(long userId, long companyId, boolean active, OrderByComparator orderByComparator)
           
static User UserUtil.findByC_DU(long companyId, boolean defaultUser)
           
 User UserPersistence.findByC_DU(long companyId, boolean defaultUser)
           
 User UserPersistenceImpl.findByC_DU(long companyId, boolean defaultUser)
           
static User UserUtil.findByC_EA(long companyId, String emailAddress)
           
 User UserPersistence.findByC_EA(long companyId, String emailAddress)
           
 User UserPersistenceImpl.findByC_EA(long companyId, String emailAddress)
           
static User UserUtil.findByC_FID(long companyId, long facebookId)
           
 User UserPersistence.findByC_FID(long companyId, long facebookId)
           
 User UserPersistenceImpl.findByC_FID(long companyId, long facebookId)
           
static User UserUtil.findByC_O(long companyId, String openId)
           
 User UserPersistence.findByC_O(long companyId, String openId)
           
 User UserPersistenceImpl.findByC_O(long companyId, String openId)
           
static User UserUtil.findByC_SN(long companyId, String screenName)
           
 User UserPersistence.findByC_SN(long companyId, String screenName)
           
 User UserPersistenceImpl.findByC_SN(long companyId, String screenName)
           
static User UserUtil.findByC_U(long companyId, long userId)
           
 User UserPersistence.findByC_U(long companyId, long userId)
           
 User UserPersistenceImpl.findByC_U(long companyId, long userId)
           
static User UserUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 User UserPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 User UserPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static User UserUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 User UserPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 User UserPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static User[] UserUtil.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
           
 User[] UserPersistence.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
           
 User[] UserPersistenceImpl.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
           
static User UserUtil.findByContactId(long contactId)
           
 User UserPersistence.findByContactId(long contactId)
           
 User UserPersistenceImpl.findByContactId(long contactId)
           
static User UserUtil.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
           
 User UserPersistence.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
           
 User UserPersistenceImpl.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
           
static User UserUtil.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
           
 User UserPersistence.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
           
 User UserPersistenceImpl.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
           
static User[] UserUtil.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
           
 User[] UserPersistence.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
           
 User[] UserPersistenceImpl.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
           
static User UserUtil.findByPortraitId(long portraitId)
           
 User UserPersistence.findByPortraitId(long portraitId)
           
 User UserPersistenceImpl.findByPortraitId(long portraitId)
           
static User UserUtil.findByPrimaryKey(long userId)
           
 User UserPersistence.findByPrimaryKey(long userId)
           
 User UserPersistenceImpl.findByPrimaryKey(long userId)
           
static User UserUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 User UserPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 User UserPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
static User UserUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 User UserPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 User UserPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
static User[] UserUtil.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
           
 User[] UserPersistence.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
           
 User[] UserPersistenceImpl.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
           
static User UserUtil.remove(long userId)
           
 User UserPersistence.remove(long userId)
           
 User UserPersistenceImpl.remove(long userId)
           
static void UserUtil.removeByC_DU(long companyId, boolean defaultUser)
           
 void UserPersistence.removeByC_DU(long companyId, boolean defaultUser)
           
 void UserPersistenceImpl.removeByC_DU(long companyId, boolean defaultUser)
           
static void UserUtil.removeByC_EA(long companyId, String emailAddress)
           
 void UserPersistence.removeByC_EA(long companyId, String emailAddress)
           
 void UserPersistenceImpl.removeByC_EA(long companyId, String emailAddress)
           
static void UserUtil.removeByC_FID(long companyId, long facebookId)
           
 void UserPersistence.removeByC_FID(long companyId, long facebookId)
           
 void UserPersistenceImpl.removeByC_FID(long companyId, long facebookId)
           
static void UserUtil.removeByC_O(long companyId, String openId)
           
 void UserPersistence.removeByC_O(long companyId, String openId)
           
 void UserPersistenceImpl.removeByC_O(long companyId, String openId)
           
static void UserUtil.removeByC_SN(long companyId, String screenName)
           
 void UserPersistence.removeByC_SN(long companyId, String screenName)
           
 void UserPersistenceImpl.removeByC_SN(long companyId, String screenName)
           
static void UserUtil.removeByC_U(long companyId, long userId)
           
 void UserPersistence.removeByC_U(long companyId, long userId)
           
 void UserPersistenceImpl.removeByC_U(long companyId, long userId)
           
static void UserUtil.removeByContactId(long contactId)
           
 void UserPersistence.removeByContactId(long contactId)
           
 void UserPersistenceImpl.removeByContactId(long contactId)
           
static void UserUtil.removeByPortraitId(long portraitId)
           
 void UserPersistence.removeByPortraitId(long portraitId)
           
 void UserPersistenceImpl.removeByPortraitId(long portraitId)
           
 


Liferay 6.0.3