|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HooksGroupTypeTupleBean | |
---|---|
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 HooksGroupTypeTupleBean in edu.internet2.middleware.grouper.hooks |
---|
Methods in edu.internet2.middleware.grouper.hooks with parameters of type HooksGroupTypeTupleBean | |
---|---|
void |
GroupTypeTupleHooks.groupTypeTuplePostCommitDelete(HooksContext hooksContext,
HooksGroupTypeTupleBean postCommitDeleteBean)
called right after a groupTypeTuple delete commit |
void |
GroupTypeTupleHooks.groupTypeTuplePostCommitInsert(HooksContext hooksContext,
HooksGroupTypeTupleBean postCommitInsertBean)
called right after a groupTypeTuple insert commit |
void |
GroupTypeTupleHooks.groupTypeTuplePostCommitUpdate(HooksContext hooksContext,
HooksGroupTypeTupleBean postCommitUpdateBean)
called right after a groupTypeTuple update commit |
void |
GroupTypeTupleHooks.groupTypeTuplePostDelete(HooksContext hooksContext,
HooksGroupTypeTupleBean postDeleteBean)
called right after a groupTypeTuple delete |
void |
GroupTypeTupleHooks.groupTypeTuplePostInsert(HooksContext hooksContext,
HooksGroupTypeTupleBean postInsertBean)
called right after a groupTypeTuple insert |
void |
GroupTypeTupleHooks.groupTypeTuplePostUpdate(HooksContext hooksContext,
HooksGroupTypeTupleBean postUpdateBean)
called right after a groupTypeTuple update |
void |
GroupTypeTupleHooks.groupTypeTuplePreDelete(HooksContext hooksContext,
HooksGroupTypeTupleBean preDeleteBean)
called right before a groupTypeTuple delete |
void |
GroupTypeTupleHooks.groupTypeTuplePreInsert(HooksContext hooksContext,
HooksGroupTypeTupleBean preInsertBean)
called right before a groupTypeTuple insert |
void |
GroupTypeTupleHooks.groupTypeTuplePreUpdate(HooksContext hooksContext,
HooksGroupTypeTupleBean preUpdateBean)
called right before a groupTypeTuple update |
Uses of HooksGroupTypeTupleBean in edu.internet2.middleware.grouper.hooks.beans |
---|
Methods in edu.internet2.middleware.grouper.hooks.beans that return HooksGroupTypeTupleBean | |
---|---|
HooksGroupTypeTupleBean |
HooksGroupTypeTupleBean.clone()
deep clone the fields in this object |
Uses of HooksGroupTypeTupleBean in edu.internet2.middleware.grouper.hooks.examples |
---|
Methods in edu.internet2.middleware.grouper.hooks.examples with parameters of type HooksGroupTypeTupleBean | |
---|---|
void |
GroupTypeSecurityHook.groupTypeTuplePostDelete(HooksContext hooksContext,
HooksGroupTypeTupleBean postDeleteBean)
|
void |
GroupTypeTupleIncludeExcludeHook.groupTypeTuplePostDelete(HooksContext hooksContext,
HooksGroupTypeTupleBean postDeleteBean)
|
void |
GroupTypeSecurityHook.groupTypeTuplePostInsert(HooksContext hooksContext,
HooksGroupTypeTupleBean postInsertBean)
|
void |
GroupTypeTupleIncludeExcludeHook.groupTypeTuplePostInsert(HooksContext hooksContext,
HooksGroupTypeTupleBean postInsertBean)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |