public abstract class GroupTypeHooks extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
METHOD_GROUP_TYPE_POST_COMMIT_DELETE
constant for method name for: groupTypePostCommitDelete
|
static String |
METHOD_GROUP_TYPE_POST_COMMIT_INSERT
constant for method name for: groupTypePostCommitInsert
|
static String |
METHOD_GROUP_TYPE_POST_COMMIT_UPDATE
constant for method name for: groupTypePostCommitUpdate
|
static String |
METHOD_GROUP_TYPE_POST_DELETE
constant for method name for: groupTypePostDelete
|
static String |
METHOD_GROUP_TYPE_POST_INSERT
constant for method name for: groupTypePostInsert
|
static String |
METHOD_GROUP_TYPE_POST_UPDATE
constant for method name for: groupTypePostUpdate
|
static String |
METHOD_GROUP_TYPE_PRE_DELETE
constant for method name for: groupTypePreDelete
|
static String |
METHOD_GROUP_TYPE_PRE_INSERT
constant for method name for: groupTypePreInsert
|
static String |
METHOD_GROUP_TYPE_PRE_UPDATE
constant for method name for: groupTypePreUpdate
|
| Constructor and Description |
|---|
GroupTypeHooks() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static final String METHOD_GROUP_TYPE_POST_COMMIT_DELETE
public static final String METHOD_GROUP_TYPE_POST_COMMIT_INSERT
public static final String METHOD_GROUP_TYPE_POST_COMMIT_UPDATE
public static final String METHOD_GROUP_TYPE_POST_DELETE
public static final String METHOD_GROUP_TYPE_POST_INSERT
public static final String METHOD_GROUP_TYPE_POST_UPDATE
public static final String METHOD_GROUP_TYPE_PRE_DELETE
public static final String METHOD_GROUP_TYPE_PRE_INSERT
public static final String METHOD_GROUP_TYPE_PRE_UPDATE
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 - Copyright © 2016 Internet2. All rights reserved.