org.jasig.portal.channels.groupsmanager.commands |
|
Java Source File Name | Type | Comment |
AddMembers.java | Class | AddMembers is a command which sets the id of the parent group.
The parent group is the group to which child members will be added.
Control is then passed to a selection view where the child group members will
be selected for addition. |
AssignPermissions.java | Class | |
CancelSelection.java | Class | A select cycle could be started in Servant mode or it could be started by
the AddMembers command. |
CollapseGroup.java | Class | This command sets the expanded attribute for an element to "false" and lets
the transformation handle the tree collapse display. |
CreateGroup.java | Class | We will only be creating groups. |
DeleteGroup.java | Class | This command deletes an IEntityGroup and removes all of it's associations. |
DoneWithSelection.java | Class | A select cycle could be started in Servant mode or it could be started by
the AddMembers command. |
EditGroup.java | Class | This command delegates to the GroupsService to find entities requested
by the user. |
ExpandGroup.java | Class | If the children xml elements have not already been created, this command will
retrieve the group members and created the elements. |
GroupsManagerCommand.java | Class | This class is the parent class of all other command classes. |
HideProperties.java | Class | |
HighlightGroup.java | Class | A Groups Manager command to highlight a particular element. |
RemoveMember.java | Class | 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. |
Search.java | Class | This command delegates to the GroupsService to find entities requested
by the user. |
SelectMembers.java | Class | SelectMembers sets the "selected" attribute for each elements that was
selected by the user. |
ShowProperties.java | Class | |
UnlockGroup.java | Class | |
UpdateGroup.java | Class | This class update the group with a new name. |