public static interface Provider.ProviderInsertEvents
Modifier and Type | Method and Description |
---|---|
void |
postInsert(ProviderAccessor provider)
Event interface invoked after the main body of the insert method.
|
void |
preInsert(ProviderAccessor provider)
Event interface invoked before the main body of the insert method.
|
void preInsert(ProviderAccessor provider) throws curam.util.exception.InformationalException
provider
- The object instance as it was before the main body of the insert
method.curam.util.exception.InformationalException
- Generic Exception Signature.void postInsert(ProviderAccessor provider) throws curam.util.exception.InformationalException
provider
- The object instance as it was after the main body of the insert
method.curam.util.exception.InformationalException
- Generic Exception Signature.