public abstract class AttributeDefHooks extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
METHOD_ATTRIBUTE_DEF_POST_COMMIT_DELETE
constant for method name for: attributeDefPostCommitDelete
|
static String |
METHOD_ATTRIBUTE_DEF_POST_COMMIT_INSERT
constant for method name for: attributeDefPostCommitInsert
|
static String |
METHOD_ATTRIBUTE_DEF_POST_COMMIT_UPDATE
constant for method name for: attributeDefPostCommitUpdate
|
static String |
METHOD_ATTRIBUTE_DEF_POST_DELETE
constant for method name for: attributeDefPostDelete
|
static String |
METHOD_ATTRIBUTE_DEF_POST_INSERT
constant for method name for: attributeDefPostInsert
|
static String |
METHOD_ATTRIBUTE_DEF_POST_UPDATE
constant for method name for: attributeDefPostUpdate
|
static String |
METHOD_ATTRIBUTE_DEF_PRE_DELETE
constant for method name for: attributeDefPreDelete
|
static String |
METHOD_ATTRIBUTE_DEF_PRE_INSERT
constant for method name for: attributeDefPreInsert
|
static String |
METHOD_ATTRIBUTE_DEF_PRE_UPDATE
constant for method name for: attributeDefPreUpdate
|
| Constructor and Description |
|---|
AttributeDefHooks() |
| Modifier and Type | Method and Description |
|---|---|
void |
attributeDefPostCommitDelete(HooksContext hooksContext,
HooksAttributeDefBean postCommitDeleteBean)
called right after a commit involving a attribute delete commit
|
void |
attributeDefPostCommitInsert(HooksContext hooksContext,
HooksAttributeDefBean postCommitInsertBean)
called right after the commit of a post insert commit.
|
void |
attributeDefPostCommitUpdate(HooksContext hooksContext,
HooksAttributeDefBean postCommitUpdateBean)
called right after a commit on a attribute update commit
|
void |
attributeDefPostDelete(HooksContext hooksContext,
HooksAttributeDefBean postDeleteBean)
called right after a attribute delete
|
void |
attributeDefPostInsert(HooksContext hooksContext,
HooksAttributeDefBean postInsertBean)
called right after a attribute insert
|
void |
attributeDefPostUpdate(HooksContext hooksContext,
HooksAttributeDefBean postUpdateBean)
called right after a attribute update
|
void |
attributeDefPreDelete(HooksContext hooksContext,
HooksAttributeDefBean preDeleteBean)
called right before a attribute delete
|
void |
attributeDefPreInsert(HooksContext hooksContext,
HooksAttributeDefBean preInsertBean)
called right before a attribute insert
|
void |
attributeDefPreUpdate(HooksContext hooksContext,
HooksAttributeDefBean preUpdateBean)
called right before a attribute update
|
public static final String METHOD_ATTRIBUTE_DEF_POST_COMMIT_DELETE
public static final String METHOD_ATTRIBUTE_DEF_POST_COMMIT_INSERT
public static final String METHOD_ATTRIBUTE_DEF_POST_COMMIT_UPDATE
public static final String METHOD_ATTRIBUTE_DEF_POST_DELETE
public static final String METHOD_ATTRIBUTE_DEF_POST_INSERT
public static final String METHOD_ATTRIBUTE_DEF_POST_UPDATE
public static final String METHOD_ATTRIBUTE_DEF_PRE_DELETE
public static final String METHOD_ATTRIBUTE_DEF_PRE_INSERT
public static final String METHOD_ATTRIBUTE_DEF_PRE_UPDATE
public void attributeDefPreUpdate(HooksContext hooksContext, HooksAttributeDefBean preUpdateBean)
hooksContext - preUpdateBean - public void attributeDefPostUpdate(HooksContext hooksContext, HooksAttributeDefBean postUpdateBean)
hooksContext - postUpdateBean - public void attributeDefPreInsert(HooksContext hooksContext, HooksAttributeDefBean preInsertBean)
hooksContext - preInsertBean - public void attributeDefPostInsert(HooksContext hooksContext, HooksAttributeDefBean postInsertBean)
hooksContext - postInsertBean - public void attributeDefPostCommitInsert(HooksContext hooksContext, HooksAttributeDefBean postCommitInsertBean)
hooksContext - postCommitInsertBean - public void attributeDefPreDelete(HooksContext hooksContext, HooksAttributeDefBean preDeleteBean)
hooksContext - preDeleteBean - public void attributeDefPostDelete(HooksContext hooksContext, HooksAttributeDefBean postDeleteBean)
hooksContext - postDeleteBean - public void attributeDefPostCommitDelete(HooksContext hooksContext, HooksAttributeDefBean postCommitDeleteBean)
hooksContext - postCommitDeleteBean - public void attributeDefPostCommitUpdate(HooksContext hooksContext, HooksAttributeDefBean postCommitUpdateBean)
hooksContext - postCommitUpdateBean - Copyright © 2016 Internet2. All rights reserved.