public abstract class AttributeDefNameHooks extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
METHOD_ATTRIBUTE_DEF_NAME_POST_COMMIT_DELETE
constant for method name for: attributeDefNamePostCommitDelete
|
static String |
METHOD_ATTRIBUTE_DEF_NAME_POST_COMMIT_INSERT
constant for method name for: attributeDefNamePostCommitInsert
|
static String |
METHOD_ATTRIBUTE_DEF_NAME_POST_COMMIT_UPDATE
constant for method name for: attributeDefNamePostCommitUpdate
|
static String |
METHOD_ATTRIBUTE_DEF_NAME_POST_DELETE
constant for method name for: attributeDefNamePostDelete
|
static String |
METHOD_ATTRIBUTE_DEF_NAME_POST_INSERT
constant for method name for: attributeDefNamePostInsert
|
static String |
METHOD_ATTRIBUTE_DEF_NAME_POST_UPDATE
constant for method name for: attributeDefNamePostUpdate
|
static String |
METHOD_ATTRIBUTE_DEF_NAME_PRE_DELETE
constant for method name for: attributeDefNamePreDelete
|
static String |
METHOD_ATTRIBUTE_DEF_NAME_PRE_INSERT
constant for method name for: attributeDefNamePreInsert
|
static String |
METHOD_ATTRIBUTE_DEF_NAME_PRE_UPDATE
constant for method name for: attributeDefNamePreUpdate
|
| Constructor and Description |
|---|
AttributeDefNameHooks() |
| Modifier and Type | Method and Description |
|---|---|
void |
attributeDefNamePostCommitDelete(HooksContext hooksContext,
HooksAttributeDefNameBean postCommitDeleteBean)
called right after a commit involving a attribute delete commit
|
void |
attributeDefNamePostCommitInsert(HooksContext hooksContext,
HooksAttributeDefNameBean postCommitInsertBean)
called right after the commit of a post insert commit.
|
void |
attributeDefNamePostCommitUpdate(HooksContext hooksContext,
HooksAttributeDefNameBean postCommitUpdateBean)
called right after a commit on a attribute update commit
|
void |
attributeDefNamePostDelete(HooksContext hooksContext,
HooksAttributeDefNameBean postDeleteBean)
called right after a attribute delete
|
void |
attributeDefNamePostInsert(HooksContext hooksContext,
HooksAttributeDefNameBean postInsertBean)
called right after a attribute insert
|
void |
attributeDefNamePostUpdate(HooksContext hooksContext,
HooksAttributeDefNameBean postUpdateBean)
called right after a attribute update
|
void |
attributeDefNamePreDelete(HooksContext hooksContext,
HooksAttributeDefNameBean preDeleteBean)
called right before a attribute delete
|
void |
attributeDefNamePreInsert(HooksContext hooksContext,
HooksAttributeDefNameBean preInsertBean)
called right before a attribute insert
|
void |
attributeDefNamePreUpdate(HooksContext hooksContext,
HooksAttributeDefNameBean preUpdateBean)
called right before a attribute update
|
public static final String METHOD_ATTRIBUTE_DEF_NAME_POST_COMMIT_DELETE
public static final String METHOD_ATTRIBUTE_DEF_NAME_POST_COMMIT_INSERT
public static final String METHOD_ATTRIBUTE_DEF_NAME_POST_COMMIT_UPDATE
public static final String METHOD_ATTRIBUTE_DEF_NAME_POST_DELETE
public static final String METHOD_ATTRIBUTE_DEF_NAME_POST_INSERT
public static final String METHOD_ATTRIBUTE_DEF_NAME_POST_UPDATE
public static final String METHOD_ATTRIBUTE_DEF_NAME_PRE_DELETE
public static final String METHOD_ATTRIBUTE_DEF_NAME_PRE_INSERT
public static final String METHOD_ATTRIBUTE_DEF_NAME_PRE_UPDATE
public void attributeDefNamePreUpdate(HooksContext hooksContext, HooksAttributeDefNameBean preUpdateBean)
hooksContext - preUpdateBean - public void attributeDefNamePostUpdate(HooksContext hooksContext, HooksAttributeDefNameBean postUpdateBean)
hooksContext - postUpdateBean - public void attributeDefNamePreInsert(HooksContext hooksContext, HooksAttributeDefNameBean preInsertBean)
hooksContext - preInsertBean - public void attributeDefNamePostInsert(HooksContext hooksContext, HooksAttributeDefNameBean postInsertBean)
hooksContext - postInsertBean - public void attributeDefNamePostCommitInsert(HooksContext hooksContext, HooksAttributeDefNameBean postCommitInsertBean)
hooksContext - postCommitInsertBean - public void attributeDefNamePreDelete(HooksContext hooksContext, HooksAttributeDefNameBean preDeleteBean)
hooksContext - preDeleteBean - public void attributeDefNamePostDelete(HooksContext hooksContext, HooksAttributeDefNameBean postDeleteBean)
hooksContext - postDeleteBean - public void attributeDefNamePostCommitDelete(HooksContext hooksContext, HooksAttributeDefNameBean postCommitDeleteBean)
hooksContext - postCommitDeleteBean - public void attributeDefNamePostCommitUpdate(HooksContext hooksContext, HooksAttributeDefNameBean postCommitUpdateBean)
hooksContext - postCommitUpdateBean - Copyright © 2016 Internet2. All rights reserved.