|
Liferay 6.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<User>
com.liferay.portal.service.persistence.UserPersistenceImpl
public class UserPersistenceImpl
The persistence implementation for the user service.
Caching information and settings can be found in portal.properties
UserPersistence,
UserUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
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 Summary | |
|---|---|
UserPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
addGroup(long pk,
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,
List<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,
Organization organization)
Adds an association between the user and the organization. |
void |
addOrganizations(long pk,
List<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,
Role role)
Adds an association between the user and the role. |
void |
addRoles(long pk,
List<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,
Team team)
Adds an association between the user and the team. |
void |
addTeams(long pk,
List<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,
UserGroup userGroup)
Adds an association between the user and the user group. |
void |
addUserGroups(long pk,
List<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(List<User> users)
Caches the users in the entity cache if it is enabled. |
void |
cacheResult(User user)
Caches the user in the entity cache if it is enabled. |
protected void |
cacheUniqueFindersCache(User user)
|
void |
clearCache()
Clears the cache for all users. |
void |
clearCache(List<User> users)
Clears the cache for a List instances of this model. |
void |
clearCache(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(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,
Date createDate,
Date modifiedDate)
Returns the number of users where companyId = ? and createDate = ? and modifiedDate = ?. |
int |
countByC_CD(long companyId,
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,
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,
Date modifiedDate)
Returns the number of users where companyId = ? and modifiedDate = ?. |
int |
countByC_O(long companyId,
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,
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(String emailAddress)
Returns the number of users where emailAddress = ?. |
int |
countByPortraitId(long portraitId)
Returns the number of users where portraitId = ?. |
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of users where uuid = ? and companyId = ?. |
int |
countByUuid(String uuid)
Returns the number of users where uuid = ?. |
User |
create(long userId)
Creates a new user with the primary key. |
void |
destroy()
|
User |
fetchByC_CD_First(long companyId,
Date createDate,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?. |
User |
fetchByC_CD_Last(long companyId,
Date createDate,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?. |
User |
fetchByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
User |
fetchByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
User |
fetchByC_DU(long companyId,
boolean defaultUser)
Returns the user where companyId = ? and defaultUser = ? or returns null if it could not be found. |
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. |
User |
fetchByC_EA(long companyId,
String emailAddress)
Returns the user where companyId = ? and emailAddress = ? or returns null if it could not be found. |
User |
fetchByC_EA(long companyId,
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. |
User |
fetchByC_FID(long companyId,
long facebookId)
Returns the user where companyId = ? and facebookId = ? or returns null if it could not be found. |
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. |
User |
fetchByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?. |
User |
fetchByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?. |
User |
fetchByC_O(long companyId,
String openId)
Returns the user where companyId = ? and openId = ? or returns null if it could not be found. |
User |
fetchByC_O(long companyId,
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. |
User |
fetchByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?. |
User |
fetchByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?. |
User |
fetchByC_SN(long companyId,
String screenName)
Returns the user where companyId = ? and screenName = ? or returns null if it could not be found. |
User |
fetchByC_SN(long companyId,
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. |
User |
fetchByC_U(long companyId,
long userId)
Returns the user where companyId = ? and userId = ? or returns null if it could not be found. |
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. |
User |
fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ?. |
User |
fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ?. |
User |
fetchByContactId(long contactId)
Returns the user where contactId = ? or returns null if it could not be found. |
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. |
User |
fetchByEmailAddress_First(String emailAddress,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where emailAddress = ?. |
User |
fetchByEmailAddress_Last(String emailAddress,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where emailAddress = ?. |
User |
fetchByPortraitId(long portraitId)
Returns the user where portraitId = ? or returns null if it could not be found. |
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. |
User |
fetchByPrimaryKey(long userId)
Returns the user with the primary key or returns null if it could not be found. |
User |
fetchByPrimaryKey(Serializable primaryKey)
Returns the user with the primary key or returns null if it could not be found. |
User |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?. |
User |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?. |
User |
fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where uuid = ?. |
User |
fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where uuid = ?. |
List<User> |
findAll()
Returns all the users. |
List<User> |
findAll(int start,
int end)
Returns a range of all the users. |
List<User> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users. |
User |
findByC_CD_First(long companyId,
Date createDate,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?. |
User |
findByC_CD_Last(long companyId,
Date createDate,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?. |
User |
findByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
User |
findByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
User[] |
findByC_CD_MD_PrevAndNext(long userId,
long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
List<User> |
findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate)
Returns all the users where companyId = ? and createDate = ? and modifiedDate = ?. |
List<User> |
findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end)
Returns a range of all the users where companyId = ? and createDate = ? and modifiedDate = ?. |
List<User> |
findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?. |
User[] |
findByC_CD_PrevAndNext(long userId,
long companyId,
Date createDate,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?. |
List<User> |
findByC_CD(long companyId,
Date createDate)
Returns all the users where companyId = ? and createDate = ?. |
List<User> |
findByC_CD(long companyId,
Date createDate,
int start,
int end)
Returns a range of all the users where companyId = ? and createDate = ?. |
List<User> |
findByC_CD(long companyId,
Date createDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ?. |
User |
findByC_DU(long companyId,
boolean defaultUser)
Returns the user where companyId = ? and defaultUser = ? or throws a NoSuchUserException if it could not be found. |
User |
findByC_EA(long companyId,
String emailAddress)
Returns the user where companyId = ? and emailAddress = ? or throws a NoSuchUserException if it could not be found. |
User |
findByC_FID(long companyId,
long facebookId)
Returns the user where companyId = ? and facebookId = ? or throws a NoSuchUserException if it could not be found. |
User |
findByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?. |
User |
findByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?. |
User[] |
findByC_MD_PrevAndNext(long userId,
long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?. |
List<User> |
findByC_MD(long companyId,
Date modifiedDate)
Returns all the users where companyId = ? and modifiedDate = ?. |
List<User> |
findByC_MD(long companyId,
Date modifiedDate,
int start,
int end)
Returns a range of all the users where companyId = ? and modifiedDate = ?. |
List<User> |
findByC_MD(long companyId,
Date modifiedDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ? and modifiedDate = ?. |
User |
findByC_O(long companyId,
String openId)
Returns the user where companyId = ? and openId = ? or throws a NoSuchUserException if it could not be found. |
User |
findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?. |
User |
findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?. |
User[] |
findByC_S_PrevAndNext(long userId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and status = ?. |
List<User> |
findByC_S(long companyId,
int status)
Returns all the users where companyId = ? and status = ?. |
List<User> |
findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the users where companyId = ? and status = ?. |
List<User> |
findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ? and status = ?. |
User |
findByC_SN(long companyId,
String screenName)
Returns the user where companyId = ? and screenName = ? or throws a NoSuchUserException if it could not be found. |
User |
findByC_U(long companyId,
long userId)
Returns the user where companyId = ? and userId = ? or throws a NoSuchUserException if it could not be found. |
User |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ?. |
User |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ?. |
User[] |
findByCompanyId_PrevAndNext(long userId,
long companyId,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ?. |
List<User> |
findByCompanyId(long companyId)
Returns all the users where companyId = ?. |
List<User> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the users where companyId = ?. |
List<User> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ?. |
User |
findByContactId(long contactId)
Returns the user where contactId = ? or throws a NoSuchUserException if it could not be found. |
User |
findByEmailAddress_First(String emailAddress,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where emailAddress = ?. |
User |
findByEmailAddress_Last(String emailAddress,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where emailAddress = ?. |
User[] |
findByEmailAddress_PrevAndNext(long userId,
String emailAddress,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where emailAddress = ?. |
List<User> |
findByEmailAddress(String emailAddress)
Returns all the users where emailAddress = ?. |
List<User> |
findByEmailAddress(String emailAddress,
int start,
int end)
Returns a range of all the users where emailAddress = ?. |
List<User> |
findByEmailAddress(String emailAddress,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where emailAddress = ?. |
User |
findByPortraitId(long portraitId)
Returns the user where portraitId = ? or throws a NoSuchUserException if it could not be found. |
User |
findByPrimaryKey(long userId)
Returns the user with the primary key or throws a NoSuchUserException if it could not be found. |
User |
findByPrimaryKey(Serializable primaryKey)
Returns the user with the primary key or throws a NoSuchModelException if it could not be found. |
User |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?. |
User |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?. |
User[] |
findByUuid_C_PrevAndNext(long userId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?. |
List<User> |
findByUuid_C(String uuid,
long companyId)
Returns all the users where uuid = ? and companyId = ?. |
List<User> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the users where uuid = ? and companyId = ?. |
List<User> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where uuid = ? and companyId = ?. |
User |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where uuid = ?. |
User |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where uuid = ?. |
User[] |
findByUuid_PrevAndNext(long userId,
String uuid,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ?. |
List<User> |
findByUuid(String uuid)
Returns all the users where uuid = ?. |
List<User> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the users where uuid = ?. |
List<User> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where uuid = ?. |
protected Set<String> |
getBadColumnNames()
|
protected User |
getByC_CD_MD_PrevAndNext(Session session,
User user,
long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator,
boolean previous)
|
protected User |
getByC_CD_PrevAndNext(Session session,
User user,
long companyId,
Date createDate,
OrderByComparator orderByComparator,
boolean previous)
|
protected User |
getByC_MD_PrevAndNext(Session session,
User user,
long companyId,
Date modifiedDate,
OrderByComparator orderByComparator,
boolean previous)
|
protected User |
getByC_S_PrevAndNext(Session session,
User user,
long companyId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected User |
getByCompanyId_PrevAndNext(Session session,
User user,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected User |
getByEmailAddress_PrevAndNext(Session session,
User user,
String emailAddress,
OrderByComparator orderByComparator,
boolean previous)
|
protected User |
getByUuid_C_PrevAndNext(Session session,
User user,
String uuid,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected User |
getByUuid_PrevAndNext(Session session,
User user,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
List<Group> |
getGroups(long pk)
Returns all the groups associated with the user. |
List<Group> |
getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the user. |
List<Group> |
getGroups(long pk,
int start,
int end,
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. |
List<Organization> |
getOrganizations(long pk)
Returns all the organizations associated with the user. |
List<Organization> |
getOrganizations(long pk,
int start,
int end)
Returns a range of all the organizations associated with the user. |
List<Organization> |
getOrganizations(long pk,
int start,
int end,
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. |
List<Role> |
getRoles(long pk)
Returns all the roles associated with the user. |
List<Role> |
getRoles(long pk,
int start,
int end)
Returns a range of all the roles associated with the user. |
List<Role> |
getRoles(long pk,
int start,
int end,
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. |
List<Team> |
getTeams(long pk)
Returns all the teams associated with the user. |
List<Team> |
getTeams(long pk,
int start,
int end)
Returns a range of all the teams associated with the user. |
List<Team> |
getTeams(long pk,
int start,
int end,
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. |
List<UserGroup> |
getUserGroups(long pk)
Returns all the user groups associated with the user. |
List<UserGroup> |
getUserGroups(long pk,
int start,
int end)
Returns a range of all the user groups associated with the user. |
List<UserGroup> |
getUserGroups(long pk,
int start,
int end,
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. |
User |
remove(long userId)
Removes the user with the primary key from the database. |
User |
remove(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,
Date createDate,
Date modifiedDate)
Removes all the users where companyId = ? and createDate = ? and modifiedDate = ? from the database. |
void |
removeByC_CD(long companyId,
Date createDate)
Removes all the users where companyId = ? and createDate = ? from the database. |
User |
removeByC_DU(long companyId,
boolean defaultUser)
Removes the user where companyId = ? and defaultUser = ? from the database. |
User |
removeByC_EA(long companyId,
String emailAddress)
Removes the user where companyId = ? and emailAddress = ? from the database. |
User |
removeByC_FID(long companyId,
long facebookId)
Removes the user where companyId = ? and facebookId = ? from the database. |
void |
removeByC_MD(long companyId,
Date modifiedDate)
Removes all the users where companyId = ? and modifiedDate = ? from the database. |
User |
removeByC_O(long companyId,
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. |
User |
removeByC_SN(long companyId,
String screenName)
Removes the user where companyId = ? and screenName = ? from the database. |
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. |
User |
removeByContactId(long contactId)
Removes the user where contactId = ? from the database. |
void |
removeByEmailAddress(String emailAddress)
Removes all the users where emailAddress = ? from the database. |
User |
removeByPortraitId(long portraitId)
Removes the user where portraitId = ? from the database. |
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the users where uuid = ? and companyId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the users where uuid = ? from the database. |
void |
removeGroup(long pk,
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,
List<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 User |
removeImpl(User user)
Removes the model instance from the database. |
void |
removeOrganization(long pk,
long organizationPK)
Removes the association between the user and the organization. |
void |
removeOrganization(long pk,
Organization organization)
Removes the association between the user and the organization. |
void |
removeOrganizations(long pk,
List<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,
Role role)
Removes the association between the user and the role. |
void |
removeRoles(long pk,
List<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,
Team team)
Removes the association between the user and the team. |
void |
removeTeams(long pk,
List<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,
UserGroup userGroup)
Removes the association between the user and the user group. |
void |
removeUserGroups(long pk,
List<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,
List<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,
List<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,
List<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,
List<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,
List<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 User |
toUnwrappedModel(User user)
|
User |
updateImpl(User user)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
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, updateImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_COUNT_BY_UUID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_C
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final FinderPath FINDER_PATH_FETCH_BY_CONTACTID
public static final FinderPath FINDER_PATH_COUNT_BY_CONTACTID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_EMAILADDRESS
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_EMAILADDRESS
public static final FinderPath FINDER_PATH_COUNT_BY_EMAILADDRESS
public static final FinderPath FINDER_PATH_FETCH_BY_PORTRAITID
public static final FinderPath FINDER_PATH_COUNT_BY_PORTRAITID
public static final FinderPath FINDER_PATH_FETCH_BY_C_U
public static final FinderPath FINDER_PATH_COUNT_BY_C_U
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_CD
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_CD
public static final FinderPath FINDER_PATH_COUNT_BY_C_CD
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_MD
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_MD
public static final FinderPath FINDER_PATH_COUNT_BY_C_MD
public static final FinderPath FINDER_PATH_FETCH_BY_C_DU
public static final FinderPath FINDER_PATH_COUNT_BY_C_DU
public static final FinderPath FINDER_PATH_FETCH_BY_C_SN
public static final FinderPath FINDER_PATH_COUNT_BY_C_SN
public static final FinderPath FINDER_PATH_FETCH_BY_C_EA
public static final FinderPath FINDER_PATH_COUNT_BY_C_EA
public static final FinderPath FINDER_PATH_FETCH_BY_C_FID
public static final FinderPath FINDER_PATH_COUNT_BY_C_FID
public static final FinderPath FINDER_PATH_FETCH_BY_C_O
public static final FinderPath FINDER_PATH_COUNT_BY_C_O
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_S
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_S
public static final FinderPath FINDER_PATH_COUNT_BY_C_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_CD_MD
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_CD_MD
public static final FinderPath FINDER_PATH_COUNT_BY_C_CD_MD
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
protected TableMapper<User,Group> userToGroupTableMapper
@BeanReference(type=OrganizationPersistence.class) protected OrganizationPersistence organizationPersistence
protected TableMapper<User,Organization> userToOrganizationTableMapper
@BeanReference(type=RolePersistence.class) protected RolePersistence rolePersistence
protected TableMapper<User,Role> userToRoleTableMapper
@BeanReference(type=TeamPersistence.class) protected TeamPersistence teamPersistence
protected TableMapper<User,Team> userToTeamTableMapper
@BeanReference(type=UserGroupPersistence.class) protected UserGroupPersistence userGroupPersistence
protected TableMapper<User,UserGroup> userToUserGroupTableMapper
| Constructor Detail |
|---|
public UserPersistenceImpl()
| Method Detail |
|---|
public List<User> findByUuid(String uuid)
throws SystemException
findByUuid in interface UserPersistenceuuid - the uuid
SystemException - if a system exception occurred
public List<User> findByUuid(String uuid,
int start,
int end)
throws 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 UserPersistenceuuid - the uuidstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)
SystemException - if a system exception occurred
public List<User> findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws 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 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)
SystemException - if a system exception occurred
public User findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByUuid_First in interface UserPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException
fetchByUuid_First in interface UserPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching user could not be found
SystemException - if a system exception occurred
public User findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByUuid_Last in interface UserPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException
fetchByUuid_Last in interface UserPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching user could not be found
SystemException - if a system exception occurred
public User[] findByUuid_PrevAndNext(long userId,
String uuid,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByUuid_PrevAndNext in interface UserPersistenceuserId - the primary key of the current useruuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred
protected User getByUuid_PrevAndNext(Session session,
User user,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
public void removeByUuid(String uuid)
throws SystemException
removeByUuid in interface UserPersistenceuuid - the uuid
SystemException - if a system exception occurred
public int countByUuid(String uuid)
throws SystemException
countByUuid in interface UserPersistenceuuid - the uuid
SystemException - if a system exception occurred
public List<User> findByUuid_C(String uuid,
long companyId)
throws SystemException
findByUuid_C in interface UserPersistenceuuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
public List<User> findByUuid_C(String uuid,
long companyId,
int start,
int end)
throws 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 UserPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)
SystemException - if a system exception occurred
public List<User> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws 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 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)
SystemException - if a system exception occurred
public User findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByUuid_C_First in interface UserPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException
fetchByUuid_C_First in interface UserPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching user could not be found
SystemException - if a system exception occurred
public User findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByUuid_C_Last in interface UserPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException
fetchByUuid_C_Last in interface UserPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching user could not be found
SystemException - if a system exception occurred
public User[] findByUuid_C_PrevAndNext(long userId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByUuid_C_PrevAndNext in interface UserPersistenceuserId - the primary key of the current useruuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred
protected User getByUuid_C_PrevAndNext(Session session,
User user,
String uuid,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
public void removeByUuid_C(String uuid,
long companyId)
throws SystemException
removeByUuid_C in interface UserPersistenceuuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
public int countByUuid_C(String uuid,
long companyId)
throws SystemException
countByUuid_C in interface UserPersistenceuuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
public List<User> findByCompanyId(long companyId)
throws SystemException
findByCompanyId in interface UserPersistencecompanyId - the company ID
SystemException - if a system exception occurred
public List<User> findByCompanyId(long companyId,
int start,
int end)
throws 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 UserPersistencecompanyId - the company IDstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)
SystemException - if a system exception occurred
public List<User> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws 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 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)
SystemException - if a system exception occurred
public User findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByCompanyId_First in interface UserPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws SystemException
fetchByCompanyId_First in interface UserPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching user could not be found
SystemException - if a system exception occurred
public User findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByCompanyId_Last in interface UserPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws SystemException
fetchByCompanyId_Last in interface UserPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching user could not be found
SystemException - if a system exception occurred
public User[] findByCompanyId_PrevAndNext(long userId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByCompanyId_PrevAndNext in interface UserPersistenceuserId - the primary key of the current usercompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred
protected User getByCompanyId_PrevAndNext(Session session,
User user,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
throws SystemException
removeByCompanyId in interface UserPersistencecompanyId - the company ID
SystemException - if a system exception occurred
public int countByCompanyId(long companyId)
throws SystemException
countByCompanyId in interface UserPersistencecompanyId - the company ID
SystemException - if a system exception occurred
public User findByContactId(long contactId)
throws NoSuchUserException,
SystemException
NoSuchUserException if it could not be found.
findByContactId in interface UserPersistencecontactId - the contact ID
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByContactId(long contactId)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByContactId in interface UserPersistencecontactId - the contact ID
null if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByContactId(long contactId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByContactId in interface UserPersistencecontactId - the contact IDretrieveFromCache - whether to use the finder cache
null if a matching user could not be found
SystemException - if a system exception occurred
public User removeByContactId(long contactId)
throws NoSuchUserException,
SystemException
removeByContactId in interface UserPersistencecontactId - the contact ID
SystemException - if a system exception occurred
NoSuchUserException
public int countByContactId(long contactId)
throws SystemException
countByContactId in interface UserPersistencecontactId - the contact ID
SystemException - if a system exception occurred
public List<User> findByEmailAddress(String emailAddress)
throws SystemException
findByEmailAddress in interface UserPersistenceemailAddress - the email address
SystemException - if a system exception occurred
public List<User> findByEmailAddress(String emailAddress,
int start,
int end)
throws 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 UserPersistenceemailAddress - the email addressstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)
SystemException - if a system exception occurred
public List<User> findByEmailAddress(String emailAddress,
int start,
int end,
OrderByComparator orderByComparator)
throws 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 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)
SystemException - if a system exception occurred
public User findByEmailAddress_First(String emailAddress,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByEmailAddress_First in interface UserPersistenceemailAddress - the email addressorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByEmailAddress_First(String emailAddress,
OrderByComparator orderByComparator)
throws SystemException
fetchByEmailAddress_First in interface UserPersistenceemailAddress - the email addressorderByComparator - the comparator to order the set by (optionally null)
null if a matching user could not be found
SystemException - if a system exception occurred
public User findByEmailAddress_Last(String emailAddress,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByEmailAddress_Last in interface UserPersistenceemailAddress - the email addressorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByEmailAddress_Last(String emailAddress,
OrderByComparator orderByComparator)
throws SystemException
fetchByEmailAddress_Last in interface UserPersistenceemailAddress - the email addressorderByComparator - the comparator to order the set by (optionally null)
null if a matching user could not be found
SystemException - if a system exception occurred
public User[] findByEmailAddress_PrevAndNext(long userId,
String emailAddress,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByEmailAddress_PrevAndNext in interface UserPersistenceuserId - the primary key of the current useremailAddress - the email addressorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred
protected User getByEmailAddress_PrevAndNext(Session session,
User user,
String emailAddress,
OrderByComparator orderByComparator,
boolean previous)
public void removeByEmailAddress(String emailAddress)
throws SystemException
removeByEmailAddress in interface UserPersistenceemailAddress - the email address
SystemException - if a system exception occurred
public int countByEmailAddress(String emailAddress)
throws SystemException
countByEmailAddress in interface UserPersistenceemailAddress - the email address
SystemException - if a system exception occurred
public User findByPortraitId(long portraitId)
throws NoSuchUserException,
SystemException
NoSuchUserException if it could not be found.
findByPortraitId in interface UserPersistenceportraitId - the portrait ID
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByPortraitId(long portraitId)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByPortraitId in interface UserPersistenceportraitId - the portrait ID
null if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByPortraitId(long portraitId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByPortraitId in interface UserPersistenceportraitId - the portrait IDretrieveFromCache - whether to use the finder cache
null if a matching user could not be found
SystemException - if a system exception occurred
public User removeByPortraitId(long portraitId)
throws NoSuchUserException,
SystemException
removeByPortraitId in interface UserPersistenceportraitId - the portrait ID
SystemException - if a system exception occurred
NoSuchUserException
public int countByPortraitId(long portraitId)
throws SystemException
countByPortraitId in interface UserPersistenceportraitId - the portrait ID
SystemException - if a system exception occurred
public User findByC_U(long companyId,
long userId)
throws NoSuchUserException,
SystemException
NoSuchUserException if it could not be found.
findByC_U in interface UserPersistencecompanyId - the company IDuserId - the user ID
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_U(long companyId,
long userId)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByC_U in interface UserPersistencecompanyId - the company IDuserId - the user ID
null if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_U(long companyId,
long userId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByC_U in interface UserPersistencecompanyId - the company IDuserId - the user IDretrieveFromCache - whether to use the finder cache
null if a matching user could not be found
SystemException - if a system exception occurred
public User removeByC_U(long companyId,
long userId)
throws NoSuchUserException,
SystemException
removeByC_U in interface UserPersistencecompanyId - the company IDuserId - the user ID
SystemException - if a system exception occurred
NoSuchUserException
public int countByC_U(long companyId,
long userId)
throws SystemException
countByC_U in interface UserPersistencecompanyId - the company IDuserId - the user ID
SystemException - if a system exception occurred
public List<User> findByC_CD(long companyId,
Date createDate)
throws SystemException
findByC_CD in interface UserPersistencecompanyId - the company IDcreateDate - the create date
SystemException - if a system exception occurred
public List<User> findByC_CD(long companyId,
Date createDate,
int start,
int end)
throws 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 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)
SystemException - if a system exception occurred
public List<User> findByC_CD(long companyId,
Date createDate,
int start,
int end,
OrderByComparator orderByComparator)
throws 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 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)
SystemException - if a system exception occurred
public User findByC_CD_First(long companyId,
Date createDate,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByC_CD_First in interface UserPersistencecompanyId - the company IDcreateDate - the create dateorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_CD_First(long companyId,
Date createDate,
OrderByComparator orderByComparator)
throws SystemException
fetchByC_CD_First in interface UserPersistencecompanyId - the company IDcreateDate - the create dateorderByComparator - the comparator to order the set by (optionally null)
null if a matching user could not be found
SystemException - if a system exception occurred
public User findByC_CD_Last(long companyId,
Date createDate,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByC_CD_Last in interface UserPersistencecompanyId - the company IDcreateDate - the create dateorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_CD_Last(long companyId,
Date createDate,
OrderByComparator orderByComparator)
throws SystemException
fetchByC_CD_Last in interface UserPersistencecompanyId - the company IDcreateDate - the create dateorderByComparator - the comparator to order the set by (optionally null)
null if a matching user could not be found
SystemException - if a system exception occurred
public User[] findByC_CD_PrevAndNext(long userId,
long companyId,
Date createDate,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByC_CD_PrevAndNext in interface UserPersistenceuserId - the primary key of the current usercompanyId - the company IDcreateDate - the create dateorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred
protected User getByC_CD_PrevAndNext(Session session,
User user,
long companyId,
Date createDate,
OrderByComparator orderByComparator,
boolean previous)
public void removeByC_CD(long companyId,
Date createDate)
throws SystemException
removeByC_CD in interface UserPersistencecompanyId - the company IDcreateDate - the create date
SystemException - if a system exception occurred
public int countByC_CD(long companyId,
Date createDate)
throws SystemException
countByC_CD in interface UserPersistencecompanyId - the company IDcreateDate - the create date
SystemException - if a system exception occurred
public List<User> findByC_MD(long companyId,
Date modifiedDate)
throws SystemException
findByC_MD in interface UserPersistencecompanyId - the company IDmodifiedDate - the modified date
SystemException - if a system exception occurred
public List<User> findByC_MD(long companyId,
Date modifiedDate,
int start,
int end)
throws 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 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)
SystemException - if a system exception occurred
public List<User> findByC_MD(long companyId,
Date modifiedDate,
int start,
int end,
OrderByComparator orderByComparator)
throws 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 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)
SystemException - if a system exception occurred
public User findByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByC_MD_First in interface UserPersistencecompanyId - the company IDmodifiedDate - the modified dateorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
throws SystemException
fetchByC_MD_First in interface UserPersistencecompanyId - the company IDmodifiedDate - the modified dateorderByComparator - the comparator to order the set by (optionally null)
null if a matching user could not be found
SystemException - if a system exception occurred
public User findByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByC_MD_Last in interface UserPersistencecompanyId - the company IDmodifiedDate - the modified dateorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
throws SystemException
fetchByC_MD_Last in interface UserPersistencecompanyId - the company IDmodifiedDate - the modified dateorderByComparator - the comparator to order the set by (optionally null)
null if a matching user could not be found
SystemException - if a system exception occurred
public User[] findByC_MD_PrevAndNext(long userId,
long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByC_MD_PrevAndNext in interface UserPersistenceuserId - the primary key of the current usercompanyId - the company IDmodifiedDate - the modified dateorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred
protected User getByC_MD_PrevAndNext(Session session,
User user,
long companyId,
Date modifiedDate,
OrderByComparator orderByComparator,
boolean previous)
public void removeByC_MD(long companyId,
Date modifiedDate)
throws SystemException
removeByC_MD in interface UserPersistencecompanyId - the company IDmodifiedDate - the modified date
SystemException - if a system exception occurred
public int countByC_MD(long companyId,
Date modifiedDate)
throws SystemException
countByC_MD in interface UserPersistencecompanyId - the company IDmodifiedDate - the modified date
SystemException - if a system exception occurred
public User findByC_DU(long companyId,
boolean defaultUser)
throws NoSuchUserException,
SystemException
NoSuchUserException if it could not be found.
findByC_DU in interface UserPersistencecompanyId - the company IDdefaultUser - the default user
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_DU(long companyId,
boolean defaultUser)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByC_DU in interface UserPersistencecompanyId - the company IDdefaultUser - the default user
null if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_DU(long companyId,
boolean defaultUser,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByC_DU in interface UserPersistencecompanyId - the company IDdefaultUser - the default userretrieveFromCache - whether to use the finder cache
null if a matching user could not be found
SystemException - if a system exception occurred
public User removeByC_DU(long companyId,
boolean defaultUser)
throws NoSuchUserException,
SystemException
removeByC_DU in interface UserPersistencecompanyId - the company IDdefaultUser - the default user
SystemException - if a system exception occurred
NoSuchUserException
public int countByC_DU(long companyId,
boolean defaultUser)
throws SystemException
countByC_DU in interface UserPersistencecompanyId - the company IDdefaultUser - the default user
SystemException - if a system exception occurred
public User findByC_SN(long companyId,
String screenName)
throws NoSuchUserException,
SystemException
NoSuchUserException if it could not be found.
findByC_SN in interface UserPersistencecompanyId - the company IDscreenName - the screen name
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_SN(long companyId,
String screenName)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByC_SN in interface UserPersistencecompanyId - the company IDscreenName - the screen name
null if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_SN(long companyId,
String screenName,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByC_SN in interface UserPersistencecompanyId - the company IDscreenName - the screen nameretrieveFromCache - whether to use the finder cache
null if a matching user could not be found
SystemException - if a system exception occurred
public User removeByC_SN(long companyId,
String screenName)
throws NoSuchUserException,
SystemException
removeByC_SN in interface UserPersistencecompanyId - the company IDscreenName - the screen name
SystemException - if a system exception occurred
NoSuchUserException
public int countByC_SN(long companyId,
String screenName)
throws SystemException
countByC_SN in interface UserPersistencecompanyId - the company IDscreenName - the screen name
SystemException - if a system exception occurred
public User findByC_EA(long companyId,
String emailAddress)
throws NoSuchUserException,
SystemException
NoSuchUserException if it could not be found.
findByC_EA in interface UserPersistencecompanyId - the company IDemailAddress - the email address
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_EA(long companyId,
String emailAddress)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByC_EA in interface UserPersistencecompanyId - the company IDemailAddress - the email address
null if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_EA(long companyId,
String emailAddress,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByC_EA in interface UserPersistencecompanyId - the company IDemailAddress - the email addressretrieveFromCache - whether to use the finder cache
null if a matching user could not be found
SystemException - if a system exception occurred
public User removeByC_EA(long companyId,
String emailAddress)
throws NoSuchUserException,
SystemException
removeByC_EA in interface UserPersistencecompanyId - the company IDemailAddress - the email address
SystemException - if a system exception occurred
NoSuchUserException
public int countByC_EA(long companyId,
String emailAddress)
throws SystemException
countByC_EA in interface UserPersistencecompanyId - the company IDemailAddress - the email address
SystemException - if a system exception occurred
public User findByC_FID(long companyId,
long facebookId)
throws NoSuchUserException,
SystemException
NoSuchUserException if it could not be found.
findByC_FID in interface UserPersistencecompanyId - the company IDfacebookId - the facebook ID
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_FID(long companyId,
long facebookId)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByC_FID in interface UserPersistencecompanyId - the company IDfacebookId - the facebook ID
null if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_FID(long companyId,
long facebookId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByC_FID in interface UserPersistencecompanyId - the company IDfacebookId - the facebook IDretrieveFromCache - whether to use the finder cache
null if a matching user could not be found
SystemException - if a system exception occurred
public User removeByC_FID(long companyId,
long facebookId)
throws NoSuchUserException,
SystemException
removeByC_FID in interface UserPersistencecompanyId - the company IDfacebookId - the facebook ID
SystemException - if a system exception occurred
NoSuchUserException
public int countByC_FID(long companyId,
long facebookId)
throws SystemException
countByC_FID in interface UserPersistencecompanyId - the company IDfacebookId - the facebook ID
SystemException - if a system exception occurred
public User findByC_O(long companyId,
String openId)
throws NoSuchUserException,
SystemException
NoSuchUserException if it could not be found.
findByC_O in interface UserPersistencecompanyId - the company IDopenId - the open ID
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_O(long companyId,
String openId)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByC_O in interface UserPersistencecompanyId - the company IDopenId - the open ID
null if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_O(long companyId,
String openId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByC_O in interface UserPersistencecompanyId - the company IDopenId - the open IDretrieveFromCache - whether to use the finder cache
null if a matching user could not be found
SystemException - if a system exception occurred
public User removeByC_O(long companyId,
String openId)
throws NoSuchUserException,
SystemException
removeByC_O in interface UserPersistencecompanyId - the company IDopenId - the open ID
SystemException - if a system exception occurred
NoSuchUserException
public int countByC_O(long companyId,
String openId)
throws SystemException
countByC_O in interface UserPersistencecompanyId - the company IDopenId - the open ID
SystemException - if a system exception occurred
public List<User> findByC_S(long companyId,
int status)
throws SystemException
findByC_S in interface UserPersistencecompanyId - the company IDstatus - the status
SystemException - if a system exception occurred
public List<User> findByC_S(long companyId,
int status,
int start,
int end)
throws 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 UserPersistencecompanyId - the company IDstatus - the statusstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)
SystemException - if a system exception occurred
public List<User> findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws 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 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)
SystemException - if a system exception occurred
public User findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByC_S_First in interface UserPersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
throws SystemException
fetchByC_S_First in interface UserPersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching user could not be found
SystemException - if a system exception occurred
public User findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByC_S_Last in interface UserPersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
throws SystemException
fetchByC_S_Last in interface UserPersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching user could not be found
SystemException - if a system exception occurred
public User[] findByC_S_PrevAndNext(long userId,
long companyId,
int status,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByC_S_PrevAndNext in interface UserPersistenceuserId - the primary key of the current usercompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred
protected User getByC_S_PrevAndNext(Session session,
User user,
long companyId,
int status,
OrderByComparator orderByComparator,
boolean previous)
public void removeByC_S(long companyId,
int status)
throws SystemException
removeByC_S in interface UserPersistencecompanyId - the company IDstatus - the status
SystemException - if a system exception occurred
public int countByC_S(long companyId,
int status)
throws SystemException
countByC_S in interface UserPersistencecompanyId - the company IDstatus - the status
SystemException - if a system exception occurred
public List<User> findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate)
throws SystemException
findByC_CD_MD in interface UserPersistencecompanyId - the company IDcreateDate - the create datemodifiedDate - the modified date
SystemException - if a system exception occurred
public List<User> findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end)
throws 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 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)
SystemException - if a system exception occurred
public List<User> findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end,
OrderByComparator orderByComparator)
throws 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 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)
SystemException - if a system exception occurred
public User findByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByC_CD_MD_First in interface UserPersistencecompanyId - the company IDcreateDate - the create datemodifiedDate - the modified dateorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
throws SystemException
fetchByC_CD_MD_First in interface 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 found
SystemException - if a system exception occurred
public User findByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByC_CD_MD_Last in interface UserPersistencecompanyId - the company IDcreateDate - the create datemodifiedDate - the modified dateorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
public User fetchByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
throws SystemException
fetchByC_CD_MD_Last in interface 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 found
SystemException - if a system exception occurred
public User[] findByC_CD_MD_PrevAndNext(long userId,
long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByC_CD_MD_PrevAndNext in interface 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)
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred
protected User getByC_CD_MD_PrevAndNext(Session session,
User user,
long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator,
boolean previous)
public void removeByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate)
throws SystemException
removeByC_CD_MD in interface UserPersistencecompanyId - the company IDcreateDate - the create datemodifiedDate - the modified date
SystemException - if a system exception occurred
public int countByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate)
throws SystemException
countByC_CD_MD in interface UserPersistencecompanyId - the company IDcreateDate - the create datemodifiedDate - the modified date
SystemException - if a system exception occurredpublic void cacheResult(User user)
cacheResult in interface UserPersistenceuser - the userpublic void cacheResult(List<User> users)
cacheResult in interface UserPersistenceusers - the userspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<User>clearCache in class BasePersistenceImpl<User>public void clearCache(User user)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<User>clearCache in class BasePersistenceImpl<User>user - the instance of this model to clear the cache forpublic void clearCache(List<User> users)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<User>clearCache in class BasePersistenceImpl<User>users - the List instances of this model to clear the cache forprotected void cacheUniqueFindersCache(User user)
protected void clearUniqueFindersCache(User user)
public User create(long userId)
create in interface UserPersistenceuserId - the primary key for the new user
public User remove(long userId)
throws NoSuchUserException,
SystemException
remove in interface UserPersistenceuserId - the primary key of the user
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred
public User remove(Serializable primaryKey)
throws NoSuchUserException,
SystemException
remove in interface BasePersistence<User>remove in class BasePersistenceImpl<User>primaryKey - the primary key of the user
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred
protected User removeImpl(User user)
throws SystemException
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<User>user - the model instance to remove
SystemException - if a system exception occurred
public User updateImpl(User user)
throws SystemException
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface UserPersistenceupdateImpl in class BasePersistenceImpl<User>user - the model instance to update
SystemException - if a system exception occurredprotected User toUnwrappedModel(User user)
public User findByPrimaryKey(Serializable primaryKey)
throws NoSuchUserException,
SystemException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<User>findByPrimaryKey in class BasePersistenceImpl<User>primaryKey - the primary key of the user
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred
public User findByPrimaryKey(long userId)
throws NoSuchUserException,
SystemException
NoSuchUserException if it could not be found.
findByPrimaryKey in interface UserPersistenceuserId - the primary key of the user
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred
public User fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<User>fetchByPrimaryKey in class BasePersistenceImpl<User>primaryKey - the primary key of the user
null if a user with the primary key could not be found
SystemException - if a system exception occurred
public User fetchByPrimaryKey(long userId)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface UserPersistenceuserId - the primary key of the user
null if a user with the primary key could not be found
SystemException - if a system exception occurred
public List<User> findAll()
throws SystemException
findAll in interface UserPersistenceSystemException - if a system exception occurred
public List<User> findAll(int start,
int end)
throws 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 UserPersistencestart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)
SystemException - if a system exception occurred
public List<User> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws 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 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)
SystemException - if a system exception occurred
public void removeAll()
throws SystemException
removeAll in interface UserPersistenceSystemException - if a system exception occurred
public int countAll()
throws SystemException
countAll in interface UserPersistenceSystemException - if a system exception occurred
public List<Group> getGroups(long pk)
throws SystemException
getGroups in interface UserPersistencepk - the primary key of the user
SystemException - if a system exception occurred
public List<Group> getGroups(long pk,
int start,
int end)
throws 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 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)
SystemException - if a system exception occurred
public List<Group> getGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws 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 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)
SystemException - if a system exception occurred
public int getGroupsSize(long pk)
throws SystemException
getGroupsSize in interface UserPersistencepk - the primary key of the user
SystemException - if a system exception occurred
public boolean containsGroup(long pk,
long groupPK)
throws SystemException
true if the group is associated with the user.
containsGroup in interface UserPersistencepk - the primary key of the usergroupPK - the primary key of the group
true if the group is associated with the user; false otherwise
SystemException - if a system exception occurred
public boolean containsGroups(long pk)
throws SystemException
true if the user has any groups associated with it.
containsGroups in interface UserPersistencepk - the primary key of the user to check for associations with groups
true if the user has any groups associated with it; false otherwise
SystemException - if a system exception occurred
public void addGroup(long pk,
long groupPK)
throws SystemException
addGroup in interface UserPersistencepk - the primary key of the usergroupPK - the primary key of the group
SystemException - if a system exception occurred
public void addGroup(long pk,
Group group)
throws SystemException
addGroup in interface UserPersistencepk - the primary key of the usergroup - the group
SystemException - if a system exception occurred
public void addGroups(long pk,
long[] groupPKs)
throws SystemException
addGroups in interface UserPersistencepk - the primary key of the usergroupPKs - the primary keys of the groups
SystemException - if a system exception occurred
public void addGroups(long pk,
List<Group> groups)
throws SystemException
addGroups in interface UserPersistencepk - the primary key of the usergroups - the groups
SystemException - if a system exception occurred
public void clearGroups(long pk)
throws SystemException
clearGroups in interface UserPersistencepk - the primary key of the user to clear the associated groups from
SystemException - if a system exception occurred
public void removeGroup(long pk,
long groupPK)
throws SystemException
removeGroup in interface UserPersistencepk - the primary key of the usergroupPK - the primary key of the group
SystemException - if a system exception occurred
public void removeGroup(long pk,
Group group)
throws SystemException
removeGroup in interface UserPersistencepk - the primary key of the usergroup - the group
SystemException - if a system exception occurred
public void removeGroups(long pk,
long[] groupPKs)
throws SystemException
removeGroups in interface UserPersistencepk - the primary key of the usergroupPKs - the primary keys of the groups
SystemException - if a system exception occurred
public void removeGroups(long pk,
List<Group> groups)
throws SystemException
removeGroups in interface UserPersistencepk - the primary key of the usergroups - the groups
SystemException - if a system exception occurred
public void setGroups(long pk,
long[] groupPKs)
throws SystemException
setGroups in interface UserPersistencepk - the primary key of the usergroupPKs - the primary keys of the groups to be associated with the user
SystemException - if a system exception occurred
public void setGroups(long pk,
List<Group> groups)
throws SystemException
setGroups in interface UserPersistencepk - the primary key of the usergroups - the groups to be associated with the user
SystemException - if a system exception occurred
public List<Organization> getOrganizations(long pk)
throws SystemException
getOrganizations in interface UserPersistencepk - the primary key of the user
SystemException - if a system exception occurred
public List<Organization> getOrganizations(long pk,
int start,
int end)
throws 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 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)
SystemException - if a system exception occurred
public List<Organization> getOrganizations(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws 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 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)
SystemException - if a system exception occurred
public int getOrganizationsSize(long pk)
throws SystemException
getOrganizationsSize in interface UserPersistencepk - the primary key of the user
SystemException - if a system exception occurred
public boolean containsOrganization(long pk,
long organizationPK)
throws SystemException
true if the organization is associated with the user.
containsOrganization in interface UserPersistencepk - the primary key of the userorganizationPK - the primary key of the organization
true if the organization is associated with the user; false otherwise
SystemException - if a system exception occurred
public boolean containsOrganizations(long pk)
throws SystemException
true if the user has any organizations associated with it.
containsOrganizations in interface UserPersistencepk - the primary key of the user to check for associations with organizations
true if the user has any organizations associated with it; false otherwise
SystemException - if a system exception occurred
public void addOrganization(long pk,
long organizationPK)
throws SystemException
addOrganization in interface UserPersistencepk - the primary key of the userorganizationPK - the primary key of the organization
SystemException - if a system exception occurred
public void addOrganization(long pk,
Organization organization)
throws SystemException
addOrganization in interface UserPersistencepk - the primary key of the userorganization - the organization
SystemException - if a system exception occurred
public void addOrganizations(long pk,
long[] organizationPKs)
throws SystemException
addOrganizations in interface UserPersistencepk - the primary key of the userorganizationPKs - the primary keys of the organizations
SystemException - if a system exception occurred
public void addOrganizations(long pk,
List<Organization> organizations)
throws SystemException
addOrganizations in interface UserPersistencepk - the primary key of the userorganizations - the organizations
SystemException - if a system exception occurred
public void clearOrganizations(long pk)
throws SystemException
clearOrganizations in interface UserPersistencepk - the primary key of the user to clear the associated organizations from
SystemException - if a system exception occurred
public void removeOrganization(long pk,
long organizationPK)
throws SystemException
removeOrganization in interface UserPersistencepk - the primary key of the userorganizationPK - the primary key of the organization
SystemException - if a system exception occurred
public void removeOrganization(long pk,
Organization organization)
throws SystemException
removeOrganization in interface UserPersistencepk - the primary key of the userorganization - the organization
SystemException - if a system exception occurred
public void removeOrganizations(long pk,
long[] organizationPKs)
throws SystemException
removeOrganizations in interface UserPersistencepk - the primary key of the userorganizationPKs - the primary keys of the organizations
SystemException - if a system exception occurred
public void removeOrganizations(long pk,
List<Organization> organizations)
throws SystemException
removeOrganizations in interface UserPersistencepk - the primary key of the userorganizations - the organizations
SystemException - if a system exception occurred
public void setOrganizations(long pk,
long[] organizationPKs)
throws SystemException
setOrganizations in interface UserPersistencepk - the primary key of the userorganizationPKs - the primary keys of the organizations to be associated with the user
SystemException - if a system exception occurred
public void setOrganizations(long pk,
List<Organization> organizations)
throws SystemException
setOrganizations in interface UserPersistencepk - the primary key of the userorganizations - the organizations to be associated with the user
SystemException - if a system exception occurred
public List<Role> getRoles(long pk)
throws SystemException
getRoles in interface UserPersistencepk - the primary key of the user
SystemException - if a system exception occurred
public List<Role> getRoles(long pk,
int start,
int end)
throws 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 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)
SystemException - if a system exception occurred
public List<Role> getRoles(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws 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 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)
SystemException - if a system exception occurred
public int getRolesSize(long pk)
throws SystemException
getRolesSize in interface UserPersistencepk - the primary key of the user
SystemException - if a system exception occurred
public boolean containsRole(long pk,
long rolePK)
throws SystemException
true if the role is associated with the user.
containsRole in interface UserPersistencepk - the primary key of the userrolePK - the primary key of the role
true if the role is associated with the user; false otherwise
SystemException - if a system exception occurred
public boolean containsRoles(long pk)
throws SystemException
true if the user has any roles associated with it.
containsRoles in interface UserPersistencepk - the primary key of the user to check for associations with roles
true if the user has any roles associated with it; false otherwise
SystemException - if a system exception occurred
public void addRole(long pk,
long rolePK)
throws SystemException
addRole in interface UserPersistencepk - the primary key of the userrolePK - the primary key of the role
SystemException - if a system exception occurred
public void addRole(long pk,
Role role)
throws SystemException
addRole in interface UserPersistencepk - the primary key of the userrole - the role
SystemException - if a system exception occurred
public void addRoles(long pk,
long[] rolePKs)
throws SystemException
addRoles in interface UserPersistencepk - the primary key of the userrolePKs - the primary keys of the roles
SystemException - if a system exception occurred
public void addRoles(long pk,
List<Role> roles)
throws SystemException
addRoles in interface UserPersistencepk - the primary key of the userroles - the roles
SystemException - if a system exception occurred
public void clearRoles(long pk)
throws SystemException
clearRoles in interface UserPersistencepk - the primary key of the user to clear the associated roles from
SystemException - if a system exception occurred
public void removeRole(long pk,
long rolePK)
throws SystemException
removeRole in interface UserPersistencepk - the primary key of the userrolePK - the primary key of the role
SystemException - if a system exception occurred
public void removeRole(long pk,
Role role)
throws SystemException
removeRole in interface UserPersistencepk - the primary key of the userrole - the role
SystemException - if a system exception occurred
public void removeRoles(long pk,
long[] rolePKs)
throws SystemException
removeRoles in interface UserPersistencepk - the primary key of the userrolePKs - the primary keys of the roles
SystemException - if a system exception occurred
public void removeRoles(long pk,
List<Role> roles)
throws SystemException
removeRoles in interface UserPersistencepk - the primary key of the userroles - the roles
SystemException - if a system exception occurred
public void setRoles(long pk,
long[] rolePKs)
throws SystemException
setRoles in interface UserPersistencepk - the primary key of the userrolePKs - the primary keys of the roles to be associated with the user
SystemException - if a system exception occurred
public void setRoles(long pk,
List<Role> roles)
throws SystemException
setRoles in interface UserPersistencepk - the primary key of the userroles - the roles to be associated with the user
SystemException - if a system exception occurred
public List<Team> getTeams(long pk)
throws SystemException
getTeams in interface UserPersistencepk - the primary key of the user
SystemException - if a system exception occurred
public List<Team> getTeams(long pk,
int start,
int end)
throws 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 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)
SystemException - if a system exception occurred
public List<Team> getTeams(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws 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 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)
SystemException - if a system exception occurred
public int getTeamsSize(long pk)
throws SystemException
getTeamsSize in interface UserPersistencepk - the primary key of the user
SystemException - if a system exception occurred
public boolean containsTeam(long pk,
long teamPK)
throws SystemException
true if the team is associated with the user.
containsTeam in interface UserPersistencepk - the primary key of the userteamPK - the primary key of the team
true if the team is associated with the user; false otherwise
SystemException - if a system exception occurred
public boolean containsTeams(long pk)
throws SystemException
true if the user has any teams associated with it.
containsTeams in interface UserPersistencepk - the primary key of the user to check for associations with teams
true if the user has any teams associated with it; false otherwise
SystemException - if a system exception occurred
public void addTeam(long pk,
long teamPK)
throws SystemException
addTeam in interface UserPersistencepk - the primary key of the userteamPK - the primary key of the team
SystemException - if a system exception occurred
public void addTeam(long pk,
Team team)
throws SystemException
addTeam in interface UserPersistencepk - the primary key of the userteam - the team
SystemException - if a system exception occurred
public void addTeams(long pk,
long[] teamPKs)
throws SystemException
addTeams in interface UserPersistencepk - the primary key of the userteamPKs - the primary keys of the teams
SystemException - if a system exception occurred
public void addTeams(long pk,
List<Team> teams)
throws SystemException
addTeams in interface UserPersistencepk - the primary key of the userteams - the teams
SystemException - if a system exception occurred
public void clearTeams(long pk)
throws SystemException
clearTeams in interface UserPersistencepk - the primary key of the user to clear the associated teams from
SystemException - if a system exception occurred
public void removeTeam(long pk,
long teamPK)
throws SystemException
removeTeam in interface UserPersistencepk - the primary key of the userteamPK - the primary key of the team
SystemException - if a system exception occurred
public void removeTeam(long pk,
Team team)
throws SystemException
removeTeam in interface UserPersistencepk - the primary key of the userteam - the team
SystemException - if a system exception occurred
public void removeTeams(long pk,
long[] teamPKs)
throws SystemException
removeTeams in interface UserPersistencepk - the primary key of the userteamPKs - the primary keys of the teams
SystemException - if a system exception occurred
public void removeTeams(long pk,
List<Team> teams)
throws SystemException
removeTeams in interface UserPersistencepk - the primary key of the userteams - the teams
SystemException - if a system exception occurred
public void setTeams(long pk,
long[] teamPKs)
throws SystemException
setTeams in interface UserPersistencepk - the primary key of the userteamPKs - the primary keys of the teams to be associated with the user
SystemException - if a system exception occurred
public void setTeams(long pk,
List<Team> teams)
throws SystemException
setTeams in interface UserPersistencepk - the primary key of the userteams - the teams to be associated with the user
SystemException - if a system exception occurred
public List<UserGroup> getUserGroups(long pk)
throws SystemException
getUserGroups in interface UserPersistencepk - the primary key of the user
SystemException - if a system exception occurred
public List<UserGroup> getUserGroups(long pk,
int start,
int end)
throws 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 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)
SystemException - if a system exception occurred
public List<UserGroup> getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws 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 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)
SystemException - if a system exception occurred
public int getUserGroupsSize(long pk)
throws SystemException
getUserGroupsSize in interface UserPersistencepk - the primary key of the user
SystemException - if a system exception occurred
public boolean containsUserGroup(long pk,
long userGroupPK)
throws SystemException
true if the user group is associated with the user.
containsUserGroup in interface UserPersistencepk - the primary key of the useruserGroupPK - the primary key of the user group
true if the user group is associated with the user; false otherwise
SystemException - if a system exception occurred
public boolean containsUserGroups(long pk)
throws SystemException
true if the user has any user groups associated with it.
containsUserGroups in interface UserPersistencepk - the primary key of the user to check for associations with user groups
true if the user has any user groups associated with it; false otherwise
SystemException - if a system exception occurred
public void addUserGroup(long pk,
long userGroupPK)
throws SystemException
addUserGroup in interface UserPersistencepk - the primary key of the useruserGroupPK - the primary key of the user group
SystemException - if a system exception occurred
public void addUserGroup(long pk,
UserGroup userGroup)
throws SystemException
addUserGroup in interface UserPersistencepk - the primary key of the useruserGroup - the user group
SystemException - if a system exception occurred
public void addUserGroups(long pk,
long[] userGroupPKs)
throws SystemException
addUserGroups in interface UserPersistencepk - the primary key of the useruserGroupPKs - the primary keys of the user groups
SystemException - if a system exception occurred
public void addUserGroups(long pk,
List<UserGroup> userGroups)
throws SystemException
addUserGroups in interface UserPersistencepk - the primary key of the useruserGroups - the user groups
SystemException - if a system exception occurred
public void clearUserGroups(long pk)
throws SystemException
clearUserGroups in interface UserPersistencepk - the primary key of the user to clear the associated user groups from
SystemException - if a system exception occurred
public void removeUserGroup(long pk,
long userGroupPK)
throws SystemException
removeUserGroup in interface UserPersistencepk - the primary key of the useruserGroupPK - the primary key of the user group
SystemException - if a system exception occurred
public void removeUserGroup(long pk,
UserGroup userGroup)
throws SystemException
removeUserGroup in interface UserPersistencepk - the primary key of the useruserGroup - the user group
SystemException - if a system exception occurred
public void removeUserGroups(long pk,
long[] userGroupPKs)
throws SystemException
removeUserGroups in interface UserPersistencepk - the primary key of the useruserGroupPKs - the primary keys of the user groups
SystemException - if a system exception occurred
public void removeUserGroups(long pk,
List<UserGroup> userGroups)
throws SystemException
removeUserGroups in interface UserPersistencepk - the primary key of the useruserGroups - the user groups
SystemException - if a system exception occurred
public void setUserGroups(long pk,
long[] userGroupPKs)
throws SystemException
setUserGroups in interface UserPersistencepk - the primary key of the useruserGroupPKs - the primary keys of the user groups to be associated with the user
SystemException - if a system exception occurred
public void setUserGroups(long pk,
List<UserGroup> userGroups)
throws SystemException
setUserGroups in interface UserPersistencepk - the primary key of the useruserGroups - the user groups to be associated with the user
SystemException - if a system exception occurredprotected Set<String> getBadColumnNames()
getBadColumnNames in class BasePersistenceImpl<User>public void afterPropertiesSet()
public void destroy()
|
Liferay 6.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||