|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouper.hooks.GroupTypeTupleHooks
public abstract class GroupTypeTupleHooks
Extend this class and configure in grouper.properties for hooks on groupTypeTuple related actions
| Field Summary | |
|---|---|
static java.lang.String |
METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_DELETE
constant for method name for: groupTypeTuplePostCommitDelete |
static java.lang.String |
METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_INSERT
constant for method name for: groupTypeTuplePostCommitInsert |
static java.lang.String |
METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_UPDATE
constant for method name for: groupTypeTuplePostCommitUpdate |
static java.lang.String |
METHOD_GROUP_TYPE_TUPLE_POST_DELETE
constant for method name for: groupTypeTuplePostDelete |
static java.lang.String |
METHOD_GROUP_TYPE_TUPLE_POST_INSERT
constant for method name for: groupTypeTuplePostInsert |
static java.lang.String |
METHOD_GROUP_TYPE_TUPLE_POST_UPDATE
constant for method name for: groupTypeTuplePostUpdate |
static java.lang.String |
METHOD_GROUP_TYPE_TUPLE_PRE_DELETE
constant for method name for: groupTypeTuplePreDelete |
static java.lang.String |
METHOD_GROUP_TYPE_TUPLE_PRE_INSERT
constant for method name for: groupTypeTuplePreInsert |
static java.lang.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 |
|---|
public static final java.lang.String METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_DELETE
public static final java.lang.String METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_INSERT
public static final java.lang.String METHOD_GROUP_TYPE_TUPLE_POST_COMMIT_UPDATE
public static final java.lang.String METHOD_GROUP_TYPE_TUPLE_POST_DELETE
public static final java.lang.String METHOD_GROUP_TYPE_TUPLE_POST_INSERT
public static final java.lang.String METHOD_GROUP_TYPE_TUPLE_POST_UPDATE
public static final java.lang.String METHOD_GROUP_TYPE_TUPLE_PRE_DELETE
public static final java.lang.String METHOD_GROUP_TYPE_TUPLE_PRE_INSERT
public static final java.lang.String METHOD_GROUP_TYPE_TUPLE_PRE_UPDATE
| Constructor Detail |
|---|
public GroupTypeTupleHooks()
| Method Detail |
|---|
public void groupTypeTuplePreUpdate(HooksContext hooksContext,
HooksGroupTypeTupleBean preUpdateBean)
hooksContext - preUpdateBean -
public void groupTypeTuplePostUpdate(HooksContext hooksContext,
HooksGroupTypeTupleBean postUpdateBean)
hooksContext - postUpdateBean -
public void groupTypeTuplePreInsert(HooksContext hooksContext,
HooksGroupTypeTupleBean preInsertBean)
hooksContext - preInsertBean -
public void groupTypeTuplePostInsert(HooksContext hooksContext,
HooksGroupTypeTupleBean postInsertBean)
hooksContext - postInsertBean -
public void groupTypeTuplePreDelete(HooksContext hooksContext,
HooksGroupTypeTupleBean preDeleteBean)
hooksContext - preDeleteBean -
public void groupTypeTuplePostDelete(HooksContext hooksContext,
HooksGroupTypeTupleBean postDeleteBean)
hooksContext - postDeleteBean -
public void groupTypeTuplePostCommitDelete(HooksContext hooksContext,
HooksGroupTypeTupleBean postCommitDeleteBean)
hooksContext - postCommitDeleteBean -
public void groupTypeTuplePostCommitInsert(HooksContext hooksContext,
HooksGroupTypeTupleBean postCommitInsertBean)
hooksContext - postCommitInsertBean -
public void groupTypeTuplePostCommitUpdate(HooksContext hooksContext,
HooksGroupTypeTupleBean postCommitUpdateBean)
hooksContext - postCommitUpdateBean -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||