|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HooksAttributeAssignBean | |
|---|---|
| edu.internet2.middleware.grouper.hooks | This package contains base classes which can be extended and registered as hooks |
| edu.internet2.middleware.grouper.hooks.beans | This package contains beans which are used by hooks to pass data. |
| Uses of HooksAttributeAssignBean in edu.internet2.middleware.grouper.hooks |
|---|
| Methods in edu.internet2.middleware.grouper.hooks with parameters of type HooksAttributeAssignBean | |
|---|---|
void |
AttributeAssignHooks.attributeAssignPostCommitDelete(HooksContext hooksContext,
HooksAttributeAssignBean postCommitDeleteBean)
called right after a commit involving a attribute assign delete commit |
void |
AttributeAssignHooks.attributeAssignPostCommitInsert(HooksContext hooksContext,
HooksAttributeAssignBean postCommitInsertBean)
called right after the commit of a post insert commit. |
void |
AttributeAssignHooks.attributeAssignPostCommitUpdate(HooksContext hooksContext,
HooksAttributeAssignBean postCommitUpdateBean)
called right after a commit on a attribute assign update commit |
void |
AttributeAssignHooks.attributeAssignPostDelete(HooksContext hooksContext,
HooksAttributeAssignBean postDeleteBean)
called right after a attribute assign delete |
void |
AttributeAssignHooks.attributeAssignPostInsert(HooksContext hooksContext,
HooksAttributeAssignBean postInsertBean)
called right after a attribute assign insert |
void |
AttributeAssignHooks.attributeAssignPostUpdate(HooksContext hooksContext,
HooksAttributeAssignBean postUpdateBean)
called right after a attribute assign update |
void |
AttributeAssignHooks.attributeAssignPreDelete(HooksContext hooksContext,
HooksAttributeAssignBean preDeleteBean)
called right before a attribute assign delete |
void |
AttributeAssignHooks.attributeAssignPreInsert(HooksContext hooksContext,
HooksAttributeAssignBean preInsertBean)
called right before a attribute assign insert |
void |
AttributeAssignHooks.attributeAssignPreUpdate(HooksContext hooksContext,
HooksAttributeAssignBean preUpdateBean)
called right before a attribute assign update |
| Uses of HooksAttributeAssignBean in edu.internet2.middleware.grouper.hooks.beans |
|---|
| Methods in edu.internet2.middleware.grouper.hooks.beans that return HooksAttributeAssignBean | |
|---|---|
HooksAttributeAssignBean |
HooksAttributeAssignBean.clone()
deep clone the fields in this object |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||