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

Packages that use GroupsManagerConstants
org.jasig.portal.channels.groupsmanager   
org.jasig.portal.channels.groupsmanager.commands   
org.jasig.portal.channels.groupsmanager.permissions   
org.jasig.portal.channels.groupsmanager.wrappers   
 

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

Classes in org.jasig.portal.channels.groupsmanager that implement GroupsManagerConstants
 class CGroupsManager
          CGroupsManager allows users to graphically administer all groups for which user has administrtaive permissions.
 class CGroupsManagerServantFactory
          A Factory that produces a Groups Manager IServant for one of several groups-management related tasks.
 class CGroupsManagerSessionData
          Session data for a cached thread stored in a Map in CGroupsManager
 class CGroupsManagerUnrestrictedSessionData
          Session data that is a subset of CGroupsManagerSessionData.
 class GroupsManagerCommandFactory
          A class designed to decouple a request for an action to be performed from the class responsible for the action.
 class GroupsManagerWrapperFactory
          A class designed to decouple a request for the creation of xml for an object from the class requestor class.
 class GroupsManagerXML
          Contains a groups of static methods used to centralize the generation and retrieval of xml elements for groups and entities.
 class Utility
          A class holding utility functions used by the Groups Manager channel.
 

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

Classes in org.jasig.portal.channels.groupsmanager.commands that implement GroupsManagerConstants
 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.
 

Uses of GroupsManagerConstants in org.jasig.portal.channels.groupsmanager.permissions
 

Classes in org.jasig.portal.channels.groupsmanager.permissions that implement GroupsManagerConstants
 class GroupsManagerAdminPermissions
          GroupsManagerAdminPermissions answers if the Authorization Principal is able to perform specific actions on the target Group Member.
 class GroupsManagerBlockEntitySelectPermissions
          GroupsManagerBlockEntitySelectPermissions answers if the Authorization Principal is able to perform specific actions on the target Group Member.
 class GroupsManagerDefaultPermissions
          GroupsManagerDefaultPermissions answers if the Authorization Principal is able to perform specific actions on the target Group Member.
 

Uses of GroupsManagerConstants in org.jasig.portal.channels.groupsmanager.wrappers
 

Classes in org.jasig.portal.channels.groupsmanager.wrappers that implement GroupsManagerConstants
 class EntityWrapper
          Returns an xml element for a given IEntity or IEntity key.
 class GroupMemberWrapper
          Returns an xml element for an IGroupMember.
 class GroupWrapper
          Returns an xml element for a given IEntityGroup or IEntityGroup key.