Class GroupTypeTupleHooks
java.lang.Object
edu.internet2.middleware.grouper.hooks.GroupTypeTupleHooks
- Direct Known Subclasses:
GroupTypeSecurityHook,GroupTypeTupleIncludeExcludeHook
Extend this class and configure in grouper.properties for hooks on
groupTypeTuple related actions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringconstant for method name for: groupTypeTuplePostCommitDeletestatic final Stringconstant for method name for: groupTypeTuplePostCommitInsertstatic final Stringconstant for method name for: groupTypeTuplePostCommitUpdatestatic final Stringconstant for method name for: groupTypeTuplePostDeletestatic final Stringconstant for method name for: groupTypeTuplePostInsertstatic final Stringconstant for method name for: groupTypeTuplePostUpdatestatic final Stringconstant for method name for: groupTypeTuplePreDeletestatic final Stringconstant for method name for: groupTypeTuplePreInsertstatic final Stringconstant for method name for: groupTypeTuplePreUpdate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgroupTypeTuplePostCommitDelete(HooksContext hooksContext, HooksGroupTypeTupleBean postCommitDeleteBean) called right after a groupTypeTuple delete commitvoidgroupTypeTuplePostCommitInsert(HooksContext hooksContext, HooksGroupTypeTupleBean postCommitInsertBean) called right after a groupTypeTuple insert commitvoidgroupTypeTuplePostCommitUpdate(HooksContext hooksContext, HooksGroupTypeTupleBean postCommitUpdateBean) called right after a groupTypeTuple update commitvoidgroupTypeTuplePostDelete(HooksContext hooksContext, HooksGroupTypeTupleBean postDeleteBean) called right after a groupTypeTuple deletevoidgroupTypeTuplePostInsert(HooksContext hooksContext, HooksGroupTypeTupleBean postInsertBean) called right after a groupTypeTuple insertvoidgroupTypeTuplePostUpdate(HooksContext hooksContext, HooksGroupTypeTupleBean postUpdateBean) called right after a groupTypeTuple updatevoidgroupTypeTuplePreDelete(HooksContext hooksContext, HooksGroupTypeTupleBean preDeleteBean) called right before a groupTypeTuple deletevoidgroupTypeTuplePreInsert(HooksContext hooksContext, HooksGroupTypeTupleBean preInsertBean) called right before a groupTypeTuple insertvoidgroupTypeTuplePreUpdate(HooksContext hooksContext, HooksGroupTypeTupleBean preUpdateBean) called right before a groupTypeTuple update
-
Field Details
-
METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_DELETE
constant for method name for: groupTypeTuplePostCommitDelete- See Also:
-
METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_INSERT
constant for method name for: groupTypeTuplePostCommitInsert- See Also:
-
METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_UPDATE
constant for method name for: groupTypeTuplePostCommitUpdate- See Also:
-
METHOD_GROUP_TYPE_TUPLE_POST_DELETE
constant for method name for: groupTypeTuplePostDelete- See Also:
-
METHOD_GROUP_TYPE_TUPLE_POST_INSERT
constant for method name for: groupTypeTuplePostInsert- See Also:
-
METHOD_GROUP_TYPE_TUPLE_POST_UPDATE
constant for method name for: groupTypeTuplePostUpdate- See Also:
-
METHOD_GROUP_TYPE_TUPLE_PRE_DELETE
constant for method name for: groupTypeTuplePreDelete- See Also:
-
METHOD_GROUP_TYPE_TUPLE_PRE_INSERT
constant for method name for: groupTypeTuplePreInsert- See Also:
-
METHOD_GROUP_TYPE_TUPLE_PRE_UPDATE
constant for method name for: groupTypeTuplePreUpdate- See Also:
-
-
Constructor Details
-
GroupTypeTupleHooks
public GroupTypeTupleHooks()
-
-
Method Details
-
groupTypeTuplePreUpdate
public void groupTypeTuplePreUpdate(HooksContext hooksContext, HooksGroupTypeTupleBean preUpdateBean) called right before a groupTypeTuple update- Parameters:
hooksContext-preUpdateBean-
-
groupTypeTuplePostUpdate
public void groupTypeTuplePostUpdate(HooksContext hooksContext, HooksGroupTypeTupleBean postUpdateBean) called right after a groupTypeTuple update- Parameters:
hooksContext-postUpdateBean-
-
groupTypeTuplePreInsert
public void groupTypeTuplePreInsert(HooksContext hooksContext, HooksGroupTypeTupleBean preInsertBean) called right before a groupTypeTuple insert- Parameters:
hooksContext-preInsertBean-
-
groupTypeTuplePostInsert
public void groupTypeTuplePostInsert(HooksContext hooksContext, HooksGroupTypeTupleBean postInsertBean) called right after a groupTypeTuple insert- Parameters:
hooksContext-postInsertBean-
-
groupTypeTuplePreDelete
public void groupTypeTuplePreDelete(HooksContext hooksContext, HooksGroupTypeTupleBean preDeleteBean) called right before a groupTypeTuple delete- Parameters:
hooksContext-preDeleteBean-
-
groupTypeTuplePostDelete
public void groupTypeTuplePostDelete(HooksContext hooksContext, HooksGroupTypeTupleBean postDeleteBean) called right after a groupTypeTuple delete- Parameters:
hooksContext-postDeleteBean-
-
groupTypeTuplePostCommitDelete
public void groupTypeTuplePostCommitDelete(HooksContext hooksContext, HooksGroupTypeTupleBean postCommitDeleteBean) called right after a groupTypeTuple delete commit- Parameters:
hooksContext-postCommitDeleteBean-
-
groupTypeTuplePostCommitInsert
public void groupTypeTuplePostCommitInsert(HooksContext hooksContext, HooksGroupTypeTupleBean postCommitInsertBean) called right after a groupTypeTuple insert commit- Parameters:
hooksContext-postCommitInsertBean-
-
groupTypeTuplePostCommitUpdate
public void groupTypeTuplePostCommitUpdate(HooksContext hooksContext, HooksGroupTypeTupleBean postCommitUpdateBean) called right after a groupTypeTuple update commit- Parameters:
hooksContext-postCommitUpdateBean-
-