Uses of Class
edu.internet2.middleware.grouper.hooks.beans.HooksGroupTypeTupleBean
Packages that use HooksGroupTypeTupleBean
Package
Description
This package contains base classes which can be extended and registered as hooks
This package contains beans which are used by hooks to pass data.
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 HooksGroupTypeTupleBeanModifier and TypeMethodDescriptionvoid
GroupTypeTupleHooks.groupTypeTuplePostCommitDelete
(HooksContext hooksContext, HooksGroupTypeTupleBean postCommitDeleteBean) called right after a groupTypeTuple delete commitvoid
GroupTypeTupleHooks.groupTypeTuplePostCommitInsert
(HooksContext hooksContext, HooksGroupTypeTupleBean postCommitInsertBean) called right after a groupTypeTuple insert commitvoid
GroupTypeTupleHooks.groupTypeTuplePostCommitUpdate
(HooksContext hooksContext, HooksGroupTypeTupleBean postCommitUpdateBean) called right after a groupTypeTuple update commitvoid
GroupTypeTupleHooks.groupTypeTuplePostDelete
(HooksContext hooksContext, HooksGroupTypeTupleBean postDeleteBean) called right after a groupTypeTuple deletevoid
GroupTypeTupleHooks.groupTypeTuplePostInsert
(HooksContext hooksContext, HooksGroupTypeTupleBean postInsertBean) called right after a groupTypeTuple insertvoid
GroupTypeTupleHooks.groupTypeTuplePostUpdate
(HooksContext hooksContext, HooksGroupTypeTupleBean postUpdateBean) called right after a groupTypeTuple updatevoid
GroupTypeTupleHooks.groupTypeTuplePreDelete
(HooksContext hooksContext, HooksGroupTypeTupleBean preDeleteBean) called right before a groupTypeTuple deletevoid
GroupTypeTupleHooks.groupTypeTuplePreInsert
(HooksContext hooksContext, HooksGroupTypeTupleBean preInsertBean) called right before a groupTypeTuple insertvoid
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 HooksGroupTypeTupleBeanModifier and TypeMethodDescriptionHooksGroupTypeTupleBean.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 HooksGroupTypeTupleBeanModifier and TypeMethodDescriptionvoid
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)