Class GrouperLifecycleEvent
java.lang.Object
edu.internet2.middleware.grouper.userLifecycle.GrouperLifecycleEvent
- All Implemented Interfaces:
GcDbVersionable,GcSqlAssignPrimaryKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()deep clone the fields in this objectvoiddb versionbooleanif we need to update this objectvoidtake a snapshot of the data since this is what is in the dbbooleanequalsDeep(Object obj) booleanassign a new primary key for insert.longstore the internal id to use when the db access stores the objectstatic voidreset()delete all data if table is herevoidsetEventMicros(Long eventMicros) voidsetGroupLifecycleEventConfigInternalId(Long groupLifecycleEventConfigInternalId) voidsetInternalId(long internalId) voidsetMemberInternalId(Long memberInternalId) voidsetNaturalLanguagePrivilegeDictionaryInternalId(Long naturalLanguagePrivilegeDictionaryInternalId) voidsetNaturalLanguageUnPrivilegeDictionaryInternalId(Long naturalLanguageUnPrivilegeDictionaryInternalId) voidsetTempInternalIdOnDeck(Long tempInternalIdOnDeck) store the internal id to use when the db access stores the objecttoString()
-
Constructor Details
-
GrouperLifecycleEvent
public GrouperLifecycleEvent()
-
-
Method Details
-
getTempInternalIdOnDeck
store the internal id to use when the db access stores the object- Returns:
-
setTempInternalIdOnDeck
store the internal id to use when the db access stores the object- Parameters:
tempInternalIdOnDeck-
-
getInternalId
public long getInternalId() -
setInternalId
public void setInternalId(long internalId) -
getGroupLifecycleEventConfigInternalId
-
setGroupLifecycleEventConfigInternalId
-
getMemberInternalId
-
setMemberInternalId
-
getEventMicros
-
setEventMicros
-
getNaturalLanguagePrivilegeDictionaryInternalId
-
setNaturalLanguagePrivilegeDictionaryInternalId
public void setNaturalLanguagePrivilegeDictionaryInternalId(Long naturalLanguagePrivilegeDictionaryInternalId) -
getNaturalLanguageUnPrivilegeDictionaryInternalId
-
setNaturalLanguageUnPrivilegeDictionaryInternalId
public void setNaturalLanguageUnPrivilegeDictionaryInternalId(Long naturalLanguageUnPrivilegeDictionaryInternalId) -
gcSqlAssignNewPrimaryKeyForInsert
public boolean gcSqlAssignNewPrimaryKeyForInsert()Description copied from interface:GcSqlAssignPrimaryKeyassign a new primary key for insert. return true if assigned (insert) or false if not needed- Specified by:
gcSqlAssignNewPrimaryKeyForInsertin interfaceGcSqlAssignPrimaryKey
-
clone
deep clone the fields in this object -
dbVersionDelete
public void dbVersionDelete()db version- Specified by:
dbVersionDeletein interfaceGcDbVersionable
-
dbVersionDifferent
public boolean dbVersionDifferent()if we need to update this object- Specified by:
dbVersionDifferentin interfaceGcDbVersionable- Returns:
- if needs to update this object
-
dbVersionReset
public void dbVersionReset()take a snapshot of the data since this is what is in the db- Specified by:
dbVersionResetin interfaceGcDbVersionable
-
equalsDeep
-
toString
-
reset
public static void reset()delete all data if table is here -
getDbVersion
-