edu.internet2.middleware.grouper.ui.actions
Class DeleteGroupAction
java.lang.Object
org.apache.struts.action.Action
edu.internet2.middleware.grouper.ui.actions.LowLevelGrouperCapableAction
edu.internet2.middleware.grouper.ui.actions.GrouperCapableAction
edu.internet2.middleware.grouper.ui.actions.DeleteGroupAction
public class DeleteGroupAction
- extends GrouperCapableAction
Top level Strut's action which removes a group from the repository.
Request
Parameter |
Direction |
Description |
groupId |
IN |
Identifies the group to be deleted |
Request Attribute |
Direction |
Description |
message |
OUT |
Message instance: text derived
from groups.message.group-deleted / groups.message.group-deleted-fail.factor
/ groups.message.group-fail-delete key in nav ResourceBundle |
isFactor |
OUT |
Boolean indicates that this
group is a factor in a composite - and so cannot be deleted |
Session Attribute |
Direction |
Description |
browseNodeId<browseMode> |
OUT |
If the delete was successful
set to the id for the stem of the deleted group |
browseMode |
IN |
Indicates which browseStem URL
to forward to |
Strut's Action Parameter |
Direction |
Description |
|
|
|
- Version:
- $Id: DeleteGroupAction.java,v 1.11 2008-07-21 04:43:47 mchyzer Exp $
- Author:
- Gary Brown.
Methods inherited from class edu.internet2.middleware.grouper.ui.actions.LowLevelGrouperCapableAction |
findAttribute, getAdvancedSearchMode, getBrowseMode, getBrowseNode, getCookie, getCurrentGroupOrStem, getDefaultRootStemName, getExceptionHelper, getLinkBrowseMode, getTilesAttributes, isEmpty, readDebugPrefs, saveDebugPrefs, setBrowseMode, setBrowseNode, sort |
DeleteGroupAction
public DeleteGroupAction()
grouperExecute
public ActionForward grouperExecute(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response,
HttpSession session,
GrouperSession grouperSession)
throws Exception
- Description copied from class:
GrouperCapableAction
- Action specific - must be implemented by all subclasses
- Specified by:
grouperExecute
in class GrouperCapableAction
- Throws:
Exception