|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HooksGroupBean | |
---|---|
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. |
edu.internet2.middleware.grouper.hooks.examples | This package contains working hooks examples which can be cloned and tweaked |
Uses of HooksGroupBean in edu.internet2.middleware.grouper.hooks |
---|
Methods in edu.internet2.middleware.grouper.hooks with parameters of type HooksGroupBean | |
---|---|
void |
GroupHooks.groupPostCommitDelete(HooksContext hooksContext,
HooksGroupBean postCommitDeleteBean)
called right after a commit involving a group delete commit |
void |
GroupHooks.groupPostCommitInsert(HooksContext hooksContext,
HooksGroupBean postCommitInsertBean)
called right after the commit of a post insert commit. |
void |
GroupHooks.groupPostCommitUpdate(HooksContext hooksContext,
HooksGroupBean postCommitUpdateBean)
called right after a commit on a group update commit |
void |
GroupHooks.groupPostDelete(HooksContext hooksContext,
HooksGroupBean postDeleteBean)
called right after a group delete |
void |
GroupHooks.groupPostInsert(HooksContext hooksContext,
HooksGroupBean postInsertBean)
called right after a group insert |
void |
GroupHooks.groupPostUpdate(HooksContext hooksContext,
HooksGroupBean postUpdateBean)
called right after a group update |
void |
GroupHooks.groupPreDelete(HooksContext hooksContext,
HooksGroupBean preDeleteBean)
called right before a group delete |
void |
GroupHooks.groupPreInsert(HooksContext hooksContext,
HooksGroupBean preInsertBean)
called right before a group insert |
void |
GroupHooks.groupPreUpdate(HooksContext hooksContext,
HooksGroupBean preUpdateBean)
called right before a group update |
Uses of HooksGroupBean in edu.internet2.middleware.grouper.hooks.beans |
---|
Methods in edu.internet2.middleware.grouper.hooks.beans that return HooksGroupBean | |
---|---|
HooksGroupBean |
HooksGroupBean.clone()
deep clone the fields in this object |
Uses of HooksGroupBean in edu.internet2.middleware.grouper.hooks.examples |
---|
Methods in edu.internet2.middleware.grouper.hooks.examples with parameters of type HooksGroupBean | |
---|---|
void |
AssignSelfOptOutGroupPrivilegeHook.groupPostCommitInsert(HooksContext hooksContext,
HooksGroupBean postCommitInsertBean)
|
void |
AssignReadonlyAdminPrivilegeGroupHook.groupPostCommitInsert(HooksContext hooksContext,
HooksGroupBean postCommitInsertBean)
|
void |
LDAPProvisioningHook.groupPostInsert(HooksContext hooksContext,
HooksGroupBean postInsertBean)
|
void |
GroupUniqueExtensionHook.groupPreInsert(HooksContext hooksContext,
HooksGroupBean preInsertBean)
|
void |
GroupAttributeNameValidationHook.groupPreInsert(HooksContext hooksContext,
HooksGroupBean preInsertBean)
|
void |
GroupHooksImplExample.groupPreInsert(HooksContext hooksContext,
HooksGroupBean preInsertBean)
|
void |
GroupUniqueNameCaseInsensitiveHook.groupPreInsert(HooksContext hooksContext,
HooksGroupBean preInsertBean)
|
void |
UniqueObjectGroupHook.groupPreInsert(HooksContext hooksContext,
HooksGroupBean preInsertBean)
|
void |
GroupUniqueExtensionHook.groupPreUpdate(HooksContext hooksContext,
HooksGroupBean preUpdateBean)
|
void |
GroupAttributeNameValidationHook.groupPreUpdate(HooksContext hooksContext,
HooksGroupBean preUpdateBean)
|
void |
GroupUniqueNameCaseInsensitiveHook.groupPreUpdate(HooksContext hooksContext,
HooksGroupBean preUpdateBean)
|
void |
UniqueObjectGroupHook.groupPreUpdate(HooksContext hooksContext,
HooksGroupBean preUpdateBean)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |