edu.internet2.middleware.grouper.hooks
Class GroupTypeTupleHooks

java.lang.Object
  extended by edu.internet2.middleware.grouper.hooks.GroupTypeTupleHooks
Direct Known Subclasses:
GroupTypeSecurityHook, GroupTypeTupleIncludeExcludeHook

public abstract class GroupTypeTupleHooks
extends Object

Extend this class and configure in grouper.properties for hooks on groupTypeTuple related actions


Field Summary
static String METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_DELETE
          constant for method name for: groupTypeTuplePostCommitDelete
static String METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_INSERT
          constant for method name for: groupTypeTuplePostCommitInsert
static String METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_UPDATE
          constant for method name for: groupTypeTuplePostCommitUpdate
static String METHOD_GROUP_TYPE_TUPLE_POST_DELETE
          constant for method name for: groupTypeTuplePostDelete
static String METHOD_GROUP_TYPE_TUPLE_POST_INSERT
          constant for method name for: groupTypeTuplePostInsert
static String METHOD_GROUP_TYPE_TUPLE_POST_UPDATE
          constant for method name for: groupTypeTuplePostUpdate
static String METHOD_GROUP_TYPE_TUPLE_PRE_DELETE
          constant for method name for: groupTypeTuplePreDelete
static String METHOD_GROUP_TYPE_TUPLE_PRE_INSERT
          constant for method name for: groupTypeTuplePreInsert
static String METHOD_GROUP_TYPE_TUPLE_PRE_UPDATE
          constant for method name for: groupTypeTuplePreUpdate
 
Constructor Summary
GroupTypeTupleHooks()
           
 
Method Summary
 void groupTypeTuplePostCommitDelete(HooksContext hooksContext, HooksGroupTypeTupleBean postCommitDeleteBean)
          called right after a groupTypeTuple delete commit
 void groupTypeTuplePostCommitInsert(HooksContext hooksContext, HooksGroupTypeTupleBean postCommitInsertBean)
          called right after a groupTypeTuple insert commit
 void groupTypeTuplePostCommitUpdate(HooksContext hooksContext, HooksGroupTypeTupleBean postCommitUpdateBean)
          called right after a groupTypeTuple update commit
 void groupTypeTuplePostDelete(HooksContext hooksContext, HooksGroupTypeTupleBean postDeleteBean)
          called right after a groupTypeTuple delete
 void groupTypeTuplePostInsert(HooksContext hooksContext, HooksGroupTypeTupleBean postInsertBean)
          called right after a groupTypeTuple insert
 void groupTypeTuplePostUpdate(HooksContext hooksContext, HooksGroupTypeTupleBean postUpdateBean)
          called right after a groupTypeTuple update
 void groupTypeTuplePreDelete(HooksContext hooksContext, HooksGroupTypeTupleBean preDeleteBean)
          called right before a groupTypeTuple delete
 void groupTypeTuplePreInsert(HooksContext hooksContext, HooksGroupTypeTupleBean preInsertBean)
          called right before a groupTypeTuple insert
 void groupTypeTuplePreUpdate(HooksContext hooksContext, HooksGroupTypeTupleBean preUpdateBean)
          called right before a groupTypeTuple update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_DELETE

public static final String METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_DELETE
constant for method name for: groupTypeTuplePostCommitDelete

See Also:
Constant Field Values

METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_INSERT

public static final String METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_INSERT
constant for method name for: groupTypeTuplePostCommitInsert

See Also:
Constant Field Values

METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_UPDATE

public static final String METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_UPDATE
constant for method name for: groupTypeTuplePostCommitUpdate

See Also:
Constant Field Values

METHOD_GROUP_TYPE_TUPLE_POST_DELETE

public static final String METHOD_GROUP_TYPE_TUPLE_POST_DELETE
constant for method name for: groupTypeTuplePostDelete

See Also:
Constant Field Values

METHOD_GROUP_TYPE_TUPLE_POST_INSERT

public static final String METHOD_GROUP_TYPE_TUPLE_POST_INSERT
constant for method name for: groupTypeTuplePostInsert

See Also:
Constant Field Values

METHOD_GROUP_TYPE_TUPLE_POST_UPDATE

public static final String METHOD_GROUP_TYPE_TUPLE_POST_UPDATE
constant for method name for: groupTypeTuplePostUpdate

See Also:
Constant Field Values

METHOD_GROUP_TYPE_TUPLE_PRE_DELETE

public static final String METHOD_GROUP_TYPE_TUPLE_PRE_DELETE
constant for method name for: groupTypeTuplePreDelete

See Also:
Constant Field Values

METHOD_GROUP_TYPE_TUPLE_PRE_INSERT

public static final String METHOD_GROUP_TYPE_TUPLE_PRE_INSERT
constant for method name for: groupTypeTuplePreInsert

See Also:
Constant Field Values

METHOD_GROUP_TYPE_TUPLE_PRE_UPDATE

public static final String METHOD_GROUP_TYPE_TUPLE_PRE_UPDATE
constant for method name for: groupTypeTuplePreUpdate

See Also:
Constant Field Values
Constructor Detail

GroupTypeTupleHooks

public GroupTypeTupleHooks()
Method Detail

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 -