Uses of Class
edu.internet2.middleware.grouper.hooks.beans.HooksStemBean

Packages that use HooksStemBean
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 HooksStemBean in edu.internet2.middleware.grouper.hooks
 

Methods in edu.internet2.middleware.grouper.hooks with parameters of type HooksStemBean
 void StemHooks.stemPostCommitDelete(HooksContext hooksContext, HooksStemBean postCommitDeleteBean)
          called right after a stem delete commit
 void StemHooks.stemPostCommitInsert(HooksContext hooksContext, HooksStemBean postCommitInsertBean)
          called right after a stem insert commit
 void StemHooks.stemPostCommitUpdate(HooksContext hooksContext, HooksStemBean postCommitUpdateBean)
          called right after a stem update commit
 void StemHooks.stemPostDelete(HooksContext hooksContext, HooksStemBean postDeleteBean)
          called right after a stem delete
 void StemHooks.stemPostInsert(HooksContext hooksContext, HooksStemBean postInsertBean)
          called right after a stem insert
 void StemHooks.stemPostUpdate(HooksContext hooksContext, HooksStemBean postUpdateBean)
          called right after a stem update
 void StemHooks.stemPreDelete(HooksContext hooksContext, HooksStemBean preDeleteBean)
          called right before a stem delete
 void StemHooks.stemPreInsert(HooksContext hooksContext, HooksStemBean preInsertBean)
          called right before a stem insert
 void StemHooks.stemPreUpdate(HooksContext hooksContext, HooksStemBean preUpdateBean)
          called right before a stem update
 

Uses of HooksStemBean in edu.internet2.middleware.grouper.hooks.beans
 

Methods in edu.internet2.middleware.grouper.hooks.beans that return HooksStemBean
 HooksStemBean HooksStemBean.clone()
          deep clone the fields in this object
 

Uses of HooksStemBean in edu.internet2.middleware.grouper.hooks.examples
 

Methods in edu.internet2.middleware.grouper.hooks.examples with parameters of type HooksStemBean
 void UniqueObjectStemHook.stemPreInsert(HooksContext hooksContext, HooksStemBean preInsertBean)
           
 void StemUniqueNameCaseInsensitiveHook.stemPreInsert(HooksContext hooksContext, HooksStemBean preInsertBean)
           
 void UniqueObjectStemHook.stemPreUpdate(HooksContext hooksContext, HooksStemBean preUpdateBean)
           
 void StemUniqueNameCaseInsensitiveHook.stemPreUpdate(HooksContext hooksContext, HooksStemBean preUpdateBean)