uPortal 2.4.1
API Documentation

org.jasig.portal.channels.groupsmanager.commands
Class GroupsManagerCommand

java.lang.Object
  extended byorg.jasig.portal.channels.groupsmanager.commands.GroupsManagerCommand
All Implemented Interfaces:
GroupsManagerConstants, IGroupsManagerCommand
Direct Known Subclasses:
AddMembers, AssignPermissions, CancelSelection, CollapseGroup, CreateGroup, DeleteGroup, DoneWithSelection, EditGroup, ExpandGroup, HideProperties, HighlightGroup, RemoveMember, Search, SelectMembers, ShowProperties, UnlockGroup, UpdateGroup

public abstract class GroupsManagerCommand
extends java.lang.Object
implements IGroupsManagerCommand, GroupsManagerConstants

This class is the parent class of all other command classes.

Version:
$Revision: 1.13 $
Author:
Don Fracapane

Field Summary
 
Fields inherited from interface org.jasig.portal.channels.groupsmanager.GroupsManagerConstants
ADD_REMOVE_PERMISSION, ASSIGN_PERMISSION, BASE_PACKAGE, BROWSE_MODE, COMMANDS_PACKAGE, CREATE_PERMISSION, DELETE_PERMISSION, EDIT_MODE, ENTITY_CLASSNAME, ENTITY_TAGNAME, GROUP_CLASSNAME, GROUP_TAGNAME, GROUPS_PACKAGE, MEMBERS_ONLY_MODE, OWNER, PROPERTIES_TAGNAME, ROOT_GROUP_DESCRIPTION, ROOT_GROUP_TITLE, SECURITY_PACKAGE, SELECT_MODE, SELECT_PERMISSION, UPDATE_PERMISSION, VIEW_PERMISSION, WRAPPERS_PACKAGE
 
Constructor Summary
GroupsManagerCommand()
          GroupsManagerCommand is the parent of all Groups Manager commands.
 
Method Summary
 void execute(CGroupsManagerSessionData sessionData)
          This is the public method
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupsManagerCommand

public GroupsManagerCommand()
GroupsManagerCommand is the parent of all Groups Manager commands. It hold the commone functionality of all commands.

Method Detail

execute

public void execute(CGroupsManagerSessionData sessionData)
             throws java.lang.Exception
This is the public method

Specified by:
execute in interface IGroupsManagerCommand
Parameters:
sessionData -
Throws:
java.lang.Exception

uPortal 2.4.1
API Documentation