Package | Description |
---|---|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Method and Description |
---|---|
User |
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 = ?.
|
User |
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 = ?.
|
User |
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 = ?.
|
User |
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 = ?.
|
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 = ?.
|
User |
UserPersistence.findByC_DU_S_First(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
static User |
UserUtil.findByC_DU_S_First(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
User |
UserPersistence.findByC_DU_S_Last(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
static User |
UserUtil.findByC_DU_S_Last(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
User[] |
UserPersistence.findByC_DU_S_PrevAndNext(long userId,
long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
static User[] |
UserUtil.findByC_DU_S_PrevAndNext(long userId,
long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
|
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. |
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_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. |
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. |
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_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. |
User |
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 = ?.
|
User |
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 = ?.
|
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 = ?.
|
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. |
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_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 = ?.
|
User |
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 = ?.
|
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 = ?.
|
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. |
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_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. |
User |
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 = ?.
|
User |
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 = ?.
|
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 = ?.
|
User |
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. |
User |
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 = ?.
|
User |
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 = ?.
|
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 = ?.
|
User |
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. |
User |
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. |
User |
UserPersistence.findByU_C_First(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where userId > ? and companyId = ?.
|
static User |
UserUtil.findByU_C_First(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where userId > ? and companyId = ?.
|
User |
UserPersistence.findByU_C_Last(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where userId > ? and companyId = ?.
|
static User |
UserUtil.findByU_C_Last(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where userId > ? and companyId = ?.
|
User |
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 = ?.
|
User |
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 = ?.
|
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 = ?.
|
User |
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 = ?.
|
User |
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 = ?.
|
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 = ?.
|
User |
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.
|
User |
UserPersistence.removeByC_DU(long companyId,
boolean defaultUser)
Removes the user where companyId = ? and defaultUser = ? 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_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.
|
User |
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.
|
User |
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.
|
User |
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.
|
User |
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.
|
User |
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.
|
User |
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.
|
User |
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.
|