|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserPersistence
The persistence interface for the user service.
Caching information and settings can be found in portal.properties
UserPersistenceImpl,
UserUtil| 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 |
addPermission(long pk,
long permissionPK)
Adds an association between the user and the permission. |
void |
addPermission(long pk,
Permission permission)
Adds an association between the user and the permission. |
void |
addPermissions(long pk,
List<Permission> permissions)
Adds an association between the user and the permissions. |
void |
addPermissions(long pk,
long[] permissionPKs)
Adds an association between the user and the permissions. |
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 |
clearPermissions(long pk)
Clears all associations between the user and its permissions. |
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 |
containsPermission(long pk,
long permissionPK)
Returns true if the permission is associated with the user. |
boolean |
containsPermissions(long pk)
Returns true if the user has any permissions 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_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_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(String uuid)
Returns the number of users where uuid = ?. |
User |
create(long userId)
Creates a new user with the primary key. |
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_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_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 |
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 |
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. |
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_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_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_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<Permission> |
getPermissions(long pk)
Returns all the permissions associated with the user. |
List<Permission> |
getPermissions(long pk,
int start,
int end)
Returns a range of all the permissions associated with the user. |
List<Permission> |
getPermissions(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the permissions associated with the user. |
int |
getPermissionsSize(long pk)
Returns the number of permissions associated with the user. |
List<Role> |
getRoles(long pk)
Returns all the roles associated with the user. |
List<Role> |
getRoles(long pk,
int start,
int end)
Returns a range of all the roles associated with the user. |
List<Role> |
getRoles(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles associated with the user. |
int |
getRolesSize(long pk)
Returns the number of roles associated with the user. |
List<Team> |
getTeams(long pk)
Returns all the teams associated with the user. |
List<Team> |
getTeams(long pk,
int start,
int end)
Returns a range of all the teams associated with the user. |
List<Team> |
getTeams(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the teams associated with the user. |
int |
getTeamsSize(long pk)
Returns the number of teams associated with the user. |
List<UserGroup> |
getUserGroups(long pk)
Returns all the user groups associated with the user. |
List<UserGroup> |
getUserGroups(long pk,
int start,
int end)
Returns a range of all the user groups associated with the user. |
List<UserGroup> |
getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user groups associated with the user. |
int |
getUserGroupsSize(long pk)
Returns the number of user groups associated with the user. |
User |
remove(long userId)
Removes the user with the primary key from the database. |
User |
remove(User user)
Removes the model instance from the database. |
void |
removeAll()
Removes all the users from the database. |
void |
removeByC_DU(long companyId,
boolean defaultUser)
Removes the user where companyId = ? and defaultUser = ? from the database. |
void |
removeByC_EA(long companyId,
String emailAddress)
Removes the user where companyId = ? and emailAddress = ? from the database. |
void |
removeByC_FID(long companyId,
long facebookId)
Removes the user where companyId = ? and facebookId = ? from the database. |
void |
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. |
void |
removeByC_SN(long companyId,
String screenName)
Removes the user where companyId = ? and screenName = ? from the database. |
void |
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. |
void |
removeByContactId(long contactId)
Removes the user where contactId = ? from the database. |
void |
removeByEmailAddress(String emailAddress)
Removes all the users where emailAddress = ? from the database. |
void |
removeByPortraitId(long portraitId)
Removes the user where portraitId = ? 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 |
removePermission(long pk,
long permissionPK)
Removes the association between the user and the permission. |
void |
removePermission(long pk,
Permission permission)
Removes the association between the user and the permission. |
void |
removePermissions(long pk,
List<Permission> permissions)
Removes the association between the user and the permissions. |
void |
removePermissions(long pk,
long[] permissionPKs)
Removes the association between the user and the permissions. |
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 |
setPermissions(long pk,
List<Permission> permissions)
Sets the permissions associated with the user, removing and adding associations as necessary. |
void |
setPermissions(long pk,
long[] permissionPKs)
Sets the permissions 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,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update |
| Method Detail |
|---|
void cacheResult(User user)
user - the uservoid cacheResult(List<User> users)
users - the usersUser create(long userId)
userId - the primary key for the new user
User remove(long userId)
throws NoSuchUserException,
SystemException
userId - the primary key of the user
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred
User updateImpl(User user,
boolean merge)
throws SystemException
SystemException
User findByPrimaryKey(long userId)
throws NoSuchUserException,
SystemException
NoSuchUserException if it could not be found.
userId - the primary key of the user
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred
User fetchByPrimaryKey(long userId)
throws SystemException
null if it could not be found.
userId - the primary key of the user
null if a user with the primary key could not be found
SystemException - if a system exception occurred
List<User> findByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
List<User> findByUuid(String uuid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
uuid - the uuidstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)
SystemException - if a system exception occurred
List<User> findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
uuid - the uuidstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
User findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
User findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
User[] findByUuid_PrevAndNext(long userId,
String uuid,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userId - the primary key of the current useruuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred
List<User> findByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
List<User> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company IDstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)
SystemException - if a system exception occurred
List<User> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company IDstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
User findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
User findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
User[] findByCompanyId_PrevAndNext(long userId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userId - the primary key of the current usercompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred
User findByContactId(long contactId)
throws NoSuchUserException,
SystemException
NoSuchUserException if it could not be found.
contactId - the contact ID
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
User fetchByContactId(long contactId)
throws SystemException
null if it could not be found. Uses the finder cache.
contactId - the contact ID
null if a matching user could not be found
SystemException - if a system exception occurred
User fetchByContactId(long contactId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
contactId - the contact IDretrieveFromCache - whether to use the finder cache
null if a matching user could not be found
SystemException - if a system exception occurred
List<User> findByEmailAddress(String emailAddress)
throws SystemException
emailAddress - the email address
SystemException - if a system exception occurred
List<User> findByEmailAddress(String emailAddress,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
emailAddress - the email addressstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)
SystemException - if a system exception occurred
List<User> findByEmailAddress(String emailAddress,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
emailAddress - the email addressstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
User findByEmailAddress_First(String emailAddress,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
emailAddress - the email addressorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
User findByEmailAddress_Last(String emailAddress,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
emailAddress - the email addressorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
User[] findByEmailAddress_PrevAndNext(long userId,
String emailAddress,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userId - the primary key of the current useremailAddress - the email addressorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred
User findByPortraitId(long portraitId)
throws NoSuchUserException,
SystemException
NoSuchUserException if it could not be found.
portraitId - the portrait ID
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
User fetchByPortraitId(long portraitId)
throws SystemException
null if it could not be found. Uses the finder cache.
portraitId - the portrait ID
null if a matching user could not be found
SystemException - if a system exception occurred
User fetchByPortraitId(long portraitId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
portraitId - the portrait IDretrieveFromCache - whether to use the finder cache
null if a matching user could not be found
SystemException - if a system exception occurred
User findByC_U(long companyId,
long userId)
throws NoSuchUserException,
SystemException
NoSuchUserException if it could not be found.
companyId - the company IDuserId - the user ID
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
User fetchByC_U(long companyId,
long userId)
throws SystemException
null if it could not be found. Uses the finder cache.
companyId - the company IDuserId - the user ID
null if a matching user could not be found
SystemException - if a system exception occurred
User fetchByC_U(long companyId,
long userId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
companyId - the company IDuserId - the user IDretrieveFromCache - whether to use the finder cache
null if a matching user could not be found
SystemException - if a system exception occurred
User findByC_DU(long companyId,
boolean defaultUser)
throws NoSuchUserException,
SystemException
NoSuchUserException if it could not be found.
companyId - the company IDdefaultUser - the default user
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
User fetchByC_DU(long companyId,
boolean defaultUser)
throws SystemException
null if it could not be found. Uses the finder cache.
companyId - the company IDdefaultUser - the default user
null if a matching user could not be found
SystemException - if a system exception occurred
User fetchByC_DU(long companyId,
boolean defaultUser,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
companyId - the company IDdefaultUser - the default userretrieveFromCache - whether to use the finder cache
null if a matching user could not be found
SystemException - if a system exception occurred
User findByC_SN(long companyId,
String screenName)
throws NoSuchUserException,
SystemException
NoSuchUserException if it could not be found.
companyId - the company IDscreenName - the screen name
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
User fetchByC_SN(long companyId,
String screenName)
throws SystemException
null if it could not be found. Uses the finder cache.
companyId - the company IDscreenName - the screen name
null if a matching user could not be found
SystemException - if a system exception occurred
User fetchByC_SN(long companyId,
String screenName,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
companyId - the company IDscreenName - the screen nameretrieveFromCache - whether to use the finder cache
null if a matching user could not be found
SystemException - if a system exception occurred
User findByC_EA(long companyId,
String emailAddress)
throws NoSuchUserException,
SystemException
NoSuchUserException if it could not be found.
companyId - the company IDemailAddress - the email address
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
User fetchByC_EA(long companyId,
String emailAddress)
throws SystemException
null if it could not be found. Uses the finder cache.
companyId - the company IDemailAddress - the email address
null if a matching user could not be found
SystemException - if a system exception occurred
User fetchByC_EA(long companyId,
String emailAddress,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
companyId - the company IDemailAddress - the email addressretrieveFromCache - whether to use the finder cache
null if a matching user could not be found
SystemException - if a system exception occurred
User findByC_FID(long companyId,
long facebookId)
throws NoSuchUserException,
SystemException
NoSuchUserException if it could not be found.
companyId - the company IDfacebookId - the facebook ID
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
User fetchByC_FID(long companyId,
long facebookId)
throws SystemException
null if it could not be found. Uses the finder cache.
companyId - the company IDfacebookId - the facebook ID
null if a matching user could not be found
SystemException - if a system exception occurred
User fetchByC_FID(long companyId,
long facebookId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
companyId - the company IDfacebookId - the facebook IDretrieveFromCache - whether to use the finder cache
null if a matching user could not be found
SystemException - if a system exception occurred
User findByC_O(long companyId,
String openId)
throws NoSuchUserException,
SystemException
NoSuchUserException if it could not be found.
companyId - the company IDopenId - the open ID
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
User fetchByC_O(long companyId,
String openId)
throws SystemException
null if it could not be found. Uses the finder cache.
companyId - the company IDopenId - the open ID
null if a matching user could not be found
SystemException - if a system exception occurred
User fetchByC_O(long companyId,
String openId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
companyId - the company IDopenId - the open IDretrieveFromCache - whether to use the finder cache
null if a matching user could not be found
SystemException - if a system exception occurred
List<User> findByC_S(long companyId,
int status)
throws SystemException
companyId - the company IDstatus - the status
SystemException - if a system exception occurred
List<User> findByC_S(long companyId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company IDstatus - the statusstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)
SystemException - if a system exception occurred
List<User> findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company IDstatus - the statusstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
User findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
User findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a matching user could not be found
SystemException - if a system exception occurred
User[] findByC_S_PrevAndNext(long userId,
long companyId,
int status,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userId - the primary key of the current usercompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchUserException - if a user with the primary key could not be found
SystemException - if a system exception occurred
List<User> findAll()
throws SystemException
SystemException - if a system exception occurred
List<User> findAll(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)
SystemException - if a system exception occurred
List<User> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
void removeByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
void removeByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
void removeByContactId(long contactId)
throws NoSuchUserException,
SystemException
contactId - the contact ID
SystemException - if a system exception occurred
NoSuchUserException
void removeByEmailAddress(String emailAddress)
throws SystemException
emailAddress - the email address
SystemException - if a system exception occurred
void removeByPortraitId(long portraitId)
throws NoSuchUserException,
SystemException
portraitId - the portrait ID
SystemException - if a system exception occurred
NoSuchUserException
void removeByC_U(long companyId,
long userId)
throws NoSuchUserException,
SystemException
companyId - the company IDuserId - the user ID
SystemException - if a system exception occurred
NoSuchUserException
void removeByC_DU(long companyId,
boolean defaultUser)
throws NoSuchUserException,
SystemException
companyId - the company IDdefaultUser - the default user
SystemException - if a system exception occurred
NoSuchUserException
void removeByC_SN(long companyId,
String screenName)
throws NoSuchUserException,
SystemException
companyId - the company IDscreenName - the screen name
SystemException - if a system exception occurred
NoSuchUserException
void removeByC_EA(long companyId,
String emailAddress)
throws NoSuchUserException,
SystemException
companyId - the company IDemailAddress - the email address
SystemException - if a system exception occurred
NoSuchUserException
void removeByC_FID(long companyId,
long facebookId)
throws NoSuchUserException,
SystemException
companyId - the company IDfacebookId - the facebook ID
SystemException - if a system exception occurred
NoSuchUserException
void removeByC_O(long companyId,
String openId)
throws NoSuchUserException,
SystemException
companyId - the company IDopenId - the open ID
SystemException - if a system exception occurred
NoSuchUserException
void removeByC_S(long companyId,
int status)
throws SystemException
companyId - the company IDstatus - the status
SystemException - if a system exception occurred
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
int countByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
int countByContactId(long contactId)
throws SystemException
contactId - the contact ID
SystemException - if a system exception occurred
int countByEmailAddress(String emailAddress)
throws SystemException
emailAddress - the email address
SystemException - if a system exception occurred
int countByPortraitId(long portraitId)
throws SystemException
portraitId - the portrait ID
SystemException - if a system exception occurred
int countByC_U(long companyId,
long userId)
throws SystemException
companyId - the company IDuserId - the user ID
SystemException - if a system exception occurred
int countByC_DU(long companyId,
boolean defaultUser)
throws SystemException
companyId - the company IDdefaultUser - the default user
SystemException - if a system exception occurred
int countByC_SN(long companyId,
String screenName)
throws SystemException
companyId - the company IDscreenName - the screen name
SystemException - if a system exception occurred
int countByC_EA(long companyId,
String emailAddress)
throws SystemException
companyId - the company IDemailAddress - the email address
SystemException - if a system exception occurred
int countByC_FID(long companyId,
long facebookId)
throws SystemException
companyId - the company IDfacebookId - the facebook ID
SystemException - if a system exception occurred
int countByC_O(long companyId,
String openId)
throws SystemException
companyId - the company IDopenId - the open ID
SystemException - if a system exception occurred
int countByC_S(long companyId,
int status)
throws SystemException
companyId - the company IDstatus - the status
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
List<Group> getGroups(long pk)
throws SystemException
pk - the primary key of the user
SystemException - if a system exception occurred
List<Group> getGroups(long pk,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
pk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)
SystemException - if a system exception occurred
List<Group> getGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
pk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
int getGroupsSize(long pk)
throws SystemException
pk - the primary key of the user
SystemException - if a system exception occurred
boolean containsGroup(long pk,
long groupPK)
throws SystemException
true if the group is associated with the user.
pk - the primary key of the usergroupPK - the primary key of the group
true if the group is associated with the user; false otherwise
SystemException - if a system exception occurred
boolean containsGroups(long pk)
throws SystemException
true if the user has any groups associated with it.
pk - the primary key of the user to check for associations with groups
true if the user has any groups associated with it; false otherwise
SystemException - if a system exception occurred
void addGroup(long pk,
long groupPK)
throws SystemException
pk - the primary key of the usergroupPK - the primary key of the group
SystemException - if a system exception occurred
void addGroup(long pk,
Group group)
throws SystemException
pk - the primary key of the usergroup - the group
SystemException - if a system exception occurred
void addGroups(long pk,
long[] groupPKs)
throws SystemException
pk - the primary key of the usergroupPKs - the primary keys of the groups
SystemException - if a system exception occurred
void addGroups(long pk,
List<Group> groups)
throws SystemException
pk - the primary key of the usergroups - the groups
SystemException - if a system exception occurred
void clearGroups(long pk)
throws SystemException
pk - the primary key of the user to clear the associated groups from
SystemException - if a system exception occurred
void removeGroup(long pk,
long groupPK)
throws SystemException
pk - the primary key of the usergroupPK - the primary key of the group
SystemException - if a system exception occurred
void removeGroup(long pk,
Group group)
throws SystemException
pk - the primary key of the usergroup - the group
SystemException - if a system exception occurred
void removeGroups(long pk,
long[] groupPKs)
throws SystemException
pk - the primary key of the usergroupPKs - the primary keys of the groups
SystemException - if a system exception occurred
void removeGroups(long pk,
List<Group> groups)
throws SystemException
pk - the primary key of the usergroups - the groups
SystemException - if a system exception occurred
void setGroups(long pk,
long[] groupPKs)
throws SystemException
pk - the primary key of the usergroupPKs - the primary keys of the groups to be associated with the user
SystemException - if a system exception occurred
void setGroups(long pk,
List<Group> groups)
throws SystemException
pk - the primary key of the usergroups - the groups to be associated with the user
SystemException - if a system exception occurred
List<Organization> getOrganizations(long pk)
throws SystemException
pk - the primary key of the user
SystemException - if a system exception occurred
List<Organization> getOrganizations(long pk,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
pk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)
SystemException - if a system exception occurred
List<Organization> getOrganizations(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
pk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
int getOrganizationsSize(long pk)
throws SystemException
pk - the primary key of the user
SystemException - if a system exception occurred
boolean containsOrganization(long pk,
long organizationPK)
throws SystemException
true if the organization is associated with the user.
pk - the primary key of the userorganizationPK - the primary key of the organization
true if the organization is associated with the user; false otherwise
SystemException - if a system exception occurred
boolean containsOrganizations(long pk)
throws SystemException
true if the user has any organizations associated with it.
pk - the primary key of the user to check for associations with organizations
true if the user has any organizations associated with it; false otherwise
SystemException - if a system exception occurred
void addOrganization(long pk,
long organizationPK)
throws SystemException
pk - the primary key of the userorganizationPK - the primary key of the organization
SystemException - if a system exception occurred
void addOrganization(long pk,
Organization organization)
throws SystemException
pk - the primary key of the userorganization - the organization
SystemException - if a system exception occurred
void addOrganizations(long pk,
long[] organizationPKs)
throws SystemException
pk - the primary key of the userorganizationPKs - the primary keys of the organizations
SystemException - if a system exception occurred
void addOrganizations(long pk,
List<Organization> organizations)
throws SystemException
pk - the primary key of the userorganizations - the organizations
SystemException - if a system exception occurred
void clearOrganizations(long pk)
throws SystemException
pk - the primary key of the user to clear the associated organizations from
SystemException - if a system exception occurred
void removeOrganization(long pk,
long organizationPK)
throws SystemException
pk - the primary key of the userorganizationPK - the primary key of the organization
SystemException - if a system exception occurred
void removeOrganization(long pk,
Organization organization)
throws SystemException
pk - the primary key of the userorganization - the organization
SystemException - if a system exception occurred
void removeOrganizations(long pk,
long[] organizationPKs)
throws SystemException
pk - the primary key of the userorganizationPKs - the primary keys of the organizations
SystemException - if a system exception occurred
void removeOrganizations(long pk,
List<Organization> organizations)
throws SystemException
pk - the primary key of the userorganizations - the organizations
SystemException - if a system exception occurred
void setOrganizations(long pk,
long[] organizationPKs)
throws SystemException
pk - the primary key of the userorganizationPKs - the primary keys of the organizations to be associated with the user
SystemException - if a system exception occurred
void setOrganizations(long pk,
List<Organization> organizations)
throws SystemException
pk - the primary key of the userorganizations - the organizations to be associated with the user
SystemException - if a system exception occurred
List<Permission> getPermissions(long pk)
throws SystemException
pk - the primary key of the user
SystemException - if a system exception occurred
List<Permission> getPermissions(long pk,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
pk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)
SystemException - if a system exception occurred
List<Permission> getPermissions(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
pk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
int getPermissionsSize(long pk)
throws SystemException
pk - the primary key of the user
SystemException - if a system exception occurred
boolean containsPermission(long pk,
long permissionPK)
throws SystemException
true if the permission is associated with the user.
pk - the primary key of the userpermissionPK - the primary key of the permission
true if the permission is associated with the user; false otherwise
SystemException - if a system exception occurred
boolean containsPermissions(long pk)
throws SystemException
true if the user has any permissions associated with it.
pk - the primary key of the user to check for associations with permissions
true if the user has any permissions associated with it; false otherwise
SystemException - if a system exception occurred
void addPermission(long pk,
long permissionPK)
throws SystemException
pk - the primary key of the userpermissionPK - the primary key of the permission
SystemException - if a system exception occurred
void addPermission(long pk,
Permission permission)
throws SystemException
pk - the primary key of the userpermission - the permission
SystemException - if a system exception occurred
void addPermissions(long pk,
long[] permissionPKs)
throws SystemException
pk - the primary key of the userpermissionPKs - the primary keys of the permissions
SystemException - if a system exception occurred
void addPermissions(long pk,
List<Permission> permissions)
throws SystemException
pk - the primary key of the userpermissions - the permissions
SystemException - if a system exception occurred
void clearPermissions(long pk)
throws SystemException
pk - the primary key of the user to clear the associated permissions from
SystemException - if a system exception occurred
void removePermission(long pk,
long permissionPK)
throws SystemException
pk - the primary key of the userpermissionPK - the primary key of the permission
SystemException - if a system exception occurred
void removePermission(long pk,
Permission permission)
throws SystemException
pk - the primary key of the userpermission - the permission
SystemException - if a system exception occurred
void removePermissions(long pk,
long[] permissionPKs)
throws SystemException
pk - the primary key of the userpermissionPKs - the primary keys of the permissions
SystemException - if a system exception occurred
void removePermissions(long pk,
List<Permission> permissions)
throws SystemException
pk - the primary key of the userpermissions - the permissions
SystemException - if a system exception occurred
void setPermissions(long pk,
long[] permissionPKs)
throws SystemException
pk - the primary key of the userpermissionPKs - the primary keys of the permissions to be associated with the user
SystemException - if a system exception occurred
void setPermissions(long pk,
List<Permission> permissions)
throws SystemException
pk - the primary key of the userpermissions - the permissions to be associated with the user
SystemException - if a system exception occurred
List<Role> getRoles(long pk)
throws SystemException
pk - the primary key of the user
SystemException - if a system exception occurred
List<Role> getRoles(long pk,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
pk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)
SystemException - if a system exception occurred
List<Role> getRoles(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
pk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
int getRolesSize(long pk)
throws SystemException
pk - the primary key of the user
SystemException - if a system exception occurred
boolean containsRole(long pk,
long rolePK)
throws SystemException
true if the role is associated with the user.
pk - the primary key of the userrolePK - the primary key of the role
true if the role is associated with the user; false otherwise
SystemException - if a system exception occurred
boolean containsRoles(long pk)
throws SystemException
true if the user has any roles associated with it.
pk - the primary key of the user to check for associations with roles
true if the user has any roles associated with it; false otherwise
SystemException - if a system exception occurred
void addRole(long pk,
long rolePK)
throws SystemException
pk - the primary key of the userrolePK - the primary key of the role
SystemException - if a system exception occurred
void addRole(long pk,
Role role)
throws SystemException
pk - the primary key of the userrole - the role
SystemException - if a system exception occurred
void addRoles(long pk,
long[] rolePKs)
throws SystemException
pk - the primary key of the userrolePKs - the primary keys of the roles
SystemException - if a system exception occurred
void addRoles(long pk,
List<Role> roles)
throws SystemException
pk - the primary key of the userroles - the roles
SystemException - if a system exception occurred
void clearRoles(long pk)
throws SystemException
pk - the primary key of the user to clear the associated roles from
SystemException - if a system exception occurred
void removeRole(long pk,
long rolePK)
throws SystemException
pk - the primary key of the userrolePK - the primary key of the role
SystemException - if a system exception occurred
void removeRole(long pk,
Role role)
throws SystemException
pk - the primary key of the userrole - the role
SystemException - if a system exception occurred
void removeRoles(long pk,
long[] rolePKs)
throws SystemException
pk - the primary key of the userrolePKs - the primary keys of the roles
SystemException - if a system exception occurred
void removeRoles(long pk,
List<Role> roles)
throws SystemException
pk - the primary key of the userroles - the roles
SystemException - if a system exception occurred
void setRoles(long pk,
long[] rolePKs)
throws SystemException
pk - the primary key of the userrolePKs - the primary keys of the roles to be associated with the user
SystemException - if a system exception occurred
void setRoles(long pk,
List<Role> roles)
throws SystemException
pk - the primary key of the userroles - the roles to be associated with the user
SystemException - if a system exception occurred
List<Team> getTeams(long pk)
throws SystemException
pk - the primary key of the user
SystemException - if a system exception occurred
List<Team> getTeams(long pk,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
pk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)
SystemException - if a system exception occurred
List<Team> getTeams(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
pk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
int getTeamsSize(long pk)
throws SystemException
pk - the primary key of the user
SystemException - if a system exception occurred
boolean containsTeam(long pk,
long teamPK)
throws SystemException
true if the team is associated with the user.
pk - the primary key of the userteamPK - the primary key of the team
true if the team is associated with the user; false otherwise
SystemException - if a system exception occurred
boolean containsTeams(long pk)
throws SystemException
true if the user has any teams associated with it.
pk - the primary key of the user to check for associations with teams
true if the user has any teams associated with it; false otherwise
SystemException - if a system exception occurred
void addTeam(long pk,
long teamPK)
throws SystemException
pk - the primary key of the userteamPK - the primary key of the team
SystemException - if a system exception occurred
void addTeam(long pk,
Team team)
throws SystemException
pk - the primary key of the userteam - the team
SystemException - if a system exception occurred
void addTeams(long pk,
long[] teamPKs)
throws SystemException
pk - the primary key of the userteamPKs - the primary keys of the teams
SystemException - if a system exception occurred
void addTeams(long pk,
List<Team> teams)
throws SystemException
pk - the primary key of the userteams - the teams
SystemException - if a system exception occurred
void clearTeams(long pk)
throws SystemException
pk - the primary key of the user to clear the associated teams from
SystemException - if a system exception occurred
void removeTeam(long pk,
long teamPK)
throws SystemException
pk - the primary key of the userteamPK - the primary key of the team
SystemException - if a system exception occurred
void removeTeam(long pk,
Team team)
throws SystemException
pk - the primary key of the userteam - the team
SystemException - if a system exception occurred
void removeTeams(long pk,
long[] teamPKs)
throws SystemException
pk - the primary key of the userteamPKs - the primary keys of the teams
SystemException - if a system exception occurred
void removeTeams(long pk,
List<Team> teams)
throws SystemException
pk - the primary key of the userteams - the teams
SystemException - if a system exception occurred
void setTeams(long pk,
long[] teamPKs)
throws SystemException
pk - the primary key of the userteamPKs - the primary keys of the teams to be associated with the user
SystemException - if a system exception occurred
void setTeams(long pk,
List<Team> teams)
throws SystemException
pk - the primary key of the userteams - the teams to be associated with the user
SystemException - if a system exception occurred
List<UserGroup> getUserGroups(long pk)
throws SystemException
pk - the primary key of the user
SystemException - if a system exception occurred
List<UserGroup> getUserGroups(long pk,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
pk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)
SystemException - if a system exception occurred
List<UserGroup> getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
pk - the primary key of the userstart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
int getUserGroupsSize(long pk)
throws SystemException
pk - the primary key of the user
SystemException - if a system exception occurred
boolean containsUserGroup(long pk,
long userGroupPK)
throws SystemException
true if the user group is associated with the user.
pk - the primary key of the useruserGroupPK - the primary key of the user group
true if the user group is associated with the user; false otherwise
SystemException - if a system exception occurred
boolean containsUserGroups(long pk)
throws SystemException
true if the user has any user groups associated with it.
pk - the primary key of the user to check for associations with user groups
true if the user has any user groups associated with it; false otherwise
SystemException - if a system exception occurred
void addUserGroup(long pk,
long userGroupPK)
throws SystemException
pk - the primary key of the useruserGroupPK - the primary key of the user group
SystemException - if a system exception occurred
void addUserGroup(long pk,
UserGroup userGroup)
throws SystemException
pk - the primary key of the useruserGroup - the user group
SystemException - if a system exception occurred
void addUserGroups(long pk,
long[] userGroupPKs)
throws SystemException
pk - the primary key of the useruserGroupPKs - the primary keys of the user groups
SystemException - if a system exception occurred
void addUserGroups(long pk,
List<UserGroup> userGroups)
throws SystemException
pk - the primary key of the useruserGroups - the user groups
SystemException - if a system exception occurred
void clearUserGroups(long pk)
throws SystemException
pk - the primary key of the user to clear the associated user groups from
SystemException - if a system exception occurred
void removeUserGroup(long pk,
long userGroupPK)
throws SystemException
pk - the primary key of the useruserGroupPK - the primary key of the user group
SystemException - if a system exception occurred
void removeUserGroup(long pk,
UserGroup userGroup)
throws SystemException
pk - the primary key of the useruserGroup - the user group
SystemException - if a system exception occurred
void removeUserGroups(long pk,
long[] userGroupPKs)
throws SystemException
pk - the primary key of the useruserGroupPKs - the primary keys of the user groups
SystemException - if a system exception occurred
void removeUserGroups(long pk,
List<UserGroup> userGroups)
throws SystemException
pk - the primary key of the useruserGroups - the user groups
SystemException - if a system exception occurred
void setUserGroups(long pk,
long[] userGroupPKs)
throws SystemException
pk - the primary key of the useruserGroupPKs - the primary keys of the user groups to be associated with the user
SystemException - if a system exception occurred
void setUserGroups(long pk,
List<UserGroup> userGroups)
throws SystemException
pk - the primary key of the useruserGroups - the user groups to be associated with the user
SystemException - if a system exception occurred
User remove(User user)
throws SystemException
BasePersistence
remove in interface BasePersistence<User>user - the model instance to remove
SystemException - if a system exception occurred
|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||