|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.hooks.AttributeDefNameHooks
public abstract class AttributeDefNameHooks
Extend this class and configure in grouper.properties for hooks on new attribute framework related actions
Field Summary | |
---|---|
static java.lang.String |
METHOD_ATTRIBUTE_DEF_NAME_POST_COMMIT_DELETE
constant for method name for: attributeDefNamePostCommitDelete |
static java.lang.String |
METHOD_ATTRIBUTE_DEF_NAME_POST_COMMIT_INSERT
constant for method name for: attributeDefNamePostCommitInsert |
static java.lang.String |
METHOD_ATTRIBUTE_DEF_NAME_POST_COMMIT_UPDATE
constant for method name for: attributeDefNamePostCommitUpdate |
static java.lang.String |
METHOD_ATTRIBUTE_DEF_NAME_POST_DELETE
constant for method name for: attributeDefNamePostDelete |
static java.lang.String |
METHOD_ATTRIBUTE_DEF_NAME_POST_INSERT
constant for method name for: attributeDefNamePostInsert |
static java.lang.String |
METHOD_ATTRIBUTE_DEF_NAME_POST_UPDATE
constant for method name for: attributeDefNamePostUpdate |
static java.lang.String |
METHOD_ATTRIBUTE_DEF_NAME_PRE_DELETE
constant for method name for: attributeDefNamePreDelete |
static java.lang.String |
METHOD_ATTRIBUTE_DEF_NAME_PRE_INSERT
constant for method name for: attributeDefNamePreInsert |
static java.lang.String |
METHOD_ATTRIBUTE_DEF_NAME_PRE_UPDATE
constant for method name for: attributeDefNamePreUpdate |
Constructor Summary | |
---|---|
AttributeDefNameHooks()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String METHOD_ATTRIBUTE_DEF_NAME_POST_COMMIT_DELETE
public static final java.lang.String METHOD_ATTRIBUTE_DEF_NAME_POST_COMMIT_INSERT
public static final java.lang.String METHOD_ATTRIBUTE_DEF_NAME_POST_COMMIT_UPDATE
public static final java.lang.String METHOD_ATTRIBUTE_DEF_NAME_POST_DELETE
public static final java.lang.String METHOD_ATTRIBUTE_DEF_NAME_POST_INSERT
public static final java.lang.String METHOD_ATTRIBUTE_DEF_NAME_POST_UPDATE
public static final java.lang.String METHOD_ATTRIBUTE_DEF_NAME_PRE_DELETE
public static final java.lang.String METHOD_ATTRIBUTE_DEF_NAME_PRE_INSERT
public static final java.lang.String METHOD_ATTRIBUTE_DEF_NAME_PRE_UPDATE
Constructor Detail |
---|
public AttributeDefNameHooks()
Method Detail |
---|
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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |