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