public class GcGrouperSyncMembership extends Object implements GcSqlAssignPrimaryKey, GcDbVersionable
Constructor and Description |
---|
GcGrouperSyncMembership() |
Modifier and Type | Method and Description |
---|---|
GcGrouperSyncMembership |
clone()
deep clone the fields in this object
|
void |
dbVersionDelete()
db version
|
boolean |
dbVersionDifferent()
if we need to update this object
|
void |
dbVersionReset()
take a snapshot of the data since this is what is in the db
|
boolean |
equalsDeep(Object obj) |
boolean |
gcSqlAssignNewPrimaryKeyForInsert()
assign a new primary key for insert.
|
String |
getConnectionName()
connection name or null for default
|
String |
getErrorMessage()
if the last sync had an error, this is the error message
|
Timestamp |
getErrorTimestamp()
this the last sync had an error, this was the error timestamp
|
GcGrouperSync |
getGrouperSync() |
GcGrouperSyncGroup |
getGrouperSyncGroup()
link back to sync group
|
String |
getGrouperSyncGroupId()
foreign key back to group table
|
String |
getGrouperSyncId()
uuid of the job in grouper_sync
|
GcGrouperSyncMember |
getGrouperSyncMember()
link back to sync member
|
String |
getGrouperSyncMemberId()
foreign key to the members sync table
|
String |
getId()
uuid of this record in this table
|
Boolean |
getInTarget()
if this group exists in the target/destination
|
String |
getInTargetDb()
if this group exists in the target/destination
|
Timestamp |
getInTargetEnd()
when this group was provisioned to target
|
String |
getInTargetInsertOrExistsDb()
T if inserted on the in_target_start date, or F if it existed then and not sure when inserted
|
Timestamp |
getInTargetStart()
when this group was provisioned to target
|
Timestamp |
getLastUpdated()
when this record was last updated
|
String |
getMembershipId()
other metadata on membership
|
String |
getMembershipId2()
other metadata on membership
|
Timestamp |
getMetadataUpdated()
when metadata was last updated
|
boolean |
isInTarget()
if in target
|
boolean |
isInTargetInsertOrExists()
T if inserted on the in_target_start date, or F if it existed then and not sure when inserted
|
static void |
main(String[] args) |
static void |
reset()
delete all data if table is here
|
void |
setConnectionName(String connectionName1)
connection name or null for default
|
void |
setErrorMessage(String errorMessage1)
if the last sync had an error, this is the error message
|
void |
setErrorTimestamp(Timestamp errorTimestamp1)
this the last sync had an error, this was the error timestamp
|
void |
setGrouperSync(GcGrouperSync gcGrouperSync) |
void |
setGrouperSyncGroup(GcGrouperSyncGroup gcGrouperSyncGroup)
link back to sync group
|
void |
setGrouperSyncGroupId(String grouperSyncGroupId1)
foreign key back to group table
|
void |
setGrouperSyncId(String grouperSyncId1)
uuid of the job in grouper_sync
|
void |
setGrouperSyncMember(GcGrouperSyncMember gcGrouperSyncMember1)
link back to sync member
|
void |
setGrouperSyncMemberId(String memberId1)
foreign key to the members sync table
|
void |
setId(String id1)
uuid of this record in this table
|
void |
setInTarget(boolean inTarget)
if in target
|
void |
setInTarget(Boolean inTarget)
if this group exists in the target/destination
|
void |
setInTargetDb(String inTargetDb1)
if this group exists in the target/destination
|
void |
setInTargetEnd(Timestamp inTargetEnd1)
when this group was provisioned to target
|
void |
setInTargetInsertOrExists(boolean inTargetInsertOrExists)
T if inserted on the in_target_start date, or F if it existed then and not sure when inserted
|
void |
setInTargetInsertOrExistsDb(String inTargetInsertOrExistsDb1)
T if inserted on the in_target_start date, or F if it existed then and not sure when inserted
|
void |
setInTargetStart(Timestamp inTargetStart1)
when this group was provisioned to target
|
void |
setLastUpdated(Timestamp lastUpdated1)
when this record was last updated
|
void |
setMembershipId(String membershipId1_1)
other metadata on membership
|
void |
setMembershipId2(String membershipId2_1)
other metadata on membership
|
void |
setMetadataUpdated(Timestamp metadataUpdated1)
when metadata was last updated
|
void |
storePrepare() |
String |
toString() |
public void dbVersionReset()
dbVersionReset
in interface GcDbVersionable
public boolean dbVersionDifferent()
dbVersionDifferent
in interface GcDbVersionable
public void dbVersionDelete()
dbVersionDelete
in interface GcDbVersionable
public GcGrouperSyncMembership clone()
public boolean equalsDeep(Object obj)
public static void reset()
public String getErrorMessage()
public void setErrorMessage(String errorMessage1)
errorMessage1
- public Timestamp getErrorTimestamp()
public void setErrorTimestamp(Timestamp errorTimestamp1)
errorTimestamp1
- public String getMembershipId()
public void setMembershipId(String membershipId1_1)
membershipId1_1
- public Timestamp getMetadataUpdated()
public void setMetadataUpdated(Timestamp metadataUpdated1)
metadataUpdated1
- public String getMembershipId2()
public void setMembershipId2(String membershipId2_1)
membershipId2_1
- public GcGrouperSyncGroup getGrouperSyncGroup()
public void setGrouperSyncGroup(GcGrouperSyncGroup gcGrouperSyncGroup)
gcGrouperSyncGroup
- public GcGrouperSyncMember getGrouperSyncMember()
public void setGrouperSyncMember(GcGrouperSyncMember gcGrouperSyncMember1)
gcGrouperSyncMember1
- public String getGrouperSyncGroupId()
public void setGrouperSyncGroupId(String grouperSyncGroupId1)
grouperSyncGroupId1
- public String getGrouperSyncMemberId()
public void setGrouperSyncMemberId(String memberId1)
memberId1
- public void storePrepare()
public String getConnectionName()
public void setConnectionName(String connectionName1)
connectionName1
- public static void main(String[] args)
args
- public String getId()
public void setId(String id1)
id1
- the id to setpublic String getInTargetInsertOrExistsDb()
public void setInTargetInsertOrExistsDb(String inTargetInsertOrExistsDb1)
inTargetInsertOrExistsDb1
- public boolean isInTargetInsertOrExists()
public void setInTargetInsertOrExists(boolean inTargetInsertOrExists)
inTargetInsertOrExists
- public String getInTargetDb()
public void setInTargetDb(String inTargetDb1)
inTargetDb1
- public Boolean getInTarget()
public void setInTarget(Boolean inTarget)
inTarget
- public Timestamp getLastUpdated()
public void setLastUpdated(Timestamp lastUpdated1)
lastUpdated1
- public boolean gcSqlAssignNewPrimaryKeyForInsert()
GcSqlAssignPrimaryKey
gcSqlAssignNewPrimaryKeyForInsert
in interface GcSqlAssignPrimaryKey
public Timestamp getInTargetEnd()
public Timestamp getInTargetStart()
public void setInTargetEnd(Timestamp inTargetEnd1)
inTargetEnd1
- public void setInTargetStart(Timestamp inTargetStart1)
inTargetStart1
- public boolean isInTarget()
public void setInTarget(boolean inTarget)
in
- targetpublic GcGrouperSync getGrouperSync()
public String getGrouperSyncId()
public void setGrouperSync(GcGrouperSync gcGrouperSync)
gcGrouperSync
- public void setGrouperSyncId(String grouperSyncId1)
grouperSyncId1
- Copyright © 2020 Internet2. All rights reserved.