Liferay 6.2-ce-ga5

com.liferay.portal.service.persistence
Interface UserPersistence

All Superinterfaces:
BasePersistence<User>
All Known Implementing Classes:
UserPersistenceImpl

@ProviderType
public interface UserPersistence
extends BasePersistence<User>

The persistence interface for the user service.

Caching information and settings can be found in portal.properties

See Also:
UserPersistenceImpl, UserUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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 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.
 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.
 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.
 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 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 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 = ?.
 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.
 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.
 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.
 User updateImpl(User user)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update
 

Method Detail

findByUuid

List<User> findByUuid(String uuid)
                      throws SystemException
Returns all the users where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the matching users
Throws:
SystemException - if a system exception occurred

findByUuid

List<User> findByUuid(String uuid,
                      int start,
                      int end)
                      throws SystemException
Returns a range of all the users where uuid = ?.

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.

Parameters:
uuid - the uuid
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
Returns:
the range of matching users
Throws:
SystemException - if a system exception occurred

findByUuid

List<User> findByUuid(String uuid,
                      int start,
                      int end,
                      OrderByComparator orderByComparator)
                      throws SystemException
Returns an ordered range of all the users where uuid = ?.

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.

Parameters:
uuid - the uuid
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching users
Throws:
SystemException - if a system exception occurred

findByUuid_First

User findByUuid_First(String uuid,
                      OrderByComparator orderByComparator)
                      throws NoSuchUserException,
                             SystemException
Returns the first user in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByUuid_First

User fetchByUuid_First(String uuid,
                       OrderByComparator orderByComparator)
                       throws SystemException
Returns the first user in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_Last

User findByUuid_Last(String uuid,
                     OrderByComparator orderByComparator)
                     throws NoSuchUserException,
                            SystemException
Returns the last user in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByUuid_Last

User fetchByUuid_Last(String uuid,
                      OrderByComparator orderByComparator)
                      throws SystemException
Returns the last user in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_PrevAndNext

User[] findByUuid_PrevAndNext(long userId,
                              String uuid,
                              OrderByComparator orderByComparator)
                              throws NoSuchUserException,
                                     SystemException
Returns the users before and after the current user in the ordered set where uuid = ?.

Parameters:
userId - the primary key of the current user
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next user
Throws:
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred

removeByUuid

void removeByUuid(String uuid)
                  throws SystemException
Removes all the users where uuid = ? from the database.

Parameters:
uuid - the uuid
Throws:
SystemException - if a system exception occurred

countByUuid

int countByUuid(String uuid)
                throws SystemException
Returns the number of users where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the number of matching users
Throws:
SystemException - if a system exception occurred

findByUuid_C

List<User> findByUuid_C(String uuid,
                        long companyId)
                        throws SystemException
Returns all the users where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching users
Throws:
SystemException - if a system exception occurred

findByUuid_C

List<User> findByUuid_C(String uuid,
                        long companyId,
                        int start,
                        int end)
                        throws SystemException
Returns a range of all the users where uuid = ? and companyId = ?.

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.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
Returns:
the range of matching users
Throws:
SystemException - if a system exception occurred

findByUuid_C

List<User> findByUuid_C(String uuid,
                        long companyId,
                        int start,
                        int end,
                        OrderByComparator orderByComparator)
                        throws SystemException
Returns an ordered range of all the users where uuid = ? and companyId = ?.

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.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching users
Throws:
SystemException - if a system exception occurred

findByUuid_C_First

User findByUuid_C_First(String uuid,
                        long companyId,
                        OrderByComparator orderByComparator)
                        throws NoSuchUserException,
                               SystemException
Returns the first user in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByUuid_C_First

User fetchByUuid_C_First(String uuid,
                         long companyId,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns the first user in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_C_Last

User findByUuid_C_Last(String uuid,
                       long companyId,
                       OrderByComparator orderByComparator)
                       throws NoSuchUserException,
                              SystemException
Returns the last user in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByUuid_C_Last

User fetchByUuid_C_Last(String uuid,
                        long companyId,
                        OrderByComparator orderByComparator)
                        throws SystemException
Returns the last user in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_C_PrevAndNext

User[] findByUuid_C_PrevAndNext(long userId,
                                String uuid,
                                long companyId,
                                OrderByComparator orderByComparator)
                                throws NoSuchUserException,
                                       SystemException
Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.

Parameters:
userId - the primary key of the current user
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next user
Throws:
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred

removeByUuid_C

void removeByUuid_C(String uuid,
                    long companyId)
                    throws SystemException
Removes all the users where uuid = ? and companyId = ? from the database.

Parameters:
uuid - the uuid
companyId - the company ID
Throws:
SystemException - if a system exception occurred

countByUuid_C

int countByUuid_C(String uuid,
                  long companyId)
                  throws SystemException
Returns the number of users where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching users
Throws:
SystemException - if a system exception occurred

findByCompanyId

List<User> findByCompanyId(long companyId)
                           throws SystemException
Returns all the users where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the matching users
Throws:
SystemException - if a system exception occurred

findByCompanyId

List<User> findByCompanyId(long companyId,
                           int start,
                           int end)
                           throws SystemException
Returns a range of all the users where companyId = ?.

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.

Parameters:
companyId - the company ID
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
Returns:
the range of matching users
Throws:
SystemException - if a system exception occurred

findByCompanyId

List<User> findByCompanyId(long companyId,
                           int start,
                           int end,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns an ordered range of all the users where companyId = ?.

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.

Parameters:
companyId - the company ID
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching users
Throws:
SystemException - if a system exception occurred

findByCompanyId_First

User findByCompanyId_First(long companyId,
                           OrderByComparator orderByComparator)
                           throws NoSuchUserException,
                                  SystemException
Returns the first user in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByCompanyId_First

User fetchByCompanyId_First(long companyId,
                            OrderByComparator orderByComparator)
                            throws SystemException
Returns the first user in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

findByCompanyId_Last

User findByCompanyId_Last(long companyId,
                          OrderByComparator orderByComparator)
                          throws NoSuchUserException,
                                 SystemException
Returns the last user in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByCompanyId_Last

User fetchByCompanyId_Last(long companyId,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns the last user in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

findByCompanyId_PrevAndNext

User[] findByCompanyId_PrevAndNext(long userId,
                                   long companyId,
                                   OrderByComparator orderByComparator)
                                   throws NoSuchUserException,
                                          SystemException
Returns the users before and after the current user in the ordered set where companyId = ?.

Parameters:
userId - the primary key of the current user
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next user
Throws:
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred

removeByCompanyId

void removeByCompanyId(long companyId)
                       throws SystemException
Removes all the users where companyId = ? from the database.

Parameters:
companyId - the company ID
Throws:
SystemException - if a system exception occurred

countByCompanyId

int countByCompanyId(long companyId)
                     throws SystemException
Returns the number of users where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the number of matching users
Throws:
SystemException - if a system exception occurred

findByContactId

User findByContactId(long contactId)
                     throws NoSuchUserException,
                            SystemException
Returns the user where contactId = ? or throws a NoSuchUserException if it could not be found.

Parameters:
contactId - the contact ID
Returns:
the matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByContactId

User fetchByContactId(long contactId)
                      throws SystemException
Returns the user where contactId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
contactId - the contact ID
Returns:
the matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

fetchByContactId

User fetchByContactId(long contactId,
                      boolean retrieveFromCache)
                      throws SystemException
Returns the user where contactId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
contactId - the contact ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

removeByContactId

User removeByContactId(long contactId)
                       throws NoSuchUserException,
                              SystemException
Removes the user where contactId = ? from the database.

Parameters:
contactId - the contact ID
Returns:
the user that was removed
Throws:
SystemException - if a system exception occurred
NoSuchUserException

countByContactId

int countByContactId(long contactId)
                     throws SystemException
Returns the number of users where contactId = ?.

Parameters:
contactId - the contact ID
Returns:
the number of matching users
Throws:
SystemException - if a system exception occurred

findByEmailAddress

List<User> findByEmailAddress(String emailAddress)
                              throws SystemException
Returns all the users where emailAddress = ?.

Parameters:
emailAddress - the email address
Returns:
the matching users
Throws:
SystemException - if a system exception occurred

findByEmailAddress

List<User> findByEmailAddress(String emailAddress,
                              int start,
                              int end)
                              throws SystemException
Returns a range of all the users where emailAddress = ?.

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.

Parameters:
emailAddress - the email address
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
Returns:
the range of matching users
Throws:
SystemException - if a system exception occurred

findByEmailAddress

List<User> findByEmailAddress(String emailAddress,
                              int start,
                              int end,
                              OrderByComparator orderByComparator)
                              throws SystemException
Returns an ordered range of all the users where emailAddress = ?.

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.

Parameters:
emailAddress - the email address
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching users
Throws:
SystemException - if a system exception occurred

findByEmailAddress_First

User findByEmailAddress_First(String emailAddress,
                              OrderByComparator orderByComparator)
                              throws NoSuchUserException,
                                     SystemException
Returns the first user in the ordered set where emailAddress = ?.

Parameters:
emailAddress - the email address
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByEmailAddress_First

User fetchByEmailAddress_First(String emailAddress,
                               OrderByComparator orderByComparator)
                               throws SystemException
Returns the first user in the ordered set where emailAddress = ?.

Parameters:
emailAddress - the email address
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

findByEmailAddress_Last

User findByEmailAddress_Last(String emailAddress,
                             OrderByComparator orderByComparator)
                             throws NoSuchUserException,
                                    SystemException
Returns the last user in the ordered set where emailAddress = ?.

Parameters:
emailAddress - the email address
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByEmailAddress_Last

User fetchByEmailAddress_Last(String emailAddress,
                              OrderByComparator orderByComparator)
                              throws SystemException
Returns the last user in the ordered set where emailAddress = ?.

Parameters:
emailAddress - the email address
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

findByEmailAddress_PrevAndNext

User[] findByEmailAddress_PrevAndNext(long userId,
                                      String emailAddress,
                                      OrderByComparator orderByComparator)
                                      throws NoSuchUserException,
                                             SystemException
Returns the users before and after the current user in the ordered set where emailAddress = ?.

Parameters:
userId - the primary key of the current user
emailAddress - the email address
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next user
Throws:
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred

removeByEmailAddress

void removeByEmailAddress(String emailAddress)
                          throws SystemException
Removes all the users where emailAddress = ? from the database.

Parameters:
emailAddress - the email address
Throws:
SystemException - if a system exception occurred

countByEmailAddress

int countByEmailAddress(String emailAddress)
                        throws SystemException
Returns the number of users where emailAddress = ?.

Parameters:
emailAddress - the email address
Returns:
the number of matching users
Throws:
SystemException - if a system exception occurred

findByPortraitId

User findByPortraitId(long portraitId)
                      throws NoSuchUserException,
                             SystemException
Returns the user where portraitId = ? or throws a NoSuchUserException if it could not be found.

Parameters:
portraitId - the portrait ID
Returns:
the matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByPortraitId

User fetchByPortraitId(long portraitId)
                       throws SystemException
Returns the user where portraitId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
portraitId - the portrait ID
Returns:
the matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

fetchByPortraitId

User fetchByPortraitId(long portraitId,
                       boolean retrieveFromCache)
                       throws SystemException
Returns the user where portraitId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
portraitId - the portrait ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

removeByPortraitId

User removeByPortraitId(long portraitId)
                        throws NoSuchUserException,
                               SystemException
Removes the user where portraitId = ? from the database.

Parameters:
portraitId - the portrait ID
Returns:
the user that was removed
Throws:
SystemException - if a system exception occurred
NoSuchUserException

countByPortraitId

int countByPortraitId(long portraitId)
                      throws SystemException
Returns the number of users where portraitId = ?.

Parameters:
portraitId - the portrait ID
Returns:
the number of matching users
Throws:
SystemException - if a system exception occurred

findByC_U

User findByC_U(long companyId,
               long userId)
               throws NoSuchUserException,
                      SystemException
Returns the user where companyId = ? and userId = ? or throws a NoSuchUserException if it could not be found.

Parameters:
companyId - the company ID
userId - the user ID
Returns:
the matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByC_U

User fetchByC_U(long companyId,
                long userId)
                throws SystemException
Returns the user where companyId = ? and userId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
companyId - the company ID
userId - the user ID
Returns:
the matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

fetchByC_U

User fetchByC_U(long companyId,
                long userId,
                boolean retrieveFromCache)
                throws SystemException
Returns the user where companyId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
companyId - the company ID
userId - the user ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

removeByC_U

User removeByC_U(long companyId,
                 long userId)
                 throws NoSuchUserException,
                        SystemException
Removes the user where companyId = ? and userId = ? from the database.

Parameters:
companyId - the company ID
userId - the user ID
Returns:
the user that was removed
Throws:
SystemException - if a system exception occurred
NoSuchUserException

countByC_U

int countByC_U(long companyId,
               long userId)
               throws SystemException
Returns the number of users where companyId = ? and userId = ?.

Parameters:
companyId - the company ID
userId - the user ID
Returns:
the number of matching users
Throws:
SystemException - if a system exception occurred

findByC_CD

List<User> findByC_CD(long companyId,
                      Date createDate)
                      throws SystemException
Returns all the users where companyId = ? and createDate = ?.

Parameters:
companyId - the company ID
createDate - the create date
Returns:
the matching users
Throws:
SystemException - if a system exception occurred

findByC_CD

List<User> findByC_CD(long companyId,
                      Date createDate,
                      int start,
                      int end)
                      throws SystemException
Returns a range of all the users where companyId = ? and createDate = ?.

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.

Parameters:
companyId - the company ID
createDate - the create date
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
Returns:
the range of matching users
Throws:
SystemException - if a system exception occurred

findByC_CD

List<User> findByC_CD(long companyId,
                      Date createDate,
                      int start,
                      int end,
                      OrderByComparator orderByComparator)
                      throws SystemException
Returns an ordered range of all the users where companyId = ? and createDate = ?.

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.

Parameters:
companyId - the company ID
createDate - the create date
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching users
Throws:
SystemException - if a system exception occurred

findByC_CD_First

User findByC_CD_First(long companyId,
                      Date createDate,
                      OrderByComparator orderByComparator)
                      throws NoSuchUserException,
                             SystemException
Returns the first user in the ordered set where companyId = ? and createDate = ?.

Parameters:
companyId - the company ID
createDate - the create date
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByC_CD_First

User fetchByC_CD_First(long companyId,
                       Date createDate,
                       OrderByComparator orderByComparator)
                       throws SystemException
Returns the first user in the ordered set where companyId = ? and createDate = ?.

Parameters:
companyId - the company ID
createDate - the create date
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

findByC_CD_Last

User findByC_CD_Last(long companyId,
                     Date createDate,
                     OrderByComparator orderByComparator)
                     throws NoSuchUserException,
                            SystemException
Returns the last user in the ordered set where companyId = ? and createDate = ?.

Parameters:
companyId - the company ID
createDate - the create date
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByC_CD_Last

User fetchByC_CD_Last(long companyId,
                      Date createDate,
                      OrderByComparator orderByComparator)
                      throws SystemException
Returns the last user in the ordered set where companyId = ? and createDate = ?.

Parameters:
companyId - the company ID
createDate - the create date
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

findByC_CD_PrevAndNext

User[] findByC_CD_PrevAndNext(long userId,
                              long companyId,
                              Date createDate,
                              OrderByComparator orderByComparator)
                              throws NoSuchUserException,
                                     SystemException
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.

Parameters:
userId - the primary key of the current user
companyId - the company ID
createDate - the create date
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next user
Throws:
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred

removeByC_CD

void removeByC_CD(long companyId,
                  Date createDate)
                  throws SystemException
Removes all the users where companyId = ? and createDate = ? from the database.

Parameters:
companyId - the company ID
createDate - the create date
Throws:
SystemException - if a system exception occurred

countByC_CD

int countByC_CD(long companyId,
                Date createDate)
                throws SystemException
Returns the number of users where companyId = ? and createDate = ?.

Parameters:
companyId - the company ID
createDate - the create date
Returns:
the number of matching users
Throws:
SystemException - if a system exception occurred

findByC_MD

List<User> findByC_MD(long companyId,
                      Date modifiedDate)
                      throws SystemException
Returns all the users where companyId = ? and modifiedDate = ?.

Parameters:
companyId - the company ID
modifiedDate - the modified date
Returns:
the matching users
Throws:
SystemException - if a system exception occurred

findByC_MD

List<User> findByC_MD(long companyId,
                      Date modifiedDate,
                      int start,
                      int end)
                      throws SystemException
Returns a range of all the users where companyId = ? and modifiedDate = ?.

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.

Parameters:
companyId - the company ID
modifiedDate - the modified date
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
Returns:
the range of matching users
Throws:
SystemException - if a system exception occurred

findByC_MD

List<User> findByC_MD(long companyId,
                      Date modifiedDate,
                      int start,
                      int end,
                      OrderByComparator orderByComparator)
                      throws SystemException
Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.

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.

Parameters:
companyId - the company ID
modifiedDate - the modified date
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching users
Throws:
SystemException - if a system exception occurred

findByC_MD_First

User findByC_MD_First(long companyId,
                      Date modifiedDate,
                      OrderByComparator orderByComparator)
                      throws NoSuchUserException,
                             SystemException
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.

Parameters:
companyId - the company ID
modifiedDate - the modified date
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByC_MD_First

User fetchByC_MD_First(long companyId,
                       Date modifiedDate,
                       OrderByComparator orderByComparator)
                       throws SystemException
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.

Parameters:
companyId - the company ID
modifiedDate - the modified date
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

findByC_MD_Last

User findByC_MD_Last(long companyId,
                     Date modifiedDate,
                     OrderByComparator orderByComparator)
                     throws NoSuchUserException,
                            SystemException
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.

Parameters:
companyId - the company ID
modifiedDate - the modified date
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByC_MD_Last

User fetchByC_MD_Last(long companyId,
                      Date modifiedDate,
                      OrderByComparator orderByComparator)
                      throws SystemException
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.

Parameters:
companyId - the company ID
modifiedDate - the modified date
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

findByC_MD_PrevAndNext

User[] findByC_MD_PrevAndNext(long userId,
                              long companyId,
                              Date modifiedDate,
                              OrderByComparator orderByComparator)
                              throws NoSuchUserException,
                                     SystemException
Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.

Parameters:
userId - the primary key of the current user
companyId - the company ID
modifiedDate - the modified date
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next user
Throws:
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred

removeByC_MD

void removeByC_MD(long companyId,
                  Date modifiedDate)
                  throws SystemException
Removes all the users where companyId = ? and modifiedDate = ? from the database.

Parameters:
companyId - the company ID
modifiedDate - the modified date
Throws:
SystemException - if a system exception occurred

countByC_MD

int countByC_MD(long companyId,
                Date modifiedDate)
                throws SystemException
Returns the number of users where companyId = ? and modifiedDate = ?.

Parameters:
companyId - the company ID
modifiedDate - the modified date
Returns:
the number of matching users
Throws:
SystemException - if a system exception occurred

findByC_DU

User findByC_DU(long companyId,
                boolean defaultUser)
                throws NoSuchUserException,
                       SystemException
Returns the user where companyId = ? and defaultUser = ? or throws a NoSuchUserException if it could not be found.

Parameters:
companyId - the company ID
defaultUser - the default user
Returns:
the matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByC_DU

User fetchByC_DU(long companyId,
                 boolean defaultUser)
                 throws SystemException
Returns the user where companyId = ? and defaultUser = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
companyId - the company ID
defaultUser - the default user
Returns:
the matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

fetchByC_DU

User fetchByC_DU(long companyId,
                 boolean defaultUser,
                 boolean retrieveFromCache)
                 throws SystemException
Returns the user where companyId = ? and defaultUser = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
companyId - the company ID
defaultUser - the default user
retrieveFromCache - whether to use the finder cache
Returns:
the matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

removeByC_DU

User removeByC_DU(long companyId,
                  boolean defaultUser)
                  throws NoSuchUserException,
                         SystemException
Removes the user where companyId = ? and defaultUser = ? from the database.

Parameters:
companyId - the company ID
defaultUser - the default user
Returns:
the user that was removed
Throws:
SystemException - if a system exception occurred
NoSuchUserException

countByC_DU

int countByC_DU(long companyId,
                boolean defaultUser)
                throws SystemException
Returns the number of users where companyId = ? and defaultUser = ?.

Parameters:
companyId - the company ID
defaultUser - the default user
Returns:
the number of matching users
Throws:
SystemException - if a system exception occurred

findByC_SN

User findByC_SN(long companyId,
                String screenName)
                throws NoSuchUserException,
                       SystemException
Returns the user where companyId = ? and screenName = ? or throws a NoSuchUserException if it could not be found.

Parameters:
companyId - the company ID
screenName - the screen name
Returns:
the matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByC_SN

User fetchByC_SN(long companyId,
                 String screenName)
                 throws SystemException
Returns the user where companyId = ? and screenName = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
companyId - the company ID
screenName - the screen name
Returns:
the matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

fetchByC_SN

User fetchByC_SN(long companyId,
                 String screenName,
                 boolean retrieveFromCache)
                 throws SystemException
Returns the user where companyId = ? and screenName = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
companyId - the company ID
screenName - the screen name
retrieveFromCache - whether to use the finder cache
Returns:
the matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

removeByC_SN

User removeByC_SN(long companyId,
                  String screenName)
                  throws NoSuchUserException,
                         SystemException
Removes the user where companyId = ? and screenName = ? from the database.

Parameters:
companyId - the company ID
screenName - the screen name
Returns:
the user that was removed
Throws:
SystemException - if a system exception occurred
NoSuchUserException

countByC_SN

int countByC_SN(long companyId,
                String screenName)
                throws SystemException
Returns the number of users where companyId = ? and screenName = ?.

Parameters:
companyId - the company ID
screenName - the screen name
Returns:
the number of matching users
Throws:
SystemException - if a system exception occurred

findByC_EA

User findByC_EA(long companyId,
                String emailAddress)
                throws NoSuchUserException,
                       SystemException
Returns the user where companyId = ? and emailAddress = ? or throws a NoSuchUserException if it could not be found.

Parameters:
companyId - the company ID
emailAddress - the email address
Returns:
the matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByC_EA

User fetchByC_EA(long companyId,
                 String emailAddress)
                 throws SystemException
Returns the user where companyId = ? and emailAddress = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
companyId - the company ID
emailAddress - the email address
Returns:
the matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

fetchByC_EA

User fetchByC_EA(long companyId,
                 String emailAddress,
                 boolean retrieveFromCache)
                 throws SystemException
Returns the user where companyId = ? and emailAddress = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
companyId - the company ID
emailAddress - the email address
retrieveFromCache - whether to use the finder cache
Returns:
the matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

removeByC_EA

User removeByC_EA(long companyId,
                  String emailAddress)
                  throws NoSuchUserException,
                         SystemException
Removes the user where companyId = ? and emailAddress = ? from the database.

Parameters:
companyId - the company ID
emailAddress - the email address
Returns:
the user that was removed
Throws:
SystemException - if a system exception occurred
NoSuchUserException

countByC_EA

int countByC_EA(long companyId,
                String emailAddress)
                throws SystemException
Returns the number of users where companyId = ? and emailAddress = ?.

Parameters:
companyId - the company ID
emailAddress - the email address
Returns:
the number of matching users
Throws:
SystemException - if a system exception occurred

findByC_FID

User findByC_FID(long companyId,
                 long facebookId)
                 throws NoSuchUserException,
                        SystemException
Returns the user where companyId = ? and facebookId = ? or throws a NoSuchUserException if it could not be found.

Parameters:
companyId - the company ID
facebookId - the facebook ID
Returns:
the matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByC_FID

User fetchByC_FID(long companyId,
                  long facebookId)
                  throws SystemException
Returns the user where companyId = ? and facebookId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
companyId - the company ID
facebookId - the facebook ID
Returns:
the matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

fetchByC_FID

User fetchByC_FID(long companyId,
                  long facebookId,
                  boolean retrieveFromCache)
                  throws SystemException
Returns the user where companyId = ? and facebookId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
companyId - the company ID
facebookId - the facebook ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

removeByC_FID

User removeByC_FID(long companyId,
                   long facebookId)
                   throws NoSuchUserException,
                          SystemException
Removes the user where companyId = ? and facebookId = ? from the database.

Parameters:
companyId - the company ID
facebookId - the facebook ID
Returns:
the user that was removed
Throws:
SystemException - if a system exception occurred
NoSuchUserException

countByC_FID

int countByC_FID(long companyId,
                 long facebookId)
                 throws SystemException
Returns the number of users where companyId = ? and facebookId = ?.

Parameters:
companyId - the company ID
facebookId - the facebook ID
Returns:
the number of matching users
Throws:
SystemException - if a system exception occurred

findByC_O

User findByC_O(long companyId,
               String openId)
               throws NoSuchUserException,
                      SystemException
Returns the user where companyId = ? and openId = ? or throws a NoSuchUserException if it could not be found.

Parameters:
companyId - the company ID
openId - the open ID
Returns:
the matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByC_O

User fetchByC_O(long companyId,
                String openId)
                throws SystemException
Returns the user where companyId = ? and openId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
companyId - the company ID
openId - the open ID
Returns:
the matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

fetchByC_O

User fetchByC_O(long companyId,
                String openId,
                boolean retrieveFromCache)
                throws SystemException
Returns the user where companyId = ? and openId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
companyId - the company ID
openId - the open ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

removeByC_O

User removeByC_O(long companyId,
                 String openId)
                 throws NoSuchUserException,
                        SystemException
Removes the user where companyId = ? and openId = ? from the database.

Parameters:
companyId - the company ID
openId - the open ID
Returns:
the user that was removed
Throws:
SystemException - if a system exception occurred
NoSuchUserException

countByC_O

int countByC_O(long companyId,
               String openId)
               throws SystemException
Returns the number of users where companyId = ? and openId = ?.

Parameters:
companyId - the company ID
openId - the open ID
Returns:
the number of matching users
Throws:
SystemException - if a system exception occurred

findByC_S

List<User> findByC_S(long companyId,
                     int status)
                     throws SystemException
Returns all the users where companyId = ? and status = ?.

Parameters:
companyId - the company ID
status - the status
Returns:
the matching users
Throws:
SystemException - if a system exception occurred

findByC_S

List<User> findByC_S(long companyId,
                     int status,
                     int start,
                     int end)
                     throws SystemException
Returns a range of all the users where companyId = ? and status = ?.

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.

Parameters:
companyId - the company ID
status - the status
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
Returns:
the range of matching users
Throws:
SystemException - if a system exception occurred

findByC_S

List<User> findByC_S(long companyId,
                     int status,
                     int start,
                     int end,
                     OrderByComparator orderByComparator)
                     throws SystemException
Returns an ordered range of all the users where companyId = ? and status = ?.

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.

Parameters:
companyId - the company ID
status - the status
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching users
Throws:
SystemException - if a system exception occurred

findByC_S_First

User findByC_S_First(long companyId,
                     int status,
                     OrderByComparator orderByComparator)
                     throws NoSuchUserException,
                            SystemException
Returns the first user in the ordered set where companyId = ? and status = ?.

Parameters:
companyId - the company ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByC_S_First

User fetchByC_S_First(long companyId,
                      int status,
                      OrderByComparator orderByComparator)
                      throws SystemException
Returns the first user in the ordered set where companyId = ? and status = ?.

Parameters:
companyId - the company ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

findByC_S_Last

User findByC_S_Last(long companyId,
                    int status,
                    OrderByComparator orderByComparator)
                    throws NoSuchUserException,
                           SystemException
Returns the last user in the ordered set where companyId = ? and status = ?.

Parameters:
companyId - the company ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByC_S_Last

User fetchByC_S_Last(long companyId,
                     int status,
                     OrderByComparator orderByComparator)
                     throws SystemException
Returns the last user in the ordered set where companyId = ? and status = ?.

Parameters:
companyId - the company ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

findByC_S_PrevAndNext

User[] findByC_S_PrevAndNext(long userId,
                             long companyId,
                             int status,
                             OrderByComparator orderByComparator)
                             throws NoSuchUserException,
                                    SystemException
Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.

Parameters:
userId - the primary key of the current user
companyId - the company ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next user
Throws:
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred

removeByC_S

void removeByC_S(long companyId,
                 int status)
                 throws SystemException
Removes all the users where companyId = ? and status = ? from the database.

Parameters:
companyId - the company ID
status - the status
Throws:
SystemException - if a system exception occurred

countByC_S

int countByC_S(long companyId,
               int status)
               throws SystemException
Returns the number of users where companyId = ? and status = ?.

Parameters:
companyId - the company ID
status - the status
Returns:
the number of matching users
Throws:
SystemException - if a system exception occurred

findByC_CD_MD

List<User> findByC_CD_MD(long companyId,
                         Date createDate,
                         Date modifiedDate)
                         throws SystemException
Returns all the users where companyId = ? and createDate = ? and modifiedDate = ?.

Parameters:
companyId - the company ID
createDate - the create date
modifiedDate - the modified date
Returns:
the matching users
Throws:
SystemException - if a system exception occurred

findByC_CD_MD

List<User> findByC_CD_MD(long companyId,
                         Date createDate,
                         Date modifiedDate,
                         int start,
                         int end)
                         throws SystemException
Returns a range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.

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.

Parameters:
companyId - the company ID
createDate - the create date
modifiedDate - the modified date
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
Returns:
the range of matching users
Throws:
SystemException - if a system exception occurred

findByC_CD_MD

List<User> findByC_CD_MD(long companyId,
                         Date createDate,
                         Date modifiedDate,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.

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.

Parameters:
companyId - the company ID
createDate - the create date
modifiedDate - the modified date
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching users
Throws:
SystemException - if a system exception occurred

findByC_CD_MD_First

User findByC_CD_MD_First(long companyId,
                         Date createDate,
                         Date modifiedDate,
                         OrderByComparator orderByComparator)
                         throws NoSuchUserException,
                                SystemException
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.

Parameters:
companyId - the company ID
createDate - the create date
modifiedDate - the modified date
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByC_CD_MD_First

User fetchByC_CD_MD_First(long companyId,
                          Date createDate,
                          Date modifiedDate,
                          OrderByComparator orderByComparator)
                          throws SystemException
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.

Parameters:
companyId - the company ID
createDate - the create date
modifiedDate - the modified date
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

findByC_CD_MD_Last

User findByC_CD_MD_Last(long companyId,
                        Date createDate,
                        Date modifiedDate,
                        OrderByComparator orderByComparator)
                        throws NoSuchUserException,
                               SystemException
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.

Parameters:
companyId - the company ID
createDate - the create date
modifiedDate - the modified date
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching user
Throws:
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred

fetchByC_CD_MD_Last

User fetchByC_CD_MD_Last(long companyId,
                         Date createDate,
                         Date modifiedDate,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.

Parameters:
companyId - the company ID
createDate - the create date
modifiedDate - the modified date
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching user, or null if a matching user could not be found
Throws:
SystemException - if a system exception occurred

findByC_CD_MD_PrevAndNext

User[] findByC_CD_MD_PrevAndNext(long userId,
                                 long companyId,
                                 Date createDate,
                                 Date modifiedDate,
                                 OrderByComparator orderByComparator)
                                 throws NoSuchUserException,
                                        SystemException
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.

Parameters:
userId - the primary key of the current user
companyId - the company ID
createDate - the create date
modifiedDate - the modified date
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next user
Throws:
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred

removeByC_CD_MD

void removeByC_CD_MD(long companyId,
                     Date createDate,
                     Date modifiedDate)
                     throws SystemException
Removes all the users where companyId = ? and createDate = ? and modifiedDate = ? from the database.

Parameters:
companyId - the company ID
createDate - the create date
modifiedDate - the modified date
Throws:
SystemException - if a system exception occurred

countByC_CD_MD

int countByC_CD_MD(long companyId,
                   Date createDate,
                   Date modifiedDate)
                   throws SystemException
Returns the number of users where companyId = ? and createDate = ? and modifiedDate = ?.

Parameters:
companyId - the company ID
createDate - the create date
modifiedDate - the modified date
Returns:
the number of matching users
Throws:
SystemException - if a system exception occurred

cacheResult

void cacheResult(User user)
Caches the user in the entity cache if it is enabled.

Parameters:
user - the user

cacheResult

void cacheResult(List<User> users)
Caches the users in the entity cache if it is enabled.

Parameters:
users - the users

create

User create(long userId)
Creates a new user with the primary key. Does not add the user to the database.

Parameters:
userId - the primary key for the new user
Returns:
the new user

remove

User remove(long userId)
            throws NoSuchUserException,
                   SystemException
Removes the user with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
userId - the primary key of the user
Returns:
the user that was removed
Throws:
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

User updateImpl(User user)
                throws SystemException
Throws:
SystemException

findByPrimaryKey

User findByPrimaryKey(long userId)
                      throws NoSuchUserException,
                             SystemException
Returns the user with the primary key or throws a NoSuchUserException if it could not be found.

Parameters:
userId - the primary key of the user
Returns:
the user
Throws:
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

User fetchByPrimaryKey(long userId)
                       throws SystemException
Returns the user with the primary key or returns null if it could not be found.

Parameters:
userId - the primary key of the user
Returns:
the user, or null if a user with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findAll

List<User> findAll()
                   throws SystemException
Returns all the users.

Returns:
the users
Throws:
SystemException - if a system exception occurred

findAll

List<User> findAll(int start,
                   int end)
                   throws SystemException
Returns a range of all the users.

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.

Parameters:
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
Returns:
the range of users
Throws:
SystemException - if a system exception occurred

findAll

List<User> findAll(int start,
                   int end,
                   OrderByComparator orderByComparator)
                   throws SystemException
Returns an ordered range of all the users.

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.

Parameters:
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of users
Throws:
SystemException - if a system exception occurred

removeAll

void removeAll()
               throws SystemException
Removes all the users from the database.

Throws:
SystemException - if a system exception occurred

countAll

int countAll()
             throws SystemException
Returns the number of users.

Returns:
the number of users
Throws:
SystemException - if a system exception occurred

getGroups

List<Group> getGroups(long pk)
                      throws SystemException
Returns all the groups associated with the user.

Parameters:
pk - the primary key of the user
Returns:
the groups associated with the user
Throws:
SystemException - if a system exception occurred

getGroups

List<Group> getGroups(long pk,
                      int start,
                      int end)
                      throws SystemException
Returns a range of all the groups associated with the user.

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.

Parameters:
pk - the primary key of the user
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
Returns:
the range of groups associated with the user
Throws:
SystemException - if a system exception occurred

getGroups

List<Group> getGroups(long pk,
                      int start,
                      int end,
                      OrderByComparator orderByComparator)
                      throws SystemException
Returns an ordered range of all the groups associated with the user.

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.

Parameters:
pk - the primary key of the user
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of groups associated with the user
Throws:
SystemException - if a system exception occurred

getGroupsSize

int getGroupsSize(long pk)
                  throws SystemException
Returns the number of groups associated with the user.

Parameters:
pk - the primary key of the user
Returns:
the number of groups associated with the user
Throws:
SystemException - if a system exception occurred

containsGroup

boolean containsGroup(long pk,
                      long groupPK)
                      throws SystemException
Returns true if the group is associated with the user.

Parameters:
pk - the primary key of the user
groupPK - the primary key of the group
Returns:
true if the group is associated with the user; false otherwise
Throws:
SystemException - if a system exception occurred

containsGroups

boolean containsGroups(long pk)
                       throws SystemException
Returns true if the user has any groups associated with it.

Parameters:
pk - the primary key of the user to check for associations with groups
Returns:
true if the user has any groups associated with it; false otherwise
Throws:
SystemException - if a system exception occurred

addGroup

void addGroup(long pk,
              long groupPK)
              throws SystemException
Adds an association between the user and the group. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
groupPK - the primary key of the group
Throws:
SystemException - if a system exception occurred

addGroup

void addGroup(long pk,
              Group group)
              throws SystemException
Adds an association between the user and the group. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
group - the group
Throws:
SystemException - if a system exception occurred

addGroups

void addGroups(long pk,
               long[] groupPKs)
               throws SystemException
Adds an association between the user and the groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
groupPKs - the primary keys of the groups
Throws:
SystemException - if a system exception occurred

addGroups

void addGroups(long pk,
               List<Group> groups)
               throws SystemException
Adds an association between the user and the groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
groups - the groups
Throws:
SystemException - if a system exception occurred

clearGroups

void clearGroups(long pk)
                 throws SystemException
Clears all associations between the user and its groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user to clear the associated groups from
Throws:
SystemException - if a system exception occurred

removeGroup

void removeGroup(long pk,
                 long groupPK)
                 throws SystemException
Removes the association between the user and the group. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
groupPK - the primary key of the group
Throws:
SystemException - if a system exception occurred

removeGroup

void removeGroup(long pk,
                 Group group)
                 throws SystemException
Removes the association between the user and the group. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
group - the group
Throws:
SystemException - if a system exception occurred

removeGroups

void removeGroups(long pk,
                  long[] groupPKs)
                  throws SystemException
Removes the association between the user and the groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
groupPKs - the primary keys of the groups
Throws:
SystemException - if a system exception occurred

removeGroups

void removeGroups(long pk,
                  List<Group> groups)
                  throws SystemException
Removes the association between the user and the groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
groups - the groups
Throws:
SystemException - if a system exception occurred

setGroups

void setGroups(long pk,
               long[] groupPKs)
               throws SystemException
Sets the groups associated with the user, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
groupPKs - the primary keys of the groups to be associated with the user
Throws:
SystemException - if a system exception occurred

setGroups

void setGroups(long pk,
               List<Group> groups)
               throws SystemException
Sets the groups associated with the user, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
groups - the groups to be associated with the user
Throws:
SystemException - if a system exception occurred

getOrganizations

List<Organization> getOrganizations(long pk)
                                    throws SystemException
Returns all the organizations associated with the user.

Parameters:
pk - the primary key of the user
Returns:
the organizations associated with the user
Throws:
SystemException - if a system exception occurred

getOrganizations

List<Organization> getOrganizations(long pk,
                                    int start,
                                    int end)
                                    throws SystemException
Returns a range of all the organizations associated with the user.

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.

Parameters:
pk - the primary key of the user
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
Returns:
the range of organizations associated with the user
Throws:
SystemException - if a system exception occurred

getOrganizations

List<Organization> getOrganizations(long pk,
                                    int start,
                                    int end,
                                    OrderByComparator orderByComparator)
                                    throws SystemException
Returns an ordered range of all the organizations associated with the user.

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.

Parameters:
pk - the primary key of the user
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of organizations associated with the user
Throws:
SystemException - if a system exception occurred

getOrganizationsSize

int getOrganizationsSize(long pk)
                         throws SystemException
Returns the number of organizations associated with the user.

Parameters:
pk - the primary key of the user
Returns:
the number of organizations associated with the user
Throws:
SystemException - if a system exception occurred

containsOrganization

boolean containsOrganization(long pk,
                             long organizationPK)
                             throws SystemException
Returns true if the organization is associated with the user.

Parameters:
pk - the primary key of the user
organizationPK - the primary key of the organization
Returns:
true if the organization is associated with the user; false otherwise
Throws:
SystemException - if a system exception occurred

containsOrganizations

boolean containsOrganizations(long pk)
                              throws SystemException
Returns true if the user has any organizations associated with it.

Parameters:
pk - the primary key of the user to check for associations with organizations
Returns:
true if the user has any organizations associated with it; false otherwise
Throws:
SystemException - if a system exception occurred

addOrganization

void addOrganization(long pk,
                     long organizationPK)
                     throws SystemException
Adds an association between the user and the organization. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
organizationPK - the primary key of the organization
Throws:
SystemException - if a system exception occurred

addOrganization

void addOrganization(long pk,
                     Organization organization)
                     throws SystemException
Adds an association between the user and the organization. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
organization - the organization
Throws:
SystemException - if a system exception occurred

addOrganizations

void addOrganizations(long pk,
                      long[] organizationPKs)
                      throws SystemException
Adds an association between the user and the organizations. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
organizationPKs - the primary keys of the organizations
Throws:
SystemException - if a system exception occurred

addOrganizations

void addOrganizations(long pk,
                      List<Organization> organizations)
                      throws SystemException
Adds an association between the user and the organizations. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
organizations - the organizations
Throws:
SystemException - if a system exception occurred

clearOrganizations

void clearOrganizations(long pk)
                        throws SystemException
Clears all associations between the user and its organizations. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user to clear the associated organizations from
Throws:
SystemException - if a system exception occurred

removeOrganization

void removeOrganization(long pk,
                        long organizationPK)
                        throws SystemException
Removes the association between the user and the organization. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
organizationPK - the primary key of the organization
Throws:
SystemException - if a system exception occurred

removeOrganization

void removeOrganization(long pk,
                        Organization organization)
                        throws SystemException
Removes the association between the user and the organization. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
organization - the organization
Throws:
SystemException - if a system exception occurred

removeOrganizations

void removeOrganizations(long pk,
                         long[] organizationPKs)
                         throws SystemException
Removes the association between the user and the organizations. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
organizationPKs - the primary keys of the organizations
Throws:
SystemException - if a system exception occurred

removeOrganizations

void removeOrganizations(long pk,
                         List<Organization> organizations)
                         throws SystemException
Removes the association between the user and the organizations. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
organizations - the organizations
Throws:
SystemException - if a system exception occurred

setOrganizations

void setOrganizations(long pk,
                      long[] organizationPKs)
                      throws SystemException
Sets the organizations associated with the user, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
organizationPKs - the primary keys of the organizations to be associated with the user
Throws:
SystemException - if a system exception occurred

setOrganizations

void setOrganizations(long pk,
                      List<Organization> organizations)
                      throws SystemException
Sets the organizations associated with the user, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
organizations - the organizations to be associated with the user
Throws:
SystemException - if a system exception occurred

getRoles

List<Role> getRoles(long pk)
                    throws SystemException
Returns all the roles associated with the user.

Parameters:
pk - the primary key of the user
Returns:
the roles associated with the user
Throws:
SystemException - if a system exception occurred

getRoles

List<Role> getRoles(long pk,
                    int start,
                    int end)
                    throws SystemException
Returns a range of all the roles associated with the user.

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.

Parameters:
pk - the primary key of the user
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
Returns:
the range of roles associated with the user
Throws:
SystemException - if a system exception occurred

getRoles

List<Role> getRoles(long pk,
                    int start,
                    int end,
                    OrderByComparator orderByComparator)
                    throws SystemException
Returns an ordered range of all the roles associated with the user.

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.

Parameters:
pk - the primary key of the user
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of roles associated with the user
Throws:
SystemException - if a system exception occurred

getRolesSize

int getRolesSize(long pk)
                 throws SystemException
Returns the number of roles associated with the user.

Parameters:
pk - the primary key of the user
Returns:
the number of roles associated with the user
Throws:
SystemException - if a system exception occurred

containsRole

boolean containsRole(long pk,
                     long rolePK)
                     throws SystemException
Returns true if the role is associated with the user.

Parameters:
pk - the primary key of the user
rolePK - the primary key of the role
Returns:
true if the role is associated with the user; false otherwise
Throws:
SystemException - if a system exception occurred

containsRoles

boolean containsRoles(long pk)
                      throws SystemException
Returns true if the user has any roles associated with it.

Parameters:
pk - the primary key of the user to check for associations with roles
Returns:
true if the user has any roles associated with it; false otherwise
Throws:
SystemException - if a system exception occurred

addRole

void addRole(long pk,
             long rolePK)
             throws SystemException
Adds an association between the user and the role. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
rolePK - the primary key of the role
Throws:
SystemException - if a system exception occurred

addRole

void addRole(long pk,
             Role role)
             throws SystemException
Adds an association between the user and the role. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
role - the role
Throws:
SystemException - if a system exception occurred

addRoles

void addRoles(long pk,
              long[] rolePKs)
              throws SystemException
Adds an association between the user and the roles. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
rolePKs - the primary keys of the roles
Throws:
SystemException - if a system exception occurred

addRoles

void addRoles(long pk,
              List<Role> roles)
              throws SystemException
Adds an association between the user and the roles. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
roles - the roles
Throws:
SystemException - if a system exception occurred

clearRoles

void clearRoles(long pk)
                throws SystemException
Clears all associations between the user and its roles. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user to clear the associated roles from
Throws:
SystemException - if a system exception occurred

removeRole

void removeRole(long pk,
                long rolePK)
                throws SystemException
Removes the association between the user and the role. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
rolePK - the primary key of the role
Throws:
SystemException - if a system exception occurred

removeRole

void removeRole(long pk,
                Role role)
                throws SystemException
Removes the association between the user and the role. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
role - the role
Throws:
SystemException - if a system exception occurred

removeRoles

void removeRoles(long pk,
                 long[] rolePKs)
                 throws SystemException
Removes the association between the user and the roles. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
rolePKs - the primary keys of the roles
Throws:
SystemException - if a system exception occurred

removeRoles

void removeRoles(long pk,
                 List<Role> roles)
                 throws SystemException
Removes the association between the user and the roles. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
roles - the roles
Throws:
SystemException - if a system exception occurred

setRoles

void setRoles(long pk,
              long[] rolePKs)
              throws SystemException
Sets the roles associated with the user, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
rolePKs - the primary keys of the roles to be associated with the user
Throws:
SystemException - if a system exception occurred

setRoles

void setRoles(long pk,
              List<Role> roles)
              throws SystemException
Sets the roles associated with the user, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
roles - the roles to be associated with the user
Throws:
SystemException - if a system exception occurred

getTeams

List<Team> getTeams(long pk)
                    throws SystemException
Returns all the teams associated with the user.

Parameters:
pk - the primary key of the user
Returns:
the teams associated with the user
Throws:
SystemException - if a system exception occurred

getTeams

List<Team> getTeams(long pk,
                    int start,
                    int end)
                    throws SystemException
Returns a range of all the teams associated with the user.

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.

Parameters:
pk - the primary key of the user
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
Returns:
the range of teams associated with the user
Throws:
SystemException - if a system exception occurred

getTeams

List<Team> getTeams(long pk,
                    int start,
                    int end,
                    OrderByComparator orderByComparator)
                    throws SystemException
Returns an ordered range of all the teams associated with the user.

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.

Parameters:
pk - the primary key of the user
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of teams associated with the user
Throws:
SystemException - if a system exception occurred

getTeamsSize

int getTeamsSize(long pk)
                 throws SystemException
Returns the number of teams associated with the user.

Parameters:
pk - the primary key of the user
Returns:
the number of teams associated with the user
Throws:
SystemException - if a system exception occurred

containsTeam

boolean containsTeam(long pk,
                     long teamPK)
                     throws SystemException
Returns true if the team is associated with the user.

Parameters:
pk - the primary key of the user
teamPK - the primary key of the team
Returns:
true if the team is associated with the user; false otherwise
Throws:
SystemException - if a system exception occurred

containsTeams

boolean containsTeams(long pk)
                      throws SystemException
Returns true if the user has any teams associated with it.

Parameters:
pk - the primary key of the user to check for associations with teams
Returns:
true if the user has any teams associated with it; false otherwise
Throws:
SystemException - if a system exception occurred

addTeam

void addTeam(long pk,
             long teamPK)
             throws SystemException
Adds an association between the user and the team. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
teamPK - the primary key of the team
Throws:
SystemException - if a system exception occurred

addTeam

void addTeam(long pk,
             Team team)
             throws SystemException
Adds an association between the user and the team. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
team - the team
Throws:
SystemException - if a system exception occurred

addTeams

void addTeams(long pk,
              long[] teamPKs)
              throws SystemException
Adds an association between the user and the teams. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
teamPKs - the primary keys of the teams
Throws:
SystemException - if a system exception occurred

addTeams

void addTeams(long pk,
              List<Team> teams)
              throws SystemException
Adds an association between the user and the teams. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
teams - the teams
Throws:
SystemException - if a system exception occurred

clearTeams

void clearTeams(long pk)
                throws SystemException
Clears all associations between the user and its teams. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user to clear the associated teams from
Throws:
SystemException - if a system exception occurred

removeTeam

void removeTeam(long pk,
                long teamPK)
                throws SystemException
Removes the association between the user and the team. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
teamPK - the primary key of the team
Throws:
SystemException - if a system exception occurred

removeTeam

void removeTeam(long pk,
                Team team)
                throws SystemException
Removes the association between the user and the team. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
team - the team
Throws:
SystemException - if a system exception occurred

removeTeams

void removeTeams(long pk,
                 long[] teamPKs)
                 throws SystemException
Removes the association between the user and the teams. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
teamPKs - the primary keys of the teams
Throws:
SystemException - if a system exception occurred

removeTeams

void removeTeams(long pk,
                 List<Team> teams)
                 throws SystemException
Removes the association between the user and the teams. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
teams - the teams
Throws:
SystemException - if a system exception occurred

setTeams

void setTeams(long pk,
              long[] teamPKs)
              throws SystemException
Sets the teams associated with the user, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
teamPKs - the primary keys of the teams to be associated with the user
Throws:
SystemException - if a system exception occurred

setTeams

void setTeams(long pk,
              List<Team> teams)
              throws SystemException
Sets the teams associated with the user, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
teams - the teams to be associated with the user
Throws:
SystemException - if a system exception occurred

getUserGroups

List<UserGroup> getUserGroups(long pk)
                              throws SystemException
Returns all the user groups associated with the user.

Parameters:
pk - the primary key of the user
Returns:
the user groups associated with the user
Throws:
SystemException - if a system exception occurred

getUserGroups

List<UserGroup> getUserGroups(long pk,
                              int start,
                              int end)
                              throws SystemException
Returns a range of all the user groups associated with the user.

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.

Parameters:
pk - the primary key of the user
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
Returns:
the range of user groups associated with the user
Throws:
SystemException - if a system exception occurred

getUserGroups

List<UserGroup> getUserGroups(long pk,
                              int start,
                              int end,
                              OrderByComparator orderByComparator)
                              throws SystemException
Returns an ordered range of all the user groups associated with the user.

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.

Parameters:
pk - the primary key of the user
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of user groups associated with the user
Throws:
SystemException - if a system exception occurred

getUserGroupsSize

int getUserGroupsSize(long pk)
                      throws SystemException
Returns the number of user groups associated with the user.

Parameters:
pk - the primary key of the user
Returns:
the number of user groups associated with the user
Throws:
SystemException - if a system exception occurred

containsUserGroup

boolean containsUserGroup(long pk,
                          long userGroupPK)
                          throws SystemException
Returns true if the user group is associated with the user.

Parameters:
pk - the primary key of the user
userGroupPK - the primary key of the user group
Returns:
true if the user group is associated with the user; false otherwise
Throws:
SystemException - if a system exception occurred

containsUserGroups

boolean containsUserGroups(long pk)
                           throws SystemException
Returns true if the user has any user groups associated with it.

Parameters:
pk - the primary key of the user to check for associations with user groups
Returns:
true if the user has any user groups associated with it; false otherwise
Throws:
SystemException - if a system exception occurred

addUserGroup

void addUserGroup(long pk,
                  long userGroupPK)
                  throws SystemException
Adds an association between the user and the user group. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
userGroupPK - the primary key of the user group
Throws:
SystemException - if a system exception occurred

addUserGroup

void addUserGroup(long pk,
                  UserGroup userGroup)
                  throws SystemException
Adds an association between the user and the user group. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
userGroup - the user group
Throws:
SystemException - if a system exception occurred

addUserGroups

void addUserGroups(long pk,
                   long[] userGroupPKs)
                   throws SystemException
Adds an association between the user and the user groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
userGroupPKs - the primary keys of the user groups
Throws:
SystemException - if a system exception occurred

addUserGroups

void addUserGroups(long pk,
                   List<UserGroup> userGroups)
                   throws SystemException
Adds an association between the user and the user groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
userGroups - the user groups
Throws:
SystemException - if a system exception occurred

clearUserGroups

void clearUserGroups(long pk)
                     throws SystemException
Clears all associations between the user and its user groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user to clear the associated user groups from
Throws:
SystemException - if a system exception occurred

removeUserGroup

void removeUserGroup(long pk,
                     long userGroupPK)
                     throws SystemException
Removes the association between the user and the user group. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
userGroupPK - the primary key of the user group
Throws:
SystemException - if a system exception occurred

removeUserGroup

void removeUserGroup(long pk,
                     UserGroup userGroup)
                     throws SystemException
Removes the association between the user and the user group. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
userGroup - the user group
Throws:
SystemException - if a system exception occurred

removeUserGroups

void removeUserGroups(long pk,
                      long[] userGroupPKs)
                      throws SystemException
Removes the association between the user and the user groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
userGroupPKs - the primary keys of the user groups
Throws:
SystemException - if a system exception occurred

removeUserGroups

void removeUserGroups(long pk,
                      List<UserGroup> userGroups)
                      throws SystemException
Removes the association between the user and the user groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
userGroups - the user groups
Throws:
SystemException - if a system exception occurred

setUserGroups

void setUserGroups(long pk,
                   long[] userGroupPKs)
                   throws SystemException
Sets the user groups associated with the user, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
userGroupPKs - the primary keys of the user groups to be associated with the user
Throws:
SystemException - if a system exception occurred

setUserGroups

void setUserGroups(long pk,
                   List<UserGroup> userGroups)
                   throws SystemException
Sets the user groups associated with the user, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the user
userGroups - the user groups to be associated with the user
Throws:
SystemException - if a system exception occurred

Liferay 6.2-ce-ga5