public class UserPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.User>
implements com.liferay.portal.service.persistence.UserPersistence
Caching information and settings can be found in portal.properties
UserPersistence,
UserUtil| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FINDER_CLASS_NAME_ENTITY |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_CD |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_CD_MD |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_DU |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_EA |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_FID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_MD |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_O |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_SN |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_U |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_CONTACTID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_EMAILADDRESS |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_PORTRAITID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_UUID_C |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_C_DU |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_C_EA |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_C_FID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_C_O |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_C_SN |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_C_U |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_CONTACTID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_PORTRAITID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_C_CD |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_C_CD_MD |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_C_MD |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_C_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_EMAILADDRESS |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_CD |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_CD_MD |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_MD |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_EMAILADDRESS |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C |
protected com.liferay.portal.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.service.persistence.OrganizationPersistence |
organizationPersistence |
protected com.liferay.portal.service.persistence.RolePersistence |
rolePersistence |
protected com.liferay.portal.service.persistence.TeamPersistence |
teamPersistence |
protected com.liferay.portal.service.persistence.UserGroupPersistence |
userGroupPersistence |
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.User,com.liferay.portal.model.Group> |
userToGroupTableMapper |
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.User,com.liferay.portal.model.Organization> |
userToOrganizationTableMapper |
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.User,com.liferay.portal.model.Role> |
userToRoleTableMapper |
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.User,com.liferay.portal.model.Team> |
userToTeamTableMapper |
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.User,com.liferay.portal.model.UserGroup> |
userToUserGroupTableMapper |
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR| Constructor and Description |
|---|
UserPersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGroup(long pk,
com.liferay.portal.model.Group group)
Adds an association between the user and the group.
|
void |
addGroup(long pk,
long groupPK)
Adds an association between the user and the group.
|
void |
addGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
Adds an association between the user and the groups.
|
void |
addGroups(long pk,
long[] groupPKs)
Adds an association between the user and the groups.
|
void |
addOrganization(long pk,
long organizationPK)
Adds an association between the user and the organization.
|
void |
addOrganization(long pk,
com.liferay.portal.model.Organization organization)
Adds an association between the user and the organization.
|
void |
addOrganizations(long pk,
java.util.List<com.liferay.portal.model.Organization> organizations)
Adds an association between the user and the organizations.
|
void |
addOrganizations(long pk,
long[] organizationPKs)
Adds an association between the user and the organizations.
|
void |
addRole(long pk,
long rolePK)
Adds an association between the user and the role.
|
void |
addRole(long pk,
com.liferay.portal.model.Role role)
Adds an association between the user and the role.
|
void |
addRoles(long pk,
java.util.List<com.liferay.portal.model.Role> roles)
Adds an association between the user and the roles.
|
void |
addRoles(long pk,
long[] rolePKs)
Adds an association between the user and the roles.
|
void |
addTeam(long pk,
long teamPK)
Adds an association between the user and the team.
|
void |
addTeam(long pk,
com.liferay.portal.model.Team team)
Adds an association between the user and the team.
|
void |
addTeams(long pk,
java.util.List<com.liferay.portal.model.Team> teams)
Adds an association between the user and the teams.
|
void |
addTeams(long pk,
long[] teamPKs)
Adds an association between the user and the teams.
|
void |
addUserGroup(long pk,
long userGroupPK)
Adds an association between the user and the user group.
|
void |
addUserGroup(long pk,
com.liferay.portal.model.UserGroup userGroup)
Adds an association between the user and the user group.
|
void |
addUserGroups(long pk,
java.util.List<com.liferay.portal.model.UserGroup> userGroups)
Adds an association between the user and the user groups.
|
void |
addUserGroups(long pk,
long[] userGroupPKs)
Adds an association between the user and the user groups.
|
void |
afterPropertiesSet()
Initializes the user persistence.
|
void |
cacheResult(java.util.List<com.liferay.portal.model.User> users)
Caches the users in the entity cache if it is enabled.
|
void |
cacheResult(com.liferay.portal.model.User user)
Caches the user in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(com.liferay.portal.model.User user) |
void |
clearCache()
Clears the cache for all users.
|
void |
clearCache(java.util.List<com.liferay.portal.model.User> users) |
void |
clearCache(com.liferay.portal.model.User user)
Clears the cache for the user.
|
void |
clearGroups(long pk)
Clears all associations between the user and its groups.
|
void |
clearOrganizations(long pk)
Clears all associations between the user and its organizations.
|
void |
clearRoles(long pk)
Clears all associations between the user and its roles.
|
void |
clearTeams(long pk)
Clears all associations between the user and its teams.
|
protected void |
clearUniqueFindersCache(com.liferay.portal.model.User user) |
void |
clearUserGroups(long pk)
Clears all associations between the user and its user groups.
|
boolean |
containsGroup(long pk,
long groupPK)
Returns
true if the group is associated with the user. |
boolean |
containsGroups(long pk)
Returns
true if the user has any groups associated with it. |
boolean |
containsOrganization(long pk,
long organizationPK)
Returns
true if the organization is associated with the user. |
boolean |
containsOrganizations(long pk)
Returns
true if the user has any organizations associated with it. |
boolean |
containsRole(long pk,
long rolePK)
Returns
true if the role is associated with the user. |
boolean |
containsRoles(long pk)
Returns
true if the user has any roles associated with it. |
boolean |
containsTeam(long pk,
long teamPK)
Returns
true if the team is associated with the user. |
boolean |
containsTeams(long pk)
Returns
true if the user has any teams associated with it. |
boolean |
containsUserGroup(long pk,
long userGroupPK)
Returns
true if the user group is associated with the user. |
boolean |
containsUserGroups(long pk)
Returns
true if the user has any user groups associated with it. |
int |
countAll()
Returns the number of users.
|
int |
countByC_CD_MD(long companyId,
java.util.Date createDate,
java.util.Date modifiedDate)
Returns the number of users where companyId = ? and createDate = ? and modifiedDate = ?.
|
int |
countByC_CD(long companyId,
java.util.Date createDate)
Returns the number of users where companyId = ? and createDate = ?.
|
int |
countByC_DU(long companyId,
boolean defaultUser)
Returns the number of users where companyId = ? and defaultUser = ?.
|
int |
countByC_EA(long companyId,
java.lang.String emailAddress)
Returns the number of users where companyId = ? and emailAddress = ?.
|
int |
countByC_FID(long companyId,
long facebookId)
Returns the number of users where companyId = ? and facebookId = ?.
|
int |
countByC_MD(long companyId,
java.util.Date modifiedDate)
Returns the number of users where companyId = ? and modifiedDate = ?.
|
int |
countByC_O(long companyId,
java.lang.String openId)
Returns the number of users where companyId = ? and openId = ?.
|
int |
countByC_S(long companyId,
int status)
Returns the number of users where companyId = ? and status = ?.
|
int |
countByC_SN(long companyId,
java.lang.String screenName)
Returns the number of users where companyId = ? and screenName = ?.
|
int |
countByC_U(long companyId,
long userId)
Returns the number of users where companyId = ? and userId = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of users where companyId = ?.
|
int |
countByContactId(long contactId)
Returns the number of users where contactId = ?.
|
int |
countByEmailAddress(java.lang.String emailAddress)
Returns the number of users where emailAddress = ?.
|
int |
countByPortraitId(long portraitId)
Returns the number of users where portraitId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of users where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of users where uuid = ?.
|
com.liferay.portal.model.User |
create(long userId)
Creates a new user with the primary key.
|
void |
destroy() |
com.liferay.portal.model.User |
fetchByC_CD_First(long companyId,
java.util.Date createDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?.
|
com.liferay.portal.model.User |
fetchByC_CD_Last(long companyId,
java.util.Date createDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?.
|
com.liferay.portal.model.User |
fetchByC_CD_MD_First(long companyId,
java.util.Date createDate,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
com.liferay.portal.model.User |
fetchByC_CD_MD_Last(long companyId,
java.util.Date createDate,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
com.liferay.portal.model.User |
fetchByC_DU(long companyId,
boolean defaultUser)
Returns the user where companyId = ? and defaultUser = ? or returns
null if it could not be found. |
com.liferay.portal.model.User |
fetchByC_DU(long companyId,
boolean defaultUser,
boolean retrieveFromCache)
Returns the user where companyId = ? and defaultUser = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.User |
fetchByC_EA(long companyId,
java.lang.String emailAddress)
Returns the user where companyId = ? and emailAddress = ? or returns
null if it could not be found. |
com.liferay.portal.model.User |
fetchByC_EA(long companyId,
java.lang.String emailAddress,
boolean retrieveFromCache)
Returns the user where companyId = ? and emailAddress = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.User |
fetchByC_FID(long companyId,
long facebookId)
Returns the user where companyId = ? and facebookId = ? or returns
null if it could not be found. |
com.liferay.portal.model.User |
fetchByC_FID(long companyId,
long facebookId,
boolean retrieveFromCache)
Returns the user where companyId = ? and facebookId = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.User |
fetchByC_MD_First(long companyId,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
|
com.liferay.portal.model.User |
fetchByC_MD_Last(long companyId,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
|
com.liferay.portal.model.User |
fetchByC_O(long companyId,
java.lang.String openId)
Returns the user where companyId = ? and openId = ? or returns
null if it could not be found. |
com.liferay.portal.model.User |
fetchByC_O(long companyId,
java.lang.String openId,
boolean retrieveFromCache)
Returns the user where companyId = ? and openId = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.User |
fetchByC_S_First(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?.
|
com.liferay.portal.model.User |
fetchByC_S_Last(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?.
|
com.liferay.portal.model.User |
fetchByC_SN(long companyId,
java.lang.String screenName)
Returns the user where companyId = ? and screenName = ? or returns
null if it could not be found. |
com.liferay.portal.model.User |
fetchByC_SN(long companyId,
java.lang.String screenName,
boolean retrieveFromCache)
Returns the user where companyId = ? and screenName = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.User |
fetchByC_U(long companyId,
long userId)
Returns the user where companyId = ? and userId = ? or returns
null if it could not be found. |
com.liferay.portal.model.User |
fetchByC_U(long companyId,
long userId,
boolean retrieveFromCache)
Returns the user where companyId = ? and userId = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.User |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ?.
|
com.liferay.portal.model.User |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ?.
|
com.liferay.portal.model.User |
fetchByContactId(long contactId)
Returns the user where contactId = ? or returns
null if it could not be found. |
com.liferay.portal.model.User |
fetchByContactId(long contactId,
boolean retrieveFromCache)
Returns the user where contactId = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.User |
fetchByEmailAddress_First(java.lang.String emailAddress,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user in the ordered set where emailAddress = ?.
|
com.liferay.portal.model.User |
fetchByEmailAddress_Last(java.lang.String emailAddress,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user in the ordered set where emailAddress = ?.
|
com.liferay.portal.model.User |
fetchByPortraitId(long portraitId)
Returns the user where portraitId = ? or returns
null if it could not be found. |
com.liferay.portal.model.User |
fetchByPortraitId(long portraitId,
boolean retrieveFromCache)
Returns the user where portraitId = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.User |
fetchByPrimaryKey(long userId)
Returns the user with the primary key or returns
null if it could not be found. |
com.liferay.portal.model.User |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the user with the primary key or returns
null if it could not be found. |
com.liferay.portal.model.User |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.User |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.User |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user in the ordered set where uuid = ?.
|
com.liferay.portal.model.User |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user in the ordered set where uuid = ?.
|
java.util.List<com.liferay.portal.model.User> |
findAll()
Returns all the users.
|
java.util.List<com.liferay.portal.model.User> |
findAll(int start,
int end)
Returns a range of all the users.
|
java.util.List<com.liferay.portal.model.User> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the users.
|
com.liferay.portal.model.User |
findByC_CD_First(long companyId,
java.util.Date createDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?.
|
com.liferay.portal.model.User |
findByC_CD_Last(long companyId,
java.util.Date createDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?.
|
com.liferay.portal.model.User |
findByC_CD_MD_First(long companyId,
java.util.Date createDate,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
com.liferay.portal.model.User |
findByC_CD_MD_Last(long companyId,
java.util.Date createDate,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
com.liferay.portal.model.User[] |
findByC_CD_MD_PrevAndNext(long userId,
long companyId,
java.util.Date createDate,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByC_CD_MD(long companyId,
java.util.Date createDate,
java.util.Date modifiedDate)
Returns all the users where companyId = ? and createDate = ? and modifiedDate = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByC_CD_MD(long companyId,
java.util.Date createDate,
java.util.Date modifiedDate,
int start,
int end)
Returns a range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByC_CD_MD(long companyId,
java.util.Date createDate,
java.util.Date modifiedDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
|
com.liferay.portal.model.User[] |
findByC_CD_PrevAndNext(long userId,
long companyId,
java.util.Date createDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByC_CD(long companyId,
java.util.Date createDate)
Returns all the users where companyId = ? and createDate = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByC_CD(long companyId,
java.util.Date createDate,
int start,
int end)
Returns a range of all the users where companyId = ? and createDate = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByC_CD(long companyId,
java.util.Date createDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ?.
|
com.liferay.portal.model.User |
findByC_DU(long companyId,
boolean defaultUser)
Returns the user where companyId = ? and defaultUser = ? or throws a
NoSuchUserException if it could not be found. |
com.liferay.portal.model.User |
findByC_EA(long companyId,
java.lang.String emailAddress)
Returns the user where companyId = ? and emailAddress = ? or throws a
NoSuchUserException if it could not be found. |
com.liferay.portal.model.User |
findByC_FID(long companyId,
long facebookId)
Returns the user where companyId = ? and facebookId = ? or throws a
NoSuchUserException if it could not be found. |
com.liferay.portal.model.User |
findByC_MD_First(long companyId,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
|
com.liferay.portal.model.User |
findByC_MD_Last(long companyId,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
|
com.liferay.portal.model.User[] |
findByC_MD_PrevAndNext(long userId,
long companyId,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByC_MD(long companyId,
java.util.Date modifiedDate)
Returns all the users where companyId = ? and modifiedDate = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByC_MD(long companyId,
java.util.Date modifiedDate,
int start,
int end)
Returns a range of all the users where companyId = ? and modifiedDate = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByC_MD(long companyId,
java.util.Date modifiedDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
|
com.liferay.portal.model.User |
findByC_O(long companyId,
java.lang.String openId)
Returns the user where companyId = ? and openId = ? or throws a
NoSuchUserException if it could not be found. |
com.liferay.portal.model.User |
findByC_S_First(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?.
|
com.liferay.portal.model.User |
findByC_S_Last(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?.
|
com.liferay.portal.model.User[] |
findByC_S_PrevAndNext(long userId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByC_S(long companyId,
int status)
Returns all the users where companyId = ? and status = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the users where companyId = ? and status = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByC_S(long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ? and status = ?.
|
com.liferay.portal.model.User |
findByC_SN(long companyId,
java.lang.String screenName)
Returns the user where companyId = ? and screenName = ? or throws a
NoSuchUserException if it could not be found. |
com.liferay.portal.model.User |
findByC_U(long companyId,
long userId)
Returns the user where companyId = ? and userId = ? or throws a
NoSuchUserException if it could not be found. |
com.liferay.portal.model.User |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ?.
|
com.liferay.portal.model.User |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ?.
|
com.liferay.portal.model.User[] |
findByCompanyId_PrevAndNext(long userId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByCompanyId(long companyId)
Returns all the users where companyId = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the users where companyId = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ?.
|
com.liferay.portal.model.User |
findByContactId(long contactId)
Returns the user where contactId = ? or throws a
NoSuchUserException if it could not be found. |
com.liferay.portal.model.User |
findByEmailAddress_First(java.lang.String emailAddress,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user in the ordered set where emailAddress = ?.
|
com.liferay.portal.model.User |
findByEmailAddress_Last(java.lang.String emailAddress,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user in the ordered set where emailAddress = ?.
|
com.liferay.portal.model.User[] |
findByEmailAddress_PrevAndNext(long userId,
java.lang.String emailAddress,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where emailAddress = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByEmailAddress(java.lang.String emailAddress)
Returns all the users where emailAddress = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByEmailAddress(java.lang.String emailAddress,
int start,
int end)
Returns a range of all the users where emailAddress = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByEmailAddress(java.lang.String emailAddress,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the users where emailAddress = ?.
|
com.liferay.portal.model.User |
findByPortraitId(long portraitId)
Returns the user where portraitId = ? or throws a
NoSuchUserException if it could not be found. |
com.liferay.portal.model.User |
findByPrimaryKey(long userId)
Returns the user with the primary key or throws a
NoSuchUserException if it could not be found. |
com.liferay.portal.model.User |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the user with the primary key or throws a
NoSuchModelException if it could not be found. |
com.liferay.portal.model.User |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.User |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.User[] |
findByUuid_C_PrevAndNext(long userId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the users where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the users where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the users where uuid = ? and companyId = ?.
|
com.liferay.portal.model.User |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user in the ordered set where uuid = ?.
|
com.liferay.portal.model.User |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user in the ordered set where uuid = ?.
|
com.liferay.portal.model.User[] |
findByUuid_PrevAndNext(long userId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByUuid(java.lang.String uuid)
Returns all the users where uuid = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the users where uuid = ?.
|
java.util.List<com.liferay.portal.model.User> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the users where uuid = ?.
|
protected java.util.Set<java.lang.String> |
getBadColumnNames() |
protected com.liferay.portal.model.User |
getByC_CD_MD_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.User user,
long companyId,
java.util.Date createDate,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.User |
getByC_CD_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.User user,
long companyId,
java.util.Date createDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.User |
getByC_MD_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.User user,
long companyId,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.User |
getByC_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.User user,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.User |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.User user,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.User |
getByEmailAddress_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.User user,
java.lang.String emailAddress,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.User |
getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.User user,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.User |
getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.User user,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
java.util.List<com.liferay.portal.model.Group> |
getGroups(long pk)
Returns all the groups associated with the user.
|
java.util.List<com.liferay.portal.model.Group> |
getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the user.
|
java.util.List<com.liferay.portal.model.Group> |
getGroups(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the groups associated with the user.
|
int |
getGroupsSize(long pk)
Returns the number of groups associated with the user.
|
java.util.List<com.liferay.portal.model.Organization> |
getOrganizations(long pk)
Returns all the organizations associated with the user.
|
java.util.List<com.liferay.portal.model.Organization> |
getOrganizations(long pk,
int start,
int end)
Returns a range of all the organizations associated with the user.
|
java.util.List<com.liferay.portal.model.Organization> |
getOrganizations(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the organizations associated with the user.
|
int |
getOrganizationsSize(long pk)
Returns the number of organizations associated with the user.
|
java.util.List<com.liferay.portal.model.Role> |
getRoles(long pk)
Returns all the roles associated with the user.
|
java.util.List<com.liferay.portal.model.Role> |
getRoles(long pk,
int start,
int end)
Returns a range of all the roles associated with the user.
|
java.util.List<com.liferay.portal.model.Role> |
getRoles(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles associated with the user.
|
int |
getRolesSize(long pk)
Returns the number of roles associated with the user.
|
java.util.List<com.liferay.portal.model.Team> |
getTeams(long pk)
Returns all the teams associated with the user.
|
java.util.List<com.liferay.portal.model.Team> |
getTeams(long pk,
int start,
int end)
Returns a range of all the teams associated with the user.
|
java.util.List<com.liferay.portal.model.Team> |
getTeams(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the teams associated with the user.
|
int |
getTeamsSize(long pk)
Returns the number of teams associated with the user.
|
java.util.List<com.liferay.portal.model.UserGroup> |
getUserGroups(long pk)
Returns all the user groups associated with the user.
|
java.util.List<com.liferay.portal.model.UserGroup> |
getUserGroups(long pk,
int start,
int end)
Returns a range of all the user groups associated with the user.
|
java.util.List<com.liferay.portal.model.UserGroup> |
getUserGroups(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the user groups associated with the user.
|
int |
getUserGroupsSize(long pk)
Returns the number of user groups associated with the user.
|
com.liferay.portal.model.User |
remove(long userId)
Removes the user with the primary key from the database.
|
com.liferay.portal.model.User |
remove(java.io.Serializable primaryKey)
Removes the user with the primary key from the database.
|
void |
removeAll()
Removes all the users from the database.
|
void |
removeByC_CD_MD(long companyId,
java.util.Date createDate,
java.util.Date modifiedDate)
Removes all the users where companyId = ? and createDate = ? and modifiedDate = ? from the database.
|
void |
removeByC_CD(long companyId,
java.util.Date createDate)
Removes all the users where companyId = ? and createDate = ? from the database.
|
com.liferay.portal.model.User |
removeByC_DU(long companyId,
boolean defaultUser)
Removes the user where companyId = ? and defaultUser = ? from the database.
|
com.liferay.portal.model.User |
removeByC_EA(long companyId,
java.lang.String emailAddress)
Removes the user where companyId = ? and emailAddress = ? from the database.
|
com.liferay.portal.model.User |
removeByC_FID(long companyId,
long facebookId)
Removes the user where companyId = ? and facebookId = ? from the database.
|
void |
removeByC_MD(long companyId,
java.util.Date modifiedDate)
Removes all the users where companyId = ? and modifiedDate = ? from the database.
|
com.liferay.portal.model.User |
removeByC_O(long companyId,
java.lang.String openId)
Removes the user where companyId = ? and openId = ? from the database.
|
void |
removeByC_S(long companyId,
int status)
Removes all the users where companyId = ? and status = ? from the database.
|
com.liferay.portal.model.User |
removeByC_SN(long companyId,
java.lang.String screenName)
Removes the user where companyId = ? and screenName = ? from the database.
|
com.liferay.portal.model.User |
removeByC_U(long companyId,
long userId)
Removes the user where companyId = ? and userId = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the users where companyId = ? from the database.
|
com.liferay.portal.model.User |
removeByContactId(long contactId)
Removes the user where contactId = ? from the database.
|
void |
removeByEmailAddress(java.lang.String emailAddress)
Removes all the users where emailAddress = ? from the database.
|
com.liferay.portal.model.User |
removeByPortraitId(long portraitId)
Removes the user where portraitId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the users where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the users where uuid = ? from the database.
|
void |
removeGroup(long pk,
com.liferay.portal.model.Group group)
Removes the association between the user and the group.
|
void |
removeGroup(long pk,
long groupPK)
Removes the association between the user and the group.
|
void |
removeGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
Removes the association between the user and the groups.
|
void |
removeGroups(long pk,
long[] groupPKs)
Removes the association between the user and the groups.
|
protected com.liferay.portal.model.User |
removeImpl(com.liferay.portal.model.User user) |
void |
removeOrganization(long pk,
long organizationPK)
Removes the association between the user and the organization.
|
void |
removeOrganization(long pk,
com.liferay.portal.model.Organization organization)
Removes the association between the user and the organization.
|
void |
removeOrganizations(long pk,
java.util.List<com.liferay.portal.model.Organization> organizations)
Removes the association between the user and the organizations.
|
void |
removeOrganizations(long pk,
long[] organizationPKs)
Removes the association between the user and the organizations.
|
void |
removeRole(long pk,
long rolePK)
Removes the association between the user and the role.
|
void |
removeRole(long pk,
com.liferay.portal.model.Role role)
Removes the association between the user and the role.
|
void |
removeRoles(long pk,
java.util.List<com.liferay.portal.model.Role> roles)
Removes the association between the user and the roles.
|
void |
removeRoles(long pk,
long[] rolePKs)
Removes the association between the user and the roles.
|
void |
removeTeam(long pk,
long teamPK)
Removes the association between the user and the team.
|
void |
removeTeam(long pk,
com.liferay.portal.model.Team team)
Removes the association between the user and the team.
|
void |
removeTeams(long pk,
java.util.List<com.liferay.portal.model.Team> teams)
Removes the association between the user and the teams.
|
void |
removeTeams(long pk,
long[] teamPKs)
Removes the association between the user and the teams.
|
void |
removeUserGroup(long pk,
long userGroupPK)
Removes the association between the user and the user group.
|
void |
removeUserGroup(long pk,
com.liferay.portal.model.UserGroup userGroup)
Removes the association between the user and the user group.
|
void |
removeUserGroups(long pk,
java.util.List<com.liferay.portal.model.UserGroup> userGroups)
Removes the association between the user and the user groups.
|
void |
removeUserGroups(long pk,
long[] userGroupPKs)
Removes the association between the user and the user groups.
|
void |
setGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
Sets the groups associated with the user, removing and adding associations as necessary.
|
void |
setGroups(long pk,
long[] groupPKs)
Sets the groups associated with the user, removing and adding associations as necessary.
|
void |
setOrganizations(long pk,
java.util.List<com.liferay.portal.model.Organization> organizations)
Sets the organizations associated with the user, removing and adding associations as necessary.
|
void |
setOrganizations(long pk,
long[] organizationPKs)
Sets the organizations associated with the user, removing and adding associations as necessary.
|
void |
setRoles(long pk,
java.util.List<com.liferay.portal.model.Role> roles)
Sets the roles associated with the user, removing and adding associations as necessary.
|
void |
setRoles(long pk,
long[] rolePKs)
Sets the roles associated with the user, removing and adding associations as necessary.
|
void |
setTeams(long pk,
java.util.List<com.liferay.portal.model.Team> teams)
Sets the teams associated with the user, removing and adding associations as necessary.
|
void |
setTeams(long pk,
long[] teamPKs)
Sets the teams associated with the user, removing and adding associations as necessary.
|
void |
setUserGroups(long pk,
java.util.List<com.liferay.portal.model.UserGroup> userGroups)
Sets the user groups associated with the user, removing and adding associations as necessary.
|
void |
setUserGroups(long pk,
long[] userGroupPKs)
Sets the user groups associated with the user, removing and adding associations as necessary.
|
protected com.liferay.portal.model.User |
toUnwrappedModel(com.liferay.portal.model.User user) |
com.liferay.portal.model.User |
updateImpl(com.liferay.portal.model.User user) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImplclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, updatepublic static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_CONTACTID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_CONTACTID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_EMAILADDRESS
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_EMAILADDRESS
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_EMAILADDRESS
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_PORTRAITID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_PORTRAITID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_U
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_U
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_CD
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_CD
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_CD
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_MD
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_MD
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_MD
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_DU
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_DU
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_SN
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_SN
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_EA
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_EA
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_FID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_FID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_O
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_O
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_CD_MD
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_CD_MD
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_CD_MD
@BeanReference(type=com.liferay.portal.service.persistence.GroupPersistence.class) protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.User,com.liferay.portal.model.Group> userToGroupTableMapper
@BeanReference(type=com.liferay.portal.service.persistence.OrganizationPersistence.class) protected com.liferay.portal.service.persistence.OrganizationPersistence organizationPersistence
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.User,com.liferay.portal.model.Organization> userToOrganizationTableMapper
@BeanReference(type=com.liferay.portal.service.persistence.RolePersistence.class) protected com.liferay.portal.service.persistence.RolePersistence rolePersistence
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.User,com.liferay.portal.model.Role> userToRoleTableMapper
@BeanReference(type=com.liferay.portal.service.persistence.TeamPersistence.class) protected com.liferay.portal.service.persistence.TeamPersistence teamPersistence
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.User,com.liferay.portal.model.Team> userToTeamTableMapper
@BeanReference(type=com.liferay.portal.service.persistence.UserGroupPersistence.class) protected com.liferay.portal.service.persistence.UserGroupPersistence userGroupPersistence
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.User,com.liferay.portal.model.UserGroup> userToUserGroupTableMapper
public java.util.List<com.liferay.portal.model.User> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
findByUuid in interface com.liferay.portal.service.persistence.UserPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface com.liferay.portal.service.persistence.UserPersistenceuuid - the uuidstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface com.liferay.portal.service.persistence.UserPersistenceuuid - the uuidstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_First in interface com.liferay.portal.service.persistence.UserPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_First in interface com.liferay.portal.service.persistence.UserPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_Last in interface com.liferay.portal.service.persistence.UserPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_Last in interface com.liferay.portal.service.persistence.UserPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User[] findByUuid_PrevAndNext(long userId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_PrevAndNext in interface com.liferay.portal.service.persistence.UserPersistenceuserId - the primary key of the current useruuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a user with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.User getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.User user,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
removeByUuid in interface com.liferay.portal.service.persistence.UserPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
countByUuid in interface com.liferay.portal.service.persistence.UserPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
findByUuid_C in interface com.liferay.portal.service.persistence.UserPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface com.liferay.portal.service.persistence.UserPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface com.liferay.portal.service.persistence.UserPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_First in interface com.liferay.portal.service.persistence.UserPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_C_First in interface com.liferay.portal.service.persistence.UserPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_Last in interface com.liferay.portal.service.persistence.UserPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_C_Last in interface com.liferay.portal.service.persistence.UserPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User[] findByUuid_C_PrevAndNext(long userId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_PrevAndNext in interface com.liferay.portal.service.persistence.UserPersistenceuserId - the primary key of the current useruuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a user with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.User getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.User user,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
removeByUuid_C in interface com.liferay.portal.service.persistence.UserPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
countByUuid_C in interface com.liferay.portal.service.persistence.UserPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
findByCompanyId in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_First in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByCompanyId_First in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_Last in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByCompanyId_Last in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User[] findByCompanyId_PrevAndNext(long userId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_PrevAndNext in interface com.liferay.portal.service.persistence.UserPersistenceuserId - the primary key of the current usercompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a user with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.User getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.User user,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
removeByCompanyId in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
countByCompanyId in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByContactId(long contactId)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
NoSuchUserException if it could not be found.findByContactId in interface com.liferay.portal.service.persistence.UserPersistencecontactId - the contact IDcom.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByContactId(long contactId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByContactId in interface com.liferay.portal.service.persistence.UserPersistencecontactId - the contact IDnull if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByContactId(long contactId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByContactId in interface com.liferay.portal.service.persistence.UserPersistencecontactId - the contact IDretrieveFromCache - whether to use the finder cachenull if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User removeByContactId(long contactId)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
removeByContactId in interface com.liferay.portal.service.persistence.UserPersistencecontactId - the contact IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchUserExceptionpublic int countByContactId(long contactId)
throws com.liferay.portal.kernel.exception.SystemException
countByContactId in interface com.liferay.portal.service.persistence.UserPersistencecontactId - the contact IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByEmailAddress(java.lang.String emailAddress)
throws com.liferay.portal.kernel.exception.SystemException
findByEmailAddress in interface com.liferay.portal.service.persistence.UserPersistenceemailAddress - the email addresscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByEmailAddress(java.lang.String emailAddress,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByEmailAddress in interface com.liferay.portal.service.persistence.UserPersistenceemailAddress - the email addressstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByEmailAddress(java.lang.String emailAddress,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByEmailAddress in interface com.liferay.portal.service.persistence.UserPersistenceemailAddress - the email addressstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByEmailAddress_First(java.lang.String emailAddress,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByEmailAddress_First in interface com.liferay.portal.service.persistence.UserPersistenceemailAddress - the email addressorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByEmailAddress_First(java.lang.String emailAddress,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByEmailAddress_First in interface com.liferay.portal.service.persistence.UserPersistenceemailAddress - the email addressorderByComparator - the comparator to order the set by (optionally null)null if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByEmailAddress_Last(java.lang.String emailAddress,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByEmailAddress_Last in interface com.liferay.portal.service.persistence.UserPersistenceemailAddress - the email addressorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByEmailAddress_Last(java.lang.String emailAddress,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByEmailAddress_Last in interface com.liferay.portal.service.persistence.UserPersistenceemailAddress - the email addressorderByComparator - the comparator to order the set by (optionally null)null if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User[] findByEmailAddress_PrevAndNext(long userId,
java.lang.String emailAddress,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByEmailAddress_PrevAndNext in interface com.liferay.portal.service.persistence.UserPersistenceuserId - the primary key of the current useremailAddress - the email addressorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a user with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.User getByEmailAddress_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.User user,
java.lang.String emailAddress,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByEmailAddress(java.lang.String emailAddress)
throws com.liferay.portal.kernel.exception.SystemException
removeByEmailAddress in interface com.liferay.portal.service.persistence.UserPersistenceemailAddress - the email addresscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByEmailAddress(java.lang.String emailAddress)
throws com.liferay.portal.kernel.exception.SystemException
countByEmailAddress in interface com.liferay.portal.service.persistence.UserPersistenceemailAddress - the email addresscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByPortraitId(long portraitId)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
NoSuchUserException if it could not be found.findByPortraitId in interface com.liferay.portal.service.persistence.UserPersistenceportraitId - the portrait IDcom.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByPortraitId(long portraitId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByPortraitId in interface com.liferay.portal.service.persistence.UserPersistenceportraitId - the portrait IDnull if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByPortraitId(long portraitId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByPortraitId in interface com.liferay.portal.service.persistence.UserPersistenceportraitId - the portrait IDretrieveFromCache - whether to use the finder cachenull if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User removeByPortraitId(long portraitId)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
removeByPortraitId in interface com.liferay.portal.service.persistence.UserPersistenceportraitId - the portrait IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchUserExceptionpublic int countByPortraitId(long portraitId)
throws com.liferay.portal.kernel.exception.SystemException
countByPortraitId in interface com.liferay.portal.service.persistence.UserPersistenceportraitId - the portrait IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByC_U(long companyId,
long userId)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
NoSuchUserException if it could not be found.findByC_U in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDuserId - the user IDcom.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_U(long companyId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByC_U in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDuserId - the user IDnull if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_U(long companyId,
long userId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByC_U in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDuserId - the user IDretrieveFromCache - whether to use the finder cachenull if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User removeByC_U(long companyId,
long userId)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
removeByC_U in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDuserId - the user IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchUserExceptionpublic int countByC_U(long companyId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
countByC_U in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDuserId - the user IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByC_CD(long companyId,
java.util.Date createDate)
throws com.liferay.portal.kernel.exception.SystemException
findByC_CD in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcreateDate - the create datecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByC_CD(long companyId,
java.util.Date createDate,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_CD in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcreateDate - the create datestart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByC_CD(long companyId,
java.util.Date createDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_CD in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcreateDate - the create datestart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByC_CD_First(long companyId,
java.util.Date createDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByC_CD_First in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcreateDate - the create dateorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_CD_First(long companyId,
java.util.Date createDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_CD_First in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcreateDate - the create dateorderByComparator - the comparator to order the set by (optionally null)null if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByC_CD_Last(long companyId,
java.util.Date createDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByC_CD_Last in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcreateDate - the create dateorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_CD_Last(long companyId,
java.util.Date createDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_CD_Last in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcreateDate - the create dateorderByComparator - the comparator to order the set by (optionally null)null if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User[] findByC_CD_PrevAndNext(long userId,
long companyId,
java.util.Date createDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByC_CD_PrevAndNext in interface com.liferay.portal.service.persistence.UserPersistenceuserId - the primary key of the current usercompanyId - the company IDcreateDate - the create dateorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a user with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.User getByC_CD_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.User user,
long companyId,
java.util.Date createDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByC_CD(long companyId,
java.util.Date createDate)
throws com.liferay.portal.kernel.exception.SystemException
removeByC_CD in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcreateDate - the create datecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByC_CD(long companyId,
java.util.Date createDate)
throws com.liferay.portal.kernel.exception.SystemException
countByC_CD in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcreateDate - the create datecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByC_MD(long companyId,
java.util.Date modifiedDate)
throws com.liferay.portal.kernel.exception.SystemException
findByC_MD in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDmodifiedDate - the modified datecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByC_MD(long companyId,
java.util.Date modifiedDate,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_MD in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDmodifiedDate - the modified datestart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByC_MD(long companyId,
java.util.Date modifiedDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_MD in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDmodifiedDate - the modified datestart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByC_MD_First(long companyId,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByC_MD_First in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDmodifiedDate - the modified dateorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_MD_First(long companyId,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_MD_First in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDmodifiedDate - the modified dateorderByComparator - the comparator to order the set by (optionally null)null if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByC_MD_Last(long companyId,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByC_MD_Last in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDmodifiedDate - the modified dateorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_MD_Last(long companyId,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_MD_Last in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDmodifiedDate - the modified dateorderByComparator - the comparator to order the set by (optionally null)null if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User[] findByC_MD_PrevAndNext(long userId,
long companyId,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByC_MD_PrevAndNext in interface com.liferay.portal.service.persistence.UserPersistenceuserId - the primary key of the current usercompanyId - the company IDmodifiedDate - the modified dateorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a user with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.User getByC_MD_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.User user,
long companyId,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByC_MD(long companyId,
java.util.Date modifiedDate)
throws com.liferay.portal.kernel.exception.SystemException
removeByC_MD in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDmodifiedDate - the modified datecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByC_MD(long companyId,
java.util.Date modifiedDate)
throws com.liferay.portal.kernel.exception.SystemException
countByC_MD in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDmodifiedDate - the modified datecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByC_DU(long companyId,
boolean defaultUser)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
NoSuchUserException if it could not be found.findByC_DU in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDdefaultUser - the default usercom.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_DU(long companyId,
boolean defaultUser)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByC_DU in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDdefaultUser - the default usernull if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_DU(long companyId,
boolean defaultUser,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByC_DU in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDdefaultUser - the default userretrieveFromCache - whether to use the finder cachenull if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User removeByC_DU(long companyId,
boolean defaultUser)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
removeByC_DU in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDdefaultUser - the default usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchUserExceptionpublic int countByC_DU(long companyId,
boolean defaultUser)
throws com.liferay.portal.kernel.exception.SystemException
countByC_DU in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDdefaultUser - the default usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByC_SN(long companyId,
java.lang.String screenName)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
NoSuchUserException if it could not be found.findByC_SN in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDscreenName - the screen namecom.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_SN(long companyId,
java.lang.String screenName)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByC_SN in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDscreenName - the screen namenull if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_SN(long companyId,
java.lang.String screenName,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByC_SN in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDscreenName - the screen nameretrieveFromCache - whether to use the finder cachenull if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User removeByC_SN(long companyId,
java.lang.String screenName)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
removeByC_SN in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDscreenName - the screen namecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchUserExceptionpublic int countByC_SN(long companyId,
java.lang.String screenName)
throws com.liferay.portal.kernel.exception.SystemException
countByC_SN in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDscreenName - the screen namecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByC_EA(long companyId,
java.lang.String emailAddress)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
NoSuchUserException if it could not be found.findByC_EA in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDemailAddress - the email addresscom.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_EA(long companyId,
java.lang.String emailAddress)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByC_EA in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDemailAddress - the email addressnull if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_EA(long companyId,
java.lang.String emailAddress,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByC_EA in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDemailAddress - the email addressretrieveFromCache - whether to use the finder cachenull if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User removeByC_EA(long companyId,
java.lang.String emailAddress)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
removeByC_EA in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDemailAddress - the email addresscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchUserExceptionpublic int countByC_EA(long companyId,
java.lang.String emailAddress)
throws com.liferay.portal.kernel.exception.SystemException
countByC_EA in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDemailAddress - the email addresscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByC_FID(long companyId,
long facebookId)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
NoSuchUserException if it could not be found.findByC_FID in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDfacebookId - the facebook IDcom.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_FID(long companyId,
long facebookId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByC_FID in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDfacebookId - the facebook IDnull if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_FID(long companyId,
long facebookId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByC_FID in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDfacebookId - the facebook IDretrieveFromCache - whether to use the finder cachenull if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User removeByC_FID(long companyId,
long facebookId)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
removeByC_FID in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDfacebookId - the facebook IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchUserExceptionpublic int countByC_FID(long companyId,
long facebookId)
throws com.liferay.portal.kernel.exception.SystemException
countByC_FID in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDfacebookId - the facebook IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByC_O(long companyId,
java.lang.String openId)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
NoSuchUserException if it could not be found.findByC_O in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDopenId - the open IDcom.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_O(long companyId,
java.lang.String openId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByC_O in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDopenId - the open IDnull if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_O(long companyId,
java.lang.String openId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByC_O in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDopenId - the open IDretrieveFromCache - whether to use the finder cachenull if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User removeByC_O(long companyId,
java.lang.String openId)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
removeByC_O in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDopenId - the open IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchUserExceptionpublic int countByC_O(long companyId,
java.lang.String openId)
throws com.liferay.portal.kernel.exception.SystemException
countByC_O in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDopenId - the open IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByC_S(long companyId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
findByC_S in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDstatus - the statuscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByC_S(long companyId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_S in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDstatus - the statusstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByC_S(long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_S in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDstatus - the statusstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByC_S_First(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByC_S_First in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_S_First(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_S_First in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)null if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByC_S_Last(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByC_S_Last in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_S_Last(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_S_Last in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)null if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User[] findByC_S_PrevAndNext(long userId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByC_S_PrevAndNext in interface com.liferay.portal.service.persistence.UserPersistenceuserId - the primary key of the current usercompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a user with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.User getByC_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.User user,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByC_S(long companyId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
removeByC_S in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDstatus - the statuscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByC_S(long companyId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
countByC_S in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDstatus - the statuscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByC_CD_MD(long companyId,
java.util.Date createDate,
java.util.Date modifiedDate)
throws com.liferay.portal.kernel.exception.SystemException
findByC_CD_MD in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcreateDate - the create datemodifiedDate - the modified datecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByC_CD_MD(long companyId,
java.util.Date createDate,
java.util.Date modifiedDate,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_CD_MD in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcreateDate - the create datemodifiedDate - the modified datestart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findByC_CD_MD(long companyId,
java.util.Date createDate,
java.util.Date modifiedDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_CD_MD in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcreateDate - the create datemodifiedDate - the modified datestart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByC_CD_MD_First(long companyId,
java.util.Date createDate,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByC_CD_MD_First in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcreateDate - the create datemodifiedDate - the modified dateorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_CD_MD_First(long companyId,
java.util.Date createDate,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_CD_MD_First in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcreateDate - the create datemodifiedDate - the modified dateorderByComparator - the comparator to order the set by (optionally null)null if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByC_CD_MD_Last(long companyId,
java.util.Date createDate,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByC_CD_MD_Last in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcreateDate - the create datemodifiedDate - the modified dateorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByC_CD_MD_Last(long companyId,
java.util.Date createDate,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_CD_MD_Last in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcreateDate - the create datemodifiedDate - the modified dateorderByComparator - the comparator to order the set by (optionally null)null if a matching user could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User[] findByC_CD_MD_PrevAndNext(long userId,
long companyId,
java.util.Date createDate,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
findByC_CD_MD_PrevAndNext in interface com.liferay.portal.service.persistence.UserPersistenceuserId - the primary key of the current usercompanyId - the company IDcreateDate - the create datemodifiedDate - the modified dateorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserException - if a user with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.User getByC_CD_MD_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.User user,
long companyId,
java.util.Date createDate,
java.util.Date modifiedDate,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByC_CD_MD(long companyId,
java.util.Date createDate,
java.util.Date modifiedDate)
throws com.liferay.portal.kernel.exception.SystemException
removeByC_CD_MD in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcreateDate - the create datemodifiedDate - the modified datecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByC_CD_MD(long companyId,
java.util.Date createDate,
java.util.Date modifiedDate)
throws com.liferay.portal.kernel.exception.SystemException
countByC_CD_MD in interface com.liferay.portal.service.persistence.UserPersistencecompanyId - the company IDcreateDate - the create datemodifiedDate - the modified datecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void cacheResult(com.liferay.portal.model.User user)
cacheResult in interface com.liferay.portal.service.persistence.UserPersistenceuser - the userpublic void cacheResult(java.util.List<com.liferay.portal.model.User> users)
cacheResult in interface com.liferay.portal.service.persistence.UserPersistenceusers - the userspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.User>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.User>public void clearCache(com.liferay.portal.model.User user)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.User>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.User>public void clearCache(java.util.List<com.liferay.portal.model.User> users)
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.User>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.User>protected void cacheUniqueFindersCache(com.liferay.portal.model.User user)
protected void clearUniqueFindersCache(com.liferay.portal.model.User user)
public com.liferay.portal.model.User create(long userId)
create in interface com.liferay.portal.service.persistence.UserPersistenceuserId - the primary key for the new userpublic com.liferay.portal.model.User remove(long userId)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.UserPersistenceuserId - the primary key of the usercom.liferay.portal.NoSuchUserException - if a user with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User remove(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.User>remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.User>primaryKey - the primary key of the usercom.liferay.portal.NoSuchUserException - if a user with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.User removeImpl(com.liferay.portal.model.User user)
throws com.liferay.portal.kernel.exception.SystemException
removeImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.User>com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portal.model.User updateImpl(com.liferay.portal.model.User user)
throws com.liferay.portal.kernel.exception.SystemException
updateImpl in interface com.liferay.portal.service.persistence.UserPersistenceupdateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.User>com.liferay.portal.kernel.exception.SystemExceptionprotected com.liferay.portal.model.User toUnwrappedModel(com.liferay.portal.model.User user)
public com.liferay.portal.model.User findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.User>findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.User>primaryKey - the primary key of the usercom.liferay.portal.NoSuchUserException - if a user with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User findByPrimaryKey(long userId)
throws com.liferay.portal.NoSuchUserException,
com.liferay.portal.kernel.exception.SystemException
NoSuchUserException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.UserPersistenceuserId - the primary key of the usercom.liferay.portal.NoSuchUserException - if a user with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.User>fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.User>primaryKey - the primary key of the usernull if a user with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.User fetchByPrimaryKey(long userId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.UserPersistenceuserId - the primary key of the usernull if a user with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findAll()
throws com.liferay.portal.kernel.exception.SystemException
findAll in interface com.liferay.portal.service.persistence.UserPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface com.liferay.portal.service.persistence.UserPersistencestart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface com.liferay.portal.service.persistence.UserPersistencestart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
removeAll in interface com.liferay.portal.service.persistence.UserPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countAll()
throws com.liferay.portal.kernel.exception.SystemException
countAll in interface com.liferay.portal.service.persistence.UserPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Group> getGroups(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Group> getGroups(long pk,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Group> getGroups(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int getGroupsSize(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getGroupsSize in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsGroup(long pk,
long groupPK)
throws com.liferay.portal.kernel.exception.SystemException
true if the group is associated with the user.containsGroup in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usergroupPK - the primary key of the grouptrue if the group is associated with the user; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsGroups(long pk)
throws com.liferay.portal.kernel.exception.SystemException
true if the user has any groups associated with it.containsGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the user to check for associations with groupstrue if the user has any groups associated with it; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addGroup(long pk,
long groupPK)
throws com.liferay.portal.kernel.exception.SystemException
addGroup in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usergroupPK - the primary key of the groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addGroup(long pk,
com.liferay.portal.model.Group group)
throws com.liferay.portal.kernel.exception.SystemException
addGroup in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usergroup - the groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addGroups(long pk,
long[] groupPKs)
throws com.liferay.portal.kernel.exception.SystemException
addGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usergroupPKs - the primary keys of the groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
throws com.liferay.portal.kernel.exception.SystemException
addGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usergroups - the groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void clearGroups(long pk)
throws com.liferay.portal.kernel.exception.SystemException
clearGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the user to clear the associated groups fromcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeGroup(long pk,
long groupPK)
throws com.liferay.portal.kernel.exception.SystemException
removeGroup in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usergroupPK - the primary key of the groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeGroup(long pk,
com.liferay.portal.model.Group group)
throws com.liferay.portal.kernel.exception.SystemException
removeGroup in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usergroup - the groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeGroups(long pk,
long[] groupPKs)
throws com.liferay.portal.kernel.exception.SystemException
removeGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usergroupPKs - the primary keys of the groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
throws com.liferay.portal.kernel.exception.SystemException
removeGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usergroups - the groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setGroups(long pk,
long[] groupPKs)
throws com.liferay.portal.kernel.exception.SystemException
setGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usergroupPKs - the primary keys of the groups to be associated with the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
throws com.liferay.portal.kernel.exception.SystemException
setGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usergroups - the groups to be associated with the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> getOrganizations(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getOrganizations in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> getOrganizations(long pk,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getOrganizations in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> getOrganizations(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getOrganizations in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int getOrganizationsSize(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getOrganizationsSize in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsOrganization(long pk,
long organizationPK)
throws com.liferay.portal.kernel.exception.SystemException
true if the organization is associated with the user.containsOrganization in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userorganizationPK - the primary key of the organizationtrue if the organization is associated with the user; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsOrganizations(long pk)
throws com.liferay.portal.kernel.exception.SystemException
true if the user has any organizations associated with it.containsOrganizations in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the user to check for associations with organizationstrue if the user has any organizations associated with it; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addOrganization(long pk,
long organizationPK)
throws com.liferay.portal.kernel.exception.SystemException
addOrganization in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userorganizationPK - the primary key of the organizationcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addOrganization(long pk,
com.liferay.portal.model.Organization organization)
throws com.liferay.portal.kernel.exception.SystemException
addOrganization in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userorganization - the organizationcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addOrganizations(long pk,
long[] organizationPKs)
throws com.liferay.portal.kernel.exception.SystemException
addOrganizations in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userorganizationPKs - the primary keys of the organizationscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addOrganizations(long pk,
java.util.List<com.liferay.portal.model.Organization> organizations)
throws com.liferay.portal.kernel.exception.SystemException
addOrganizations in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userorganizations - the organizationscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void clearOrganizations(long pk)
throws com.liferay.portal.kernel.exception.SystemException
clearOrganizations in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the user to clear the associated organizations fromcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeOrganization(long pk,
long organizationPK)
throws com.liferay.portal.kernel.exception.SystemException
removeOrganization in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userorganizationPK - the primary key of the organizationcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeOrganization(long pk,
com.liferay.portal.model.Organization organization)
throws com.liferay.portal.kernel.exception.SystemException
removeOrganization in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userorganization - the organizationcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeOrganizations(long pk,
long[] organizationPKs)
throws com.liferay.portal.kernel.exception.SystemException
removeOrganizations in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userorganizationPKs - the primary keys of the organizationscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeOrganizations(long pk,
java.util.List<com.liferay.portal.model.Organization> organizations)
throws com.liferay.portal.kernel.exception.SystemException
removeOrganizations in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userorganizations - the organizationscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setOrganizations(long pk,
long[] organizationPKs)
throws com.liferay.portal.kernel.exception.SystemException
setOrganizations in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userorganizationPKs - the primary keys of the organizations to be associated with the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setOrganizations(long pk,
java.util.List<com.liferay.portal.model.Organization> organizations)
throws com.liferay.portal.kernel.exception.SystemException
setOrganizations in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userorganizations - the organizations to be associated with the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> getRoles(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getRoles in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> getRoles(long pk,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getRoles in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> getRoles(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getRoles in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int getRolesSize(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getRolesSize in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsRole(long pk,
long rolePK)
throws com.liferay.portal.kernel.exception.SystemException
true if the role is associated with the user.containsRole in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userrolePK - the primary key of the roletrue if the role is associated with the user; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsRoles(long pk)
throws com.liferay.portal.kernel.exception.SystemException
true if the user has any roles associated with it.containsRoles in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the user to check for associations with rolestrue if the user has any roles associated with it; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addRole(long pk,
long rolePK)
throws com.liferay.portal.kernel.exception.SystemException
addRole in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userrolePK - the primary key of the rolecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addRole(long pk,
com.liferay.portal.model.Role role)
throws com.liferay.portal.kernel.exception.SystemException
addRole in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userrole - the rolecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addRoles(long pk,
long[] rolePKs)
throws com.liferay.portal.kernel.exception.SystemException
addRoles in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userrolePKs - the primary keys of the rolescom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addRoles(long pk,
java.util.List<com.liferay.portal.model.Role> roles)
throws com.liferay.portal.kernel.exception.SystemException
addRoles in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userroles - the rolescom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void clearRoles(long pk)
throws com.liferay.portal.kernel.exception.SystemException
clearRoles in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the user to clear the associated roles fromcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeRole(long pk,
long rolePK)
throws com.liferay.portal.kernel.exception.SystemException
removeRole in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userrolePK - the primary key of the rolecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeRole(long pk,
com.liferay.portal.model.Role role)
throws com.liferay.portal.kernel.exception.SystemException
removeRole in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userrole - the rolecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeRoles(long pk,
long[] rolePKs)
throws com.liferay.portal.kernel.exception.SystemException
removeRoles in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userrolePKs - the primary keys of the rolescom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeRoles(long pk,
java.util.List<com.liferay.portal.model.Role> roles)
throws com.liferay.portal.kernel.exception.SystemException
removeRoles in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userroles - the rolescom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setRoles(long pk,
long[] rolePKs)
throws com.liferay.portal.kernel.exception.SystemException
setRoles in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userrolePKs - the primary keys of the roles to be associated with the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setRoles(long pk,
java.util.List<com.liferay.portal.model.Role> roles)
throws com.liferay.portal.kernel.exception.SystemException
setRoles in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userroles - the roles to be associated with the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Team> getTeams(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getTeams in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Team> getTeams(long pk,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getTeams in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Team> getTeams(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getTeams in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int getTeamsSize(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getTeamsSize in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsTeam(long pk,
long teamPK)
throws com.liferay.portal.kernel.exception.SystemException
true if the team is associated with the user.containsTeam in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userteamPK - the primary key of the teamtrue if the team is associated with the user; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsTeams(long pk)
throws com.liferay.portal.kernel.exception.SystemException
true if the user has any teams associated with it.containsTeams in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the user to check for associations with teamstrue if the user has any teams associated with it; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addTeam(long pk,
long teamPK)
throws com.liferay.portal.kernel.exception.SystemException
addTeam in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userteamPK - the primary key of the teamcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addTeam(long pk,
com.liferay.portal.model.Team team)
throws com.liferay.portal.kernel.exception.SystemException
addTeam in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userteam - the teamcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addTeams(long pk,
long[] teamPKs)
throws com.liferay.portal.kernel.exception.SystemException
addTeams in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userteamPKs - the primary keys of the teamscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addTeams(long pk,
java.util.List<com.liferay.portal.model.Team> teams)
throws com.liferay.portal.kernel.exception.SystemException
addTeams in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userteams - the teamscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void clearTeams(long pk)
throws com.liferay.portal.kernel.exception.SystemException
clearTeams in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the user to clear the associated teams fromcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeTeam(long pk,
long teamPK)
throws com.liferay.portal.kernel.exception.SystemException
removeTeam in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userteamPK - the primary key of the teamcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeTeam(long pk,
com.liferay.portal.model.Team team)
throws com.liferay.portal.kernel.exception.SystemException
removeTeam in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userteam - the teamcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeTeams(long pk,
long[] teamPKs)
throws com.liferay.portal.kernel.exception.SystemException
removeTeams in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userteamPKs - the primary keys of the teamscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeTeams(long pk,
java.util.List<com.liferay.portal.model.Team> teams)
throws com.liferay.portal.kernel.exception.SystemException
removeTeams in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userteams - the teamscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setTeams(long pk,
long[] teamPKs)
throws com.liferay.portal.kernel.exception.SystemException
setTeams in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userteamPKs - the primary keys of the teams to be associated with the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setTeams(long pk,
java.util.List<com.liferay.portal.model.Team> teams)
throws com.liferay.portal.kernel.exception.SystemException
setTeams in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userteams - the teams to be associated with the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> getUserGroups(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getUserGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> getUserGroups(long pk,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getUserGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> getUserGroups(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getUserGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int getUserGroupsSize(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getUserGroupsSize in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsUserGroup(long pk,
long userGroupPK)
throws com.liferay.portal.kernel.exception.SystemException
true if the user group is associated with the user.containsUserGroup in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the useruserGroupPK - the primary key of the user grouptrue if the user group is associated with the user; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsUserGroups(long pk)
throws com.liferay.portal.kernel.exception.SystemException
true if the user has any user groups associated with it.containsUserGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the user to check for associations with user groupstrue if the user has any user groups associated with it; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addUserGroup(long pk,
long userGroupPK)
throws com.liferay.portal.kernel.exception.SystemException
addUserGroup in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the useruserGroupPK - the primary key of the user groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addUserGroup(long pk,
com.liferay.portal.model.UserGroup userGroup)
throws com.liferay.portal.kernel.exception.SystemException
addUserGroup in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the useruserGroup - the user groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addUserGroups(long pk,
long[] userGroupPKs)
throws com.liferay.portal.kernel.exception.SystemException
addUserGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the useruserGroupPKs - the primary keys of the user groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addUserGroups(long pk,
java.util.List<com.liferay.portal.model.UserGroup> userGroups)
throws com.liferay.portal.kernel.exception.SystemException
addUserGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the useruserGroups - the user groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void clearUserGroups(long pk)
throws com.liferay.portal.kernel.exception.SystemException
clearUserGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the user to clear the associated user groups fromcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeUserGroup(long pk,
long userGroupPK)
throws com.liferay.portal.kernel.exception.SystemException
removeUserGroup in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the useruserGroupPK - the primary key of the user groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeUserGroup(long pk,
com.liferay.portal.model.UserGroup userGroup)
throws com.liferay.portal.kernel.exception.SystemException
removeUserGroup in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the useruserGroup - the user groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeUserGroups(long pk,
long[] userGroupPKs)
throws com.liferay.portal.kernel.exception.SystemException
removeUserGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the useruserGroupPKs - the primary keys of the user groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeUserGroups(long pk,
java.util.List<com.liferay.portal.model.UserGroup> userGroups)
throws com.liferay.portal.kernel.exception.SystemException
removeUserGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the useruserGroups - the user groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setUserGroups(long pk,
long[] userGroupPKs)
throws com.liferay.portal.kernel.exception.SystemException
setUserGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the useruserGroupPKs - the primary keys of the user groups to be associated with the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setUserGroups(long pk,
java.util.List<com.liferay.portal.model.UserGroup> userGroups)
throws com.liferay.portal.kernel.exception.SystemException
setUserGroups in interface com.liferay.portal.service.persistence.UserPersistencepk - the primary key of the useruserGroups - the user groups to be associated with the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.User>public void afterPropertiesSet()
public void destroy()