Uses of Interface
org.jasig.portal.channels.groupsmanager.IGroupsManagerCommand

Packages that use IGroupsManagerCommand
org.jasig.portal.channels.groupsmanager   
org.jasig.portal.channels.groupsmanager.commands   
 

Uses of IGroupsManagerCommand in org.jasig.portal.channels.groupsmanager
 

Methods in org.jasig.portal.channels.groupsmanager that return IGroupsManagerCommand
static IGroupsManagerCommand GroupsManagerCommandFactory.get(java.lang.String name)
          Returns the instance of a command object bound to a name.
 

Uses of IGroupsManagerCommand in org.jasig.portal.channels.groupsmanager.commands
 

Classes in org.jasig.portal.channels.groupsmanager.commands that implement IGroupsManagerCommand
 class AddMembers
          AddMembers is a command which sets the id of the parent group.
 class AssignPermissions
          A Groups Manager command to instantiate a permissions manager servant
 class CancelSelection
          A select cycle could be started in Servant mode or it could be started by the AddMembers command.
 class CollapseGroup
          This command sets the expanded attribute for an element to "false" and lets the transformation handle the tree collapse display.
 class CreateGroup
          We will only be creating groups.
 class DeleteGroup
          This command deletes an IEntityGroup and removes all of it's associations.
 class DoneWithSelection
          A select cycle could be started in Servant mode or it could be started by the AddMembers command.
 class EditGroup
          This command delegates to the GroupsService to find entities requested by the user.
 class ExpandGroup
          If the children xml elements have not already been created, this command will retrieve the group members and created the elements.
 class GroupsManagerCommand
          This class is the parent class of all other command classes.
 class HideProperties
          A Groups Manager command to hide properties for any entity or group
 class HighlightGroup
          A Groups Manager command to highlight a particular element.
 class RemoveMember
          This command removes the association of a member element to an IEntityGroup It then gathers all of the xml nodes for the parent group and removes the child node of the removed member.
 class Search
          This command delegates to the GroupsService to find entities requested by the user.
 class SelectMembers
          SelectMembers sets the "selected" attribute for each elements that was selected by the user.
 class ShowProperties
          A Groups Manager command to expose properties from the EntityPropertyRegistry for any entity or group
 class UnlockGroup
          A Groups Manager command to release a lock on a group, return to browse mode
 class UpdateGroup
          This class update the group with a new name.