|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HooksGroupTypeBean | |
---|---|
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 HooksGroupTypeBean in edu.internet2.middleware.grouper.hooks |
---|
Methods in edu.internet2.middleware.grouper.hooks with parameters of type HooksGroupTypeBean | |
---|---|
void |
GroupTypeHooks.groupTypePostCommitDelete(HooksContext hooksContext,
HooksGroupTypeBean postCommitDeleteBean)
called right after a groupType delete commit |
void |
GroupTypeHooks.groupTypePostCommitInsert(HooksContext hooksContext,
HooksGroupTypeBean postCommitInsertBean)
called right after a groupType insert commit |
void |
GroupTypeHooks.groupTypePostCommitUpdate(HooksContext hooksContext,
HooksGroupTypeBean postCommitUpdateBean)
called right after a groupType update commit |
void |
GroupTypeHooks.groupTypePostDelete(HooksContext hooksContext,
HooksGroupTypeBean postDeleteBean)
called right after a groupType delete |
void |
GroupTypeHooks.groupTypePostInsert(HooksContext hooksContext,
HooksGroupTypeBean postInsertBean)
called right after a groupType insert |
void |
GroupTypeHooks.groupTypePostUpdate(HooksContext hooksContext,
HooksGroupTypeBean postUpdateBean)
called right after a groupType update |
void |
GroupTypeHooks.groupTypePreDelete(HooksContext hooksContext,
HooksGroupTypeBean preDeleteBean)
called right before a groupType delete |
void |
GroupTypeHooks.groupTypePreInsert(HooksContext hooksContext,
HooksGroupTypeBean preInsertBean)
called right before a groupType insert |
void |
GroupTypeHooks.groupTypePreUpdate(HooksContext hooksContext,
HooksGroupTypeBean preUpdateBean)
called right before a groupType update |
Uses of HooksGroupTypeBean in edu.internet2.middleware.grouper.hooks.beans |
---|
Methods in edu.internet2.middleware.grouper.hooks.beans that return HooksGroupTypeBean | |
---|---|
HooksGroupTypeBean |
HooksGroupTypeBean.clone()
deep clone the fields in this object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |