|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.hooks.GroupTypeHooks
public abstract class GroupTypeHooks
Extend this class and configure in grouper.properties for hooks on groupType related actions
Field Summary | |
---|---|
static java.lang.String |
METHOD_GROUP_TYPE_POST_COMMIT_DELETE
constant for method name for: groupTypePostCommitDelete |
static java.lang.String |
METHOD_GROUP_TYPE_POST_COMMIT_INSERT
constant for method name for: groupTypePostCommitInsert |
static java.lang.String |
METHOD_GROUP_TYPE_POST_COMMIT_UPDATE
constant for method name for: groupTypePostCommitUpdate |
static java.lang.String |
METHOD_GROUP_TYPE_POST_DELETE
constant for method name for: groupTypePostDelete |
static java.lang.String |
METHOD_GROUP_TYPE_POST_INSERT
constant for method name for: groupTypePostInsert |
static java.lang.String |
METHOD_GROUP_TYPE_POST_UPDATE
constant for method name for: groupTypePostUpdate |
static java.lang.String |
METHOD_GROUP_TYPE_PRE_DELETE
constant for method name for: groupTypePreDelete |
static java.lang.String |
METHOD_GROUP_TYPE_PRE_INSERT
constant for method name for: groupTypePreInsert |
static java.lang.String |
METHOD_GROUP_TYPE_PRE_UPDATE
constant for method name for: groupTypePreUpdate |
Constructor Summary | |
---|---|
GroupTypeHooks()
|
Method Summary | |
---|---|
void |
groupTypePostCommitDelete(HooksContext hooksContext,
HooksGroupTypeBean postCommitDeleteBean)
called right after a groupType delete commit |
void |
groupTypePostCommitInsert(HooksContext hooksContext,
HooksGroupTypeBean postCommitInsertBean)
called right after a groupType insert commit |
void |
groupTypePostCommitUpdate(HooksContext hooksContext,
HooksGroupTypeBean postCommitUpdateBean)
called right after a groupType update commit |
void |
groupTypePostDelete(HooksContext hooksContext,
HooksGroupTypeBean postDeleteBean)
called right after a groupType delete |
void |
groupTypePostInsert(HooksContext hooksContext,
HooksGroupTypeBean postInsertBean)
called right after a groupType insert |
void |
groupTypePostUpdate(HooksContext hooksContext,
HooksGroupTypeBean postUpdateBean)
called right after a groupType update |
void |
groupTypePreDelete(HooksContext hooksContext,
HooksGroupTypeBean preDeleteBean)
called right before a groupType delete |
void |
groupTypePreInsert(HooksContext hooksContext,
HooksGroupTypeBean preInsertBean)
called right before a groupType insert |
void |
groupTypePreUpdate(HooksContext hooksContext,
HooksGroupTypeBean preUpdateBean)
called right before a groupType update |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String METHOD_GROUP_TYPE_POST_COMMIT_DELETE
public static final java.lang.String METHOD_GROUP_TYPE_POST_COMMIT_INSERT
public static final java.lang.String METHOD_GROUP_TYPE_POST_COMMIT_UPDATE
public static final java.lang.String METHOD_GROUP_TYPE_POST_DELETE
public static final java.lang.String METHOD_GROUP_TYPE_POST_INSERT
public static final java.lang.String METHOD_GROUP_TYPE_POST_UPDATE
public static final java.lang.String METHOD_GROUP_TYPE_PRE_DELETE
public static final java.lang.String METHOD_GROUP_TYPE_PRE_INSERT
public static final java.lang.String METHOD_GROUP_TYPE_PRE_UPDATE
Constructor Detail |
---|
public GroupTypeHooks()
Method Detail |
---|
public void groupTypePreUpdate(HooksContext hooksContext, HooksGroupTypeBean preUpdateBean)
hooksContext
- preUpdateBean
- public void groupTypePostUpdate(HooksContext hooksContext, HooksGroupTypeBean postUpdateBean)
hooksContext
- postUpdateBean
- public void groupTypePreInsert(HooksContext hooksContext, HooksGroupTypeBean preInsertBean)
hooksContext
- preInsertBean
- public void groupTypePostInsert(HooksContext hooksContext, HooksGroupTypeBean postInsertBean)
hooksContext
- postInsertBean
- public void groupTypePreDelete(HooksContext hooksContext, HooksGroupTypeBean preDeleteBean)
hooksContext
- preDeleteBean
- public void groupTypePostDelete(HooksContext hooksContext, HooksGroupTypeBean postDeleteBean)
hooksContext
- postDeleteBean
- public void groupTypePostCommitDelete(HooksContext hooksContext, HooksGroupTypeBean postCommitDeleteBean)
hooksContext
- postCommitDeleteBean
- public void groupTypePostCommitInsert(HooksContext hooksContext, HooksGroupTypeBean postCommitInsertBean)
hooksContext
- postCommitInsertBean
- public void groupTypePostCommitUpdate(HooksContext hooksContext, HooksGroupTypeBean postCommitUpdateBean)
hooksContext
- postCommitUpdateBean
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |