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 |
GcGrouperSyncLog.getGrouperSyncGroup()
link back to sync group
|
GcGrouperSyncGroup |
GcGrouperSyncMembership.getGrouperSyncGroup()
link back to sync group
|
static GcGrouperSyncGroup |
GcGrouperSyncGroup.retrieveById(String theConnectionName,
String id)
select grouper sync group by id
|
static GcGrouperSyncGroup |
GcGrouperSyncGroup.retrieveBySyncIdAndGroupId(String theConnectionName,
String grouperSyncId,
String grouperGroupId)
select grouper sync group by sync id and group id
|
GcGrouperSyncGroup |
GcGrouperSync.retrieveGroupByGroupId(String groupId)
select grouper sync group by group id
|
GcGrouperSyncGroup |
GcGrouperSyncLog.retrieveGrouperSyncGroup() |
GcGrouperSyncGroup |
GcGrouperSyncMembership.retrieveGrouperSyncGroup() |
Modifier and Type | Method and Description |
---|---|
List<GcGrouperSyncGroup> |
GcGrouperSync.retrieveAllGroups()
select grouper sync group by sync id and group id
|
Modifier and Type | Method and Description |
---|---|
void |
GcGrouperSyncLog.setGrouperSyncGroup(GcGrouperSyncGroup gcGrouperSyncGroup)
link back to sync group
|
void |
GcGrouperSyncMembership.setGrouperSyncGroup(GcGrouperSyncGroup gcGrouperSyncGroup)
link back to sync group
|
Modifier and Type | Method and Description |
---|---|
static int |
GcGrouperSyncGroup.deleteBatch(Collection<GcGrouperSyncGroup> gcGrouperSyncGroups,
int batchSize)
delete batch
|
static void |
GcGrouperSyncGroup.storeBatch(Collection<GcGrouperSyncGroup> gcGrouperSyncGroups,
int batchSize)
store batch, cant have inserts and updates mixed
|
Copyright © 2020 Internet2. All rights reserved.