public abstract class CompositeHooks extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
METHOD_COMPOSITE_POST_COMMIT_DELETE
constant for method name for: compositePostCommitDelete
|
static String |
METHOD_COMPOSITE_POST_COMMIT_INSERT
constant for method name for: compositePostCommitInsert
|
static String |
METHOD_COMPOSITE_POST_COMMIT_UPDATE
constant for method name for: compositePostCommitUpdate
|
static String |
METHOD_COMPOSITE_POST_DELETE
constant for method name for: compositePostDelete
|
static String |
METHOD_COMPOSITE_POST_INSERT
constant for method name for: compositePostInsert
|
static String |
METHOD_COMPOSITE_POST_UPDATE
constant for method name for: compositePostUpdate
|
static String |
METHOD_COMPOSITE_PRE_DELETE
constant for method name for: compositePreDelete
|
static String |
METHOD_COMPOSITE_PRE_INSERT
constant for method name for: compositePreInsert
|
static String |
METHOD_COMPOSITE_PRE_UPDATE
constant for method name for: compositePreUpdate
|
| Constructor and Description |
|---|
CompositeHooks() |
| Modifier and Type | Method and Description |
|---|---|
void |
compositePostCommitDelete(HooksContext hooksContext,
HooksCompositeBean postCommitDeleteBean)
called right after a composite delete commit
|
void |
compositePostCommitInsert(HooksContext hooksContext,
HooksCompositeBean postCommitInsertBean)
called right after a composite insert commit
|
void |
compositePostCommitUpdate(HooksContext hooksContext,
HooksCompositeBean postCommitUpdateBean)
called right after a composite update commit
|
void |
compositePostDelete(HooksContext hooksContext,
HooksCompositeBean postDeleteBean)
called right after a composite delete
|
void |
compositePostInsert(HooksContext hooksContext,
HooksCompositeBean postInsertBean)
called right after a composite insert
|
void |
compositePostUpdate(HooksContext hooksContext,
HooksCompositeBean postUpdateBean)
called right after a composite update
|
void |
compositePreDelete(HooksContext hooksContext,
HooksCompositeBean preDeleteBean)
called right before a composite delete
|
void |
compositePreInsert(HooksContext hooksContext,
HooksCompositeBean preInsertBean)
called right before a composite insert
|
void |
compositePreUpdate(HooksContext hooksContext,
HooksCompositeBean preUpdateBean)
called right before a composite update
|
public static final String METHOD_COMPOSITE_POST_COMMIT_DELETE
public static final String METHOD_COMPOSITE_POST_COMMIT_INSERT
public static final String METHOD_COMPOSITE_POST_COMMIT_UPDATE
public static final String METHOD_COMPOSITE_POST_DELETE
public static final String METHOD_COMPOSITE_POST_INSERT
public static final String METHOD_COMPOSITE_POST_UPDATE
public static final String METHOD_COMPOSITE_PRE_DELETE
public static final String METHOD_COMPOSITE_PRE_INSERT
public static final String METHOD_COMPOSITE_PRE_UPDATE
public void compositePreUpdate(HooksContext hooksContext, HooksCompositeBean preUpdateBean)
hooksContext - preUpdateBean - public void compositePostUpdate(HooksContext hooksContext, HooksCompositeBean postUpdateBean)
hooksContext - postUpdateBean - public void compositePreInsert(HooksContext hooksContext, HooksCompositeBean preInsertBean)
hooksContext - preInsertBean - public void compositePostInsert(HooksContext hooksContext, HooksCompositeBean postInsertBean)
hooksContext - postInsertBean - public void compositePreDelete(HooksContext hooksContext, HooksCompositeBean preDeleteBean)
hooksContext - preDeleteBean - public void compositePostDelete(HooksContext hooksContext, HooksCompositeBean postDeleteBean)
hooksContext - postDeleteBean - public void compositePostCommitDelete(HooksContext hooksContext, HooksCompositeBean postCommitDeleteBean)
hooksContext - postCommitDeleteBean - public void compositePostCommitInsert(HooksContext hooksContext, HooksCompositeBean postCommitInsertBean)
hooksContext - postCommitInsertBean - public void compositePostCommitUpdate(HooksContext hooksContext, HooksCompositeBean postCommitUpdateBean)
hooksContext - postCommitUpdateBean - Copyright © 2016 Internet2. All rights reserved.