com.liferay.portal.service.persistence
Class UserUtil
java.lang.Object
com.liferay.portal.service.persistence.UserUtil
public class UserUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
UserPersistence
,
UserPersistenceImpl
- Generated:
Method Summary |
static void |
addGroup(long pk,
Group group)
|
static void |
addGroup(long pk,
long groupPK)
|
static void |
addGroups(long pk,
java.util.List<Group> groups)
|
static void |
addGroups(long pk,
long[] groupPKs)
|
static void |
addOrganization(long pk,
long organizationPK)
|
static void |
addOrganization(long pk,
Organization organization)
|
static void |
addOrganizations(long pk,
java.util.List<Organization> organizations)
|
static void |
addOrganizations(long pk,
long[] organizationPKs)
|
static void |
addPermission(long pk,
long permissionPK)
|
static void |
addPermission(long pk,
Permission permission)
|
static void |
addPermissions(long pk,
java.util.List<Permission> permissions)
|
static void |
addPermissions(long pk,
long[] permissionPKs)
|
static void |
addRole(long pk,
long rolePK)
|
static void |
addRole(long pk,
Role role)
|
static void |
addRoles(long pk,
java.util.List<Role> roles)
|
static void |
addRoles(long pk,
long[] rolePKs)
|
static void |
addTeam(long pk,
long teamPK)
|
static void |
addTeam(long pk,
Team team)
|
static void |
addTeams(long pk,
java.util.List<Team> teams)
|
static void |
addTeams(long pk,
long[] teamPKs)
|
static void |
addUserGroup(long pk,
long userGroupPK)
|
static void |
addUserGroup(long pk,
UserGroup userGroup)
|
static void |
addUserGroups(long pk,
java.util.List<UserGroup> userGroups)
|
static void |
addUserGroups(long pk,
long[] userGroupPKs)
|
static void |
cacheResult(java.util.List<User> users)
|
static void |
cacheResult(User user)
|
static void |
clearCache()
|
static void |
clearCache(User user)
|
static void |
clearGroups(long pk)
|
static void |
clearOrganizations(long pk)
|
static void |
clearPermissions(long pk)
|
static void |
clearRoles(long pk)
|
static void |
clearTeams(long pk)
|
static void |
clearUserGroups(long pk)
|
static boolean |
containsGroup(long pk,
long groupPK)
|
static boolean |
containsGroups(long pk)
|
static boolean |
containsOrganization(long pk,
long organizationPK)
|
static boolean |
containsOrganizations(long pk)
|
static boolean |
containsPermission(long pk,
long permissionPK)
|
static boolean |
containsPermissions(long pk)
|
static boolean |
containsRole(long pk,
long rolePK)
|
static boolean |
containsRoles(long pk)
|
static boolean |
containsTeam(long pk,
long teamPK)
|
static boolean |
containsTeams(long pk)
|
static boolean |
containsUserGroup(long pk,
long userGroupPK)
|
static boolean |
containsUserGroups(long pk)
|
static int |
countAll()
|
static int |
countByC_A(long companyId,
boolean active)
|
static int |
countByC_DU(long companyId,
boolean defaultUser)
|
static int |
countByC_EA(long companyId,
java.lang.String emailAddress)
|
static int |
countByC_SN(long companyId,
java.lang.String screenName)
|
static int |
countByC_U(long companyId,
long userId)
|
static int |
countByCompanyId(long companyId)
|
static int |
countByContactId(long contactId)
|
static int |
countByEmailAddress(java.lang.String emailAddress)
|
static int |
countByOpenId(java.lang.String openId)
|
static int |
countByPortraitId(long portraitId)
|
static int |
countByUuid(java.lang.String uuid)
|
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static User |
create(long userId)
|
static User |
fetchByC_DU(long companyId,
boolean defaultUser)
|
static User |
fetchByC_DU(long companyId,
boolean defaultUser,
boolean retrieveFromCache)
|
static User |
fetchByC_EA(long companyId,
java.lang.String emailAddress)
|
static User |
fetchByC_EA(long companyId,
java.lang.String emailAddress,
boolean retrieveFromCache)
|
static User |
fetchByC_SN(long companyId,
java.lang.String screenName)
|
static User |
fetchByC_SN(long companyId,
java.lang.String screenName,
boolean retrieveFromCache)
|
static User |
fetchByC_U(long companyId,
long userId)
|
static User |
fetchByC_U(long companyId,
long userId,
boolean retrieveFromCache)
|
static User |
fetchByContactId(long contactId)
|
static User |
fetchByContactId(long contactId,
boolean retrieveFromCache)
|
static User |
fetchByOpenId(java.lang.String openId)
|
static User |
fetchByOpenId(java.lang.String openId,
boolean retrieveFromCache)
|
static User |
fetchByPortraitId(long portraitId)
|
static User |
fetchByPortraitId(long portraitId,
boolean retrieveFromCache)
|
static User |
fetchByPrimaryKey(long userId)
|
static java.util.List<User> |
findAll()
|
static java.util.List<User> |
findAll(int start,
int end)
|
static java.util.List<User> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
static User |
findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
|
static User |
findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
|
static User[] |
findByC_A_PrevAndNext(long userId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
|
static java.util.List<User> |
findByC_A(long companyId,
boolean active)
|
static java.util.List<User> |
findByC_A(long companyId,
boolean active,
int start,
int end)
|
static java.util.List<User> |
findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
|
static User |
findByC_DU(long companyId,
boolean defaultUser)
|
static User |
findByC_EA(long companyId,
java.lang.String emailAddress)
|
static User |
findByC_SN(long companyId,
java.lang.String screenName)
|
static User |
findByC_U(long companyId,
long userId)
|
static User |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
|
static User |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
|
static User[] |
findByCompanyId_PrevAndNext(long userId,
long companyId,
OrderByComparator orderByComparator)
|
static java.util.List<User> |
findByCompanyId(long companyId)
|
static java.util.List<User> |
findByCompanyId(long companyId,
int start,
int end)
|
static java.util.List<User> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
|
static User |
findByContactId(long contactId)
|
static User |
findByEmailAddress_First(java.lang.String emailAddress,
OrderByComparator orderByComparator)
|
static User |
findByEmailAddress_Last(java.lang.String emailAddress,
OrderByComparator orderByComparator)
|
static User[] |
findByEmailAddress_PrevAndNext(long userId,
java.lang.String emailAddress,
OrderByComparator orderByComparator)
|
static java.util.List<User> |
findByEmailAddress(java.lang.String emailAddress)
|
static java.util.List<User> |
findByEmailAddress(java.lang.String emailAddress,
int start,
int end)
|
static java.util.List<User> |
findByEmailAddress(java.lang.String emailAddress,
int start,
int end,
OrderByComparator orderByComparator)
|
static User |
findByOpenId(java.lang.String openId)
|
static User |
findByPortraitId(long portraitId)
|
static User |
findByPrimaryKey(long userId)
|
static User |
findByUuid_First(java.lang.String uuid,
OrderByComparator orderByComparator)
|
static User |
findByUuid_Last(java.lang.String uuid,
OrderByComparator orderByComparator)
|
static User[] |
findByUuid_PrevAndNext(long userId,
java.lang.String uuid,
OrderByComparator orderByComparator)
|
static java.util.List<User> |
findByUuid(java.lang.String uuid)
|
static java.util.List<User> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
static java.util.List<User> |
findByUuid(java.lang.String uuid,
int start,
int end,
OrderByComparator orderByComparator)
|
static java.util.List<User> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static java.util.List<User> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static java.util.List<Group> |
getGroups(long pk)
|
static java.util.List<Group> |
getGroups(long pk,
int start,
int end)
|
static java.util.List<Group> |
getGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
static int |
getGroupsSize(long pk)
|
static java.util.List<Organization> |
getOrganizations(long pk)
|
static java.util.List<Organization> |
getOrganizations(long pk,
int start,
int end)
|
static java.util.List<Organization> |
getOrganizations(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
static int |
getOrganizationsSize(long pk)
|
static java.util.List<Permission> |
getPermissions(long pk)
|
static java.util.List<Permission> |
getPermissions(long pk,
int start,
int end)
|
static java.util.List<Permission> |
getPermissions(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
static int |
getPermissionsSize(long pk)
|
static UserPersistence |
getPersistence()
|
static java.util.List<Role> |
getRoles(long pk)
|
static java.util.List<Role> |
getRoles(long pk,
int start,
int end)
|
static java.util.List<Role> |
getRoles(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
static int |
getRolesSize(long pk)
|
static java.util.List<Team> |
getTeams(long pk)
|
static java.util.List<Team> |
getTeams(long pk,
int start,
int end)
|
static java.util.List<Team> |
getTeams(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
static int |
getTeamsSize(long pk)
|
static java.util.List<UserGroup> |
getUserGroups(long pk)
|
static java.util.List<UserGroup> |
getUserGroups(long pk,
int start,
int end)
|
static java.util.List<UserGroup> |
getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
static int |
getUserGroupsSize(long pk)
|
static User |
remove(long userId)
|
static User |
remove(User user)
|
static void |
removeAll()
|
static void |
removeByC_A(long companyId,
boolean active)
|
static void |
removeByC_DU(long companyId,
boolean defaultUser)
|
static void |
removeByC_EA(long companyId,
java.lang.String emailAddress)
|
static void |
removeByC_SN(long companyId,
java.lang.String screenName)
|
static void |
removeByC_U(long companyId,
long userId)
|
static void |
removeByCompanyId(long companyId)
|
static void |
removeByContactId(long contactId)
|
static void |
removeByEmailAddress(java.lang.String emailAddress)
|
static void |
removeByOpenId(java.lang.String openId)
|
static void |
removeByPortraitId(long portraitId)
|
static void |
removeByUuid(java.lang.String uuid)
|
static void |
removeGroup(long pk,
Group group)
|
static void |
removeGroup(long pk,
long groupPK)
|
static void |
removeGroups(long pk,
java.util.List<Group> groups)
|
static void |
removeGroups(long pk,
long[] groupPKs)
|
static void |
removeOrganization(long pk,
long organizationPK)
|
static void |
removeOrganization(long pk,
Organization organization)
|
static void |
removeOrganizations(long pk,
java.util.List<Organization> organizations)
|
static void |
removeOrganizations(long pk,
long[] organizationPKs)
|
static void |
removePermission(long pk,
long permissionPK)
|
static void |
removePermission(long pk,
Permission permission)
|
static void |
removePermissions(long pk,
java.util.List<Permission> permissions)
|
static void |
removePermissions(long pk,
long[] permissionPKs)
|
static void |
removeRole(long pk,
long rolePK)
|
static void |
removeRole(long pk,
Role role)
|
static void |
removeRoles(long pk,
java.util.List<Role> roles)
|
static void |
removeRoles(long pk,
long[] rolePKs)
|
static void |
removeTeam(long pk,
long teamPK)
|
static void |
removeTeam(long pk,
Team team)
|
static void |
removeTeams(long pk,
java.util.List<Team> teams)
|
static void |
removeTeams(long pk,
long[] teamPKs)
|
static void |
removeUserGroup(long pk,
long userGroupPK)
|
static void |
removeUserGroup(long pk,
UserGroup userGroup)
|
static void |
removeUserGroups(long pk,
java.util.List<UserGroup> userGroups)
|
static void |
removeUserGroups(long pk,
long[] userGroupPKs)
|
static void |
setGroups(long pk,
java.util.List<Group> groups)
|
static void |
setGroups(long pk,
long[] groupPKs)
|
static void |
setOrganizations(long pk,
java.util.List<Organization> organizations)
|
static void |
setOrganizations(long pk,
long[] organizationPKs)
|
static void |
setPermissions(long pk,
java.util.List<Permission> permissions)
|
static void |
setPermissions(long pk,
long[] permissionPKs)
|
void |
setPersistence(UserPersistence persistence)
|
static void |
setRoles(long pk,
java.util.List<Role> roles)
|
static void |
setRoles(long pk,
long[] rolePKs)
|
static void |
setTeams(long pk,
java.util.List<Team> teams)
|
static void |
setTeams(long pk,
long[] teamPKs)
|
static void |
setUserGroups(long pk,
java.util.List<UserGroup> userGroups)
|
static void |
setUserGroups(long pk,
long[] userGroupPKs)
|
static User |
update(User user,
boolean merge)
|
static User |
updateImpl(User user,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserUtil
public UserUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
clearCache
public static void clearCache(User user)
- See Also:
com.liferay.portal.service.persistence.BasePersistence#clearCache(User)
countWithDynamicQuery
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<User> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<User> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static User remove(User user)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static User update(User user,
boolean merge)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
cacheResult
public static void cacheResult(User user)
cacheResult
public static void cacheResult(java.util.List<User> users)
create
public static User create(long userId)
remove
public static User remove(long userId)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
updateImpl
public static User updateImpl(User user,
boolean merge)
throws SystemException
- Throws:
SystemException
findByPrimaryKey
public static User findByPrimaryKey(long userId)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
fetchByPrimaryKey
public static User fetchByPrimaryKey(long userId)
throws SystemException
- Throws:
SystemException
findByUuid
public static java.util.List<User> findByUuid(java.lang.String uuid)
throws SystemException
- Throws:
SystemException
findByUuid
public static java.util.List<User> findByUuid(java.lang.String uuid,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByUuid
public static java.util.List<User> findByUuid(java.lang.String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByUuid_First
public static User findByUuid_First(java.lang.String uuid,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
findByUuid_Last
public static User findByUuid_Last(java.lang.String uuid,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
findByUuid_PrevAndNext
public static User[] findByUuid_PrevAndNext(long userId,
java.lang.String uuid,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
findByCompanyId
public static java.util.List<User> findByCompanyId(long companyId)
throws SystemException
- Throws:
SystemException
findByCompanyId
public static java.util.List<User> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByCompanyId
public static java.util.List<User> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByCompanyId_First
public static User findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
findByCompanyId_Last
public static User findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
findByCompanyId_PrevAndNext
public static User[] findByCompanyId_PrevAndNext(long userId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
findByContactId
public static User findByContactId(long contactId)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
fetchByContactId
public static User fetchByContactId(long contactId)
throws SystemException
- Throws:
SystemException
fetchByContactId
public static User fetchByContactId(long contactId,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findByEmailAddress
public static java.util.List<User> findByEmailAddress(java.lang.String emailAddress)
throws SystemException
- Throws:
SystemException
findByEmailAddress
public static java.util.List<User> findByEmailAddress(java.lang.String emailAddress,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByEmailAddress
public static java.util.List<User> findByEmailAddress(java.lang.String emailAddress,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByEmailAddress_First
public static User findByEmailAddress_First(java.lang.String emailAddress,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
findByEmailAddress_Last
public static User findByEmailAddress_Last(java.lang.String emailAddress,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
findByEmailAddress_PrevAndNext
public static User[] findByEmailAddress_PrevAndNext(long userId,
java.lang.String emailAddress,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
findByOpenId
public static User findByOpenId(java.lang.String openId)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
fetchByOpenId
public static User fetchByOpenId(java.lang.String openId)
throws SystemException
- Throws:
SystemException
fetchByOpenId
public static User fetchByOpenId(java.lang.String openId,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findByPortraitId
public static User findByPortraitId(long portraitId)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
fetchByPortraitId
public static User fetchByPortraitId(long portraitId)
throws SystemException
- Throws:
SystemException
fetchByPortraitId
public static User fetchByPortraitId(long portraitId,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findByC_U
public static User findByC_U(long companyId,
long userId)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
fetchByC_U
public static User fetchByC_U(long companyId,
long userId)
throws SystemException
- Throws:
SystemException
fetchByC_U
public static User fetchByC_U(long companyId,
long userId,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findByC_DU
public static User findByC_DU(long companyId,
boolean defaultUser)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
fetchByC_DU
public static User fetchByC_DU(long companyId,
boolean defaultUser)
throws SystemException
- Throws:
SystemException
fetchByC_DU
public static User fetchByC_DU(long companyId,
boolean defaultUser,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findByC_SN
public static User findByC_SN(long companyId,
java.lang.String screenName)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
fetchByC_SN
public static User fetchByC_SN(long companyId,
java.lang.String screenName)
throws SystemException
- Throws:
SystemException
fetchByC_SN
public static User fetchByC_SN(long companyId,
java.lang.String screenName,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findByC_EA
public static User findByC_EA(long companyId,
java.lang.String emailAddress)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
fetchByC_EA
public static User fetchByC_EA(long companyId,
java.lang.String emailAddress)
throws SystemException
- Throws:
SystemException
fetchByC_EA
public static User fetchByC_EA(long companyId,
java.lang.String emailAddress,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findByC_A
public static java.util.List<User> findByC_A(long companyId,
boolean active)
throws SystemException
- Throws:
SystemException
findByC_A
public static java.util.List<User> findByC_A(long companyId,
boolean active,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByC_A
public static java.util.List<User> findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByC_A_First
public static User findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
findByC_A_Last
public static User findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
findByC_A_PrevAndNext
public static User[] findByC_A_PrevAndNext(long userId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
findAll
public static java.util.List<User> findAll()
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<User> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<User> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
removeByUuid
public static void removeByUuid(java.lang.String uuid)
throws SystemException
- Throws:
SystemException
removeByCompanyId
public static void removeByCompanyId(long companyId)
throws SystemException
- Throws:
SystemException
removeByContactId
public static void removeByContactId(long contactId)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
removeByEmailAddress
public static void removeByEmailAddress(java.lang.String emailAddress)
throws SystemException
- Throws:
SystemException
removeByOpenId
public static void removeByOpenId(java.lang.String openId)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
removeByPortraitId
public static void removeByPortraitId(long portraitId)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
removeByC_U
public static void removeByC_U(long companyId,
long userId)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
removeByC_DU
public static void removeByC_DU(long companyId,
boolean defaultUser)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
removeByC_SN
public static void removeByC_SN(long companyId,
java.lang.String screenName)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
removeByC_EA
public static void removeByC_EA(long companyId,
java.lang.String emailAddress)
throws NoSuchUserException,
SystemException
- Throws:
NoSuchUserException
SystemException
removeByC_A
public static void removeByC_A(long companyId,
boolean active)
throws SystemException
- Throws:
SystemException
removeAll
public static void removeAll()
throws SystemException
- Throws:
SystemException
countByUuid
public static int countByUuid(java.lang.String uuid)
throws SystemException
- Throws:
SystemException
countByCompanyId
public static int countByCompanyId(long companyId)
throws SystemException
- Throws:
SystemException
countByContactId
public static int countByContactId(long contactId)
throws SystemException
- Throws:
SystemException
countByEmailAddress
public static int countByEmailAddress(java.lang.String emailAddress)
throws SystemException
- Throws:
SystemException
countByOpenId
public static int countByOpenId(java.lang.String openId)
throws SystemException
- Throws:
SystemException
countByPortraitId
public static int countByPortraitId(long portraitId)
throws SystemException
- Throws:
SystemException
countByC_U
public static int countByC_U(long companyId,
long userId)
throws SystemException
- Throws:
SystemException
countByC_DU
public static int countByC_DU(long companyId,
boolean defaultUser)
throws SystemException
- Throws:
SystemException
countByC_SN
public static int countByC_SN(long companyId,
java.lang.String screenName)
throws SystemException
- Throws:
SystemException
countByC_EA
public static int countByC_EA(long companyId,
java.lang.String emailAddress)
throws SystemException
- Throws:
SystemException
countByC_A
public static int countByC_A(long companyId,
boolean active)
throws SystemException
- Throws:
SystemException
countAll
public static int countAll()
throws SystemException
- Throws:
SystemException
getGroups
public static java.util.List<Group> getGroups(long pk)
throws SystemException
- Throws:
SystemException
getGroups
public static java.util.List<Group> getGroups(long pk,
int start,
int end)
throws SystemException
- Throws:
SystemException
getGroups
public static java.util.List<Group> getGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
getGroupsSize
public static int getGroupsSize(long pk)
throws SystemException
- Throws:
SystemException
containsGroup
public static boolean containsGroup(long pk,
long groupPK)
throws SystemException
- Throws:
SystemException
containsGroups
public static boolean containsGroups(long pk)
throws SystemException
- Throws:
SystemException
addGroup
public static void addGroup(long pk,
long groupPK)
throws SystemException
- Throws:
SystemException
addGroup
public static void addGroup(long pk,
Group group)
throws SystemException
- Throws:
SystemException
addGroups
public static void addGroups(long pk,
long[] groupPKs)
throws SystemException
- Throws:
SystemException
addGroups
public static void addGroups(long pk,
java.util.List<Group> groups)
throws SystemException
- Throws:
SystemException
clearGroups
public static void clearGroups(long pk)
throws SystemException
- Throws:
SystemException
removeGroup
public static void removeGroup(long pk,
long groupPK)
throws SystemException
- Throws:
SystemException
removeGroup
public static void removeGroup(long pk,
Group group)
throws SystemException
- Throws:
SystemException
removeGroups
public static void removeGroups(long pk,
long[] groupPKs)
throws SystemException
- Throws:
SystemException
removeGroups
public static void removeGroups(long pk,
java.util.List<Group> groups)
throws SystemException
- Throws:
SystemException
setGroups
public static void setGroups(long pk,
long[] groupPKs)
throws SystemException
- Throws:
SystemException
setGroups
public static void setGroups(long pk,
java.util.List<Group> groups)
throws SystemException
- Throws:
SystemException
getOrganizations
public static java.util.List<Organization> getOrganizations(long pk)
throws SystemException
- Throws:
SystemException
getOrganizations
public static java.util.List<Organization> getOrganizations(long pk,
int start,
int end)
throws SystemException
- Throws:
SystemException
getOrganizations
public static java.util.List<Organization> getOrganizations(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
getOrganizationsSize
public static int getOrganizationsSize(long pk)
throws SystemException
- Throws:
SystemException
containsOrganization
public static boolean containsOrganization(long pk,
long organizationPK)
throws SystemException
- Throws:
SystemException
containsOrganizations
public static boolean containsOrganizations(long pk)
throws SystemException
- Throws:
SystemException
addOrganization
public static void addOrganization(long pk,
long organizationPK)
throws SystemException
- Throws:
SystemException
addOrganization
public static void addOrganization(long pk,
Organization organization)
throws SystemException
- Throws:
SystemException
addOrganizations
public static void addOrganizations(long pk,
long[] organizationPKs)
throws SystemException
- Throws:
SystemException
addOrganizations
public static void addOrganizations(long pk,
java.util.List<Organization> organizations)
throws SystemException
- Throws:
SystemException
clearOrganizations
public static void clearOrganizations(long pk)
throws SystemException
- Throws:
SystemException
removeOrganization
public static void removeOrganization(long pk,
long organizationPK)
throws SystemException
- Throws:
SystemException
removeOrganization
public static void removeOrganization(long pk,
Organization organization)
throws SystemException
- Throws:
SystemException
removeOrganizations
public static void removeOrganizations(long pk,
long[] organizationPKs)
throws SystemException
- Throws:
SystemException
removeOrganizations
public static void removeOrganizations(long pk,
java.util.List<Organization> organizations)
throws SystemException
- Throws:
SystemException
setOrganizations
public static void setOrganizations(long pk,
long[] organizationPKs)
throws SystemException
- Throws:
SystemException
setOrganizations
public static void setOrganizations(long pk,
java.util.List<Organization> organizations)
throws SystemException
- Throws:
SystemException
getPermissions
public static java.util.List<Permission> getPermissions(long pk)
throws SystemException
- Throws:
SystemException
getPermissions
public static java.util.List<Permission> getPermissions(long pk,
int start,
int end)
throws SystemException
- Throws:
SystemException
getPermissions
public static java.util.List<Permission> getPermissions(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
getPermissionsSize
public static int getPermissionsSize(long pk)
throws SystemException
- Throws:
SystemException
containsPermission
public static boolean containsPermission(long pk,
long permissionPK)
throws SystemException
- Throws:
SystemException
containsPermissions
public static boolean containsPermissions(long pk)
throws SystemException
- Throws:
SystemException
addPermission
public static void addPermission(long pk,
long permissionPK)
throws SystemException
- Throws:
SystemException
addPermission
public static void addPermission(long pk,
Permission permission)
throws SystemException
- Throws:
SystemException
addPermissions
public static void addPermissions(long pk,
long[] permissionPKs)
throws SystemException
- Throws:
SystemException
addPermissions
public static void addPermissions(long pk,
java.util.List<Permission> permissions)
throws SystemException
- Throws:
SystemException
clearPermissions
public static void clearPermissions(long pk)
throws SystemException
- Throws:
SystemException
removePermission
public static void removePermission(long pk,
long permissionPK)
throws SystemException
- Throws:
SystemException
removePermission
public static void removePermission(long pk,
Permission permission)
throws SystemException
- Throws:
SystemException
removePermissions
public static void removePermissions(long pk,
long[] permissionPKs)
throws SystemException
- Throws:
SystemException
removePermissions
public static void removePermissions(long pk,
java.util.List<Permission> permissions)
throws SystemException
- Throws:
SystemException
setPermissions
public static void setPermissions(long pk,
long[] permissionPKs)
throws SystemException
- Throws:
SystemException
setPermissions
public static void setPermissions(long pk,
java.util.List<Permission> permissions)
throws SystemException
- Throws:
SystemException
getRoles
public static java.util.List<Role> getRoles(long pk)
throws SystemException
- Throws:
SystemException
getRoles
public static java.util.List<Role> getRoles(long pk,
int start,
int end)
throws SystemException
- Throws:
SystemException
getRoles
public static java.util.List<Role> getRoles(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
getRolesSize
public static int getRolesSize(long pk)
throws SystemException
- Throws:
SystemException
containsRole
public static boolean containsRole(long pk,
long rolePK)
throws SystemException
- Throws:
SystemException
containsRoles
public static boolean containsRoles(long pk)
throws SystemException
- Throws:
SystemException
addRole
public static void addRole(long pk,
long rolePK)
throws SystemException
- Throws:
SystemException
addRole
public static void addRole(long pk,
Role role)
throws SystemException
- Throws:
SystemException
addRoles
public static void addRoles(long pk,
long[] rolePKs)
throws SystemException
- Throws:
SystemException
addRoles
public static void addRoles(long pk,
java.util.List<Role> roles)
throws SystemException
- Throws:
SystemException
clearRoles
public static void clearRoles(long pk)
throws SystemException
- Throws:
SystemException
removeRole
public static void removeRole(long pk,
long rolePK)
throws SystemException
- Throws:
SystemException
removeRole
public static void removeRole(long pk,
Role role)
throws SystemException
- Throws:
SystemException
removeRoles
public static void removeRoles(long pk,
long[] rolePKs)
throws SystemException
- Throws:
SystemException
removeRoles
public static void removeRoles(long pk,
java.util.List<Role> roles)
throws SystemException
- Throws:
SystemException
setRoles
public static void setRoles(long pk,
long[] rolePKs)
throws SystemException
- Throws:
SystemException
setRoles
public static void setRoles(long pk,
java.util.List<Role> roles)
throws SystemException
- Throws:
SystemException
getTeams
public static java.util.List<Team> getTeams(long pk)
throws SystemException
- Throws:
SystemException
getTeams
public static java.util.List<Team> getTeams(long pk,
int start,
int end)
throws SystemException
- Throws:
SystemException
getTeams
public static java.util.List<Team> getTeams(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
getTeamsSize
public static int getTeamsSize(long pk)
throws SystemException
- Throws:
SystemException
containsTeam
public static boolean containsTeam(long pk,
long teamPK)
throws SystemException
- Throws:
SystemException
containsTeams
public static boolean containsTeams(long pk)
throws SystemException
- Throws:
SystemException
addTeam
public static void addTeam(long pk,
long teamPK)
throws SystemException
- Throws:
SystemException
addTeam
public static void addTeam(long pk,
Team team)
throws SystemException
- Throws:
SystemException
addTeams
public static void addTeams(long pk,
long[] teamPKs)
throws SystemException
- Throws:
SystemException
addTeams
public static void addTeams(long pk,
java.util.List<Team> teams)
throws SystemException
- Throws:
SystemException
clearTeams
public static void clearTeams(long pk)
throws SystemException
- Throws:
SystemException
removeTeam
public static void removeTeam(long pk,
long teamPK)
throws SystemException
- Throws:
SystemException
removeTeam
public static void removeTeam(long pk,
Team team)
throws SystemException
- Throws:
SystemException
removeTeams
public static void removeTeams(long pk,
long[] teamPKs)
throws SystemException
- Throws:
SystemException
removeTeams
public static void removeTeams(long pk,
java.util.List<Team> teams)
throws SystemException
- Throws:
SystemException
setTeams
public static void setTeams(long pk,
long[] teamPKs)
throws SystemException
- Throws:
SystemException
setTeams
public static void setTeams(long pk,
java.util.List<Team> teams)
throws SystemException
- Throws:
SystemException
getUserGroups
public static java.util.List<UserGroup> getUserGroups(long pk)
throws SystemException
- Throws:
SystemException
getUserGroups
public static java.util.List<UserGroup> getUserGroups(long pk,
int start,
int end)
throws SystemException
- Throws:
SystemException
getUserGroups
public static java.util.List<UserGroup> getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
getUserGroupsSize
public static int getUserGroupsSize(long pk)
throws SystemException
- Throws:
SystemException
containsUserGroup
public static boolean containsUserGroup(long pk,
long userGroupPK)
throws SystemException
- Throws:
SystemException
containsUserGroups
public static boolean containsUserGroups(long pk)
throws SystemException
- Throws:
SystemException
addUserGroup
public static void addUserGroup(long pk,
long userGroupPK)
throws SystemException
- Throws:
SystemException
addUserGroup
public static void addUserGroup(long pk,
UserGroup userGroup)
throws SystemException
- Throws:
SystemException
addUserGroups
public static void addUserGroups(long pk,
long[] userGroupPKs)
throws SystemException
- Throws:
SystemException
addUserGroups
public static void addUserGroups(long pk,
java.util.List<UserGroup> userGroups)
throws SystemException
- Throws:
SystemException
clearUserGroups
public static void clearUserGroups(long pk)
throws SystemException
- Throws:
SystemException
removeUserGroup
public static void removeUserGroup(long pk,
long userGroupPK)
throws SystemException
- Throws:
SystemException
removeUserGroup
public static void removeUserGroup(long pk,
UserGroup userGroup)
throws SystemException
- Throws:
SystemException
removeUserGroups
public static void removeUserGroups(long pk,
long[] userGroupPKs)
throws SystemException
- Throws:
SystemException
removeUserGroups
public static void removeUserGroups(long pk,
java.util.List<UserGroup> userGroups)
throws SystemException
- Throws:
SystemException
setUserGroups
public static void setUserGroups(long pk,
long[] userGroupPKs)
throws SystemException
- Throws:
SystemException
setUserGroups
public static void setUserGroups(long pk,
java.util.List<UserGroup> userGroups)
throws SystemException
- Throws:
SystemException
getPersistence
public static UserPersistence getPersistence()
setPersistence
public void setPersistence(UserPersistence persistence)