Package | Description |
---|---|
edu.internet2.middleware.grouperClient.jdbc.tableSync |
Modifier and Type | Method and Description |
---|---|
GcGrouperSyncGroup |
GcGrouperSyncGroup.clone()
deep clone the fields in this object
|
GcGrouperSyncGroup |
GcGrouperSyncMembership.getGrouperSyncGroup()
link back to sync group
|
GcGrouperSyncGroup |
GcGrouperSyncGroupDao.groupCreateByGroupId(String groupId)
select grouper sync group by group id.
|
GcGrouperSyncGroup |
GcGrouperSyncGroupDao.groupRetrieveByGroupId(String groupId)
select grouper sync group by group id
|
GcGrouperSyncGroup |
GcGrouperSyncGroupDao.groupRetrieveById(String gcGrouperSyncGroupId)
select grouper sync group by id
|
GcGrouperSyncGroup |
GcGrouperSyncGroupDao.groupRetrieveOrCreateByGroupId(String groupId)
select grouper sync group by group id.
|
GcGrouperSyncGroup |
GcGrouperSyncGroupDao.internal_groupCreateByGroupIdHelper(String groupId)
select grouper sync group by group id.
|
GcGrouperSyncGroup |
GcGrouperSyncGroupDao.internal_groupRetrieveFromDbByGroupId(String groupId)
select grouper sync group by group id
|
GcGrouperSyncGroup |
GcGrouperSyncGroupDao.internal_groupRetrieveFromDbById(String gcGrouperSyncGroupId)
select grouper sync group by gcGrouperSyncGroupId id
|
Modifier and Type | Method and Description |
---|---|
List<GcGrouperSyncGroup> |
GcGrouperSyncGroupDao.groupRetrieveAll()
select grouper sync group by sync id and group id
|
Map<String,GcGrouperSyncGroup> |
GcGrouperSyncGroupDao.groupRetrieveByGroupIds(Collection<String> grouperGroupIdsCollection)
select grouper sync group by sync id and group id
|
Map<String,GcGrouperSyncGroup> |
GcGrouperSyncGroupDao.groupRetrieveByIds(Collection<String> gcGrouperSyncGroupIds)
select grouper sync groups by ids
|
Map<String,GcGrouperSyncGroup> |
GcGrouperSyncGroupDao.groupRetrieveOrCreateByGroupIds(Collection<String> grouperGroupIdsCollection)
select grouper sync group by group id.
|
List<GcGrouperSyncGroup> |
GcGrouperSyncGroupDao.internal_groupRetrieveFromDbAll()
select grouper sync group by sync id and group id
|
Map<String,GcGrouperSyncGroup> |
GcGrouperSyncGroupDao.internal_groupRetrieveFromDbByGroupIds(Collection<String> grouperGroupIdsCollection)
select grouper sync group by sync id and group id
|
Map<String,GcGrouperSyncGroup> |
GcGrouperSyncGroupDao.internal_groupRetrieveFromDbByIds(Collection<String> syncGroupIdsCollection)
select grouper sync group by sync id and group id
|
Set<GcGrouperSyncGroup> |
GcGrouperSyncGroupDao.retrieveUpdatedCacheSyncGroups() |
Modifier and Type | Method and Description |
---|---|
GcGrouperSyncLog |
GcGrouperSyncGroupDao.groupCreateLog(GcGrouperSyncGroup gcGrouperSyncGroup) |
int |
GcGrouperSyncGroupDao.groupDelete(GcGrouperSyncGroup gcGrouperSyncGroup,
boolean deleteMemberships,
boolean deleteLogs)
delete sync group
|
void |
GcGrouperSyncGroupDao.internal_groupCacheDelete(GcGrouperSyncGroup gcGrouperSyncGroup) |
void |
GcGrouperSyncGroupDao.internal_groupStore(GcGrouperSyncGroup gcGrouperSyncGroup)
store batch, generally call this from store all objects from GcGrouperSync
|
GcGrouperSyncMembership |
GcGrouperSyncMembershipDao.membershipCreateByGroupAndMember(GcGrouperSyncGroup gcGrouperSyncGroup,
GcGrouperSyncMember gcGrouperSyncMember)
select grouper sync membership by group id and member id.
|
void |
GcGrouperSyncMembership.setGrouperSyncGroup(GcGrouperSyncGroup gcGrouperSyncGroup)
link back to sync group
|
Modifier and Type | Method and Description |
---|---|
int |
GcGrouperSyncGroupDao.groupDelete(Collection<GcGrouperSyncGroup> gcGrouperSyncGroups,
boolean deleteMemberships,
boolean deleteLogs)
delete batch
|
int |
GcGrouperSyncGroupDao.internal_groupStore(Collection<GcGrouperSyncGroup> gcGrouperSyncGroups)
store batch, generally call this from store all objects from GcGrouperSync
|
Copyright © 2021 Internet2. All rights reserved.