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

Packages that use IGroupsManagerPermissions
org.jasig.portal.channels.groupsmanager   
org.jasig.portal.channels.groupsmanager.permissions   
org.jasig.portal.channels.groupsmanager.wrappers   
 

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

Fields in org.jasig.portal.channels.groupsmanager declared as IGroupsManagerPermissions
 IGroupsManagerPermissions CGroupsManagerUnrestrictedSessionData.gmPermissions
          Deprecated.  
 

Methods in org.jasig.portal.channels.groupsmanager that return IGroupsManagerPermissions
static IGroupsManagerPermissions CGroupsManagerServantFactory.getPermissionsPolicy(ChannelStaticData staticData)
          Deprecated. Returns a permissions policy based upon the users role.
 

Methods in org.jasig.portal.channels.groupsmanager with parameters of type IGroupsManagerPermissions
static IServant CGroupsManagerServantFactory.getGroupsServantforSelection(ChannelStaticData staticData, String message, String type, boolean allowFinish, boolean allowEntitySelect, IGroupMember[] members, IGroupsManagerPermissions permissions)
          Deprecated. Returns a servant that is used to select IGroupMembers.
 

Constructors in org.jasig.portal.channels.groupsmanager with parameters of type IGroupsManagerPermissions
CGroupsManagerUnrestrictedSessionData(Document model, IPerson user, boolean isAdminUser, IGroupsManagerPermissions gmPermissions, IAuthorizationPrincipal authPrincipal)
          Deprecated. Creates new CGroupsManagerUnrestrictedSessionData
 

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

Classes in org.jasig.portal.channels.groupsmanager.permissions that implement IGroupsManagerPermissions
 class GroupsManagerAdminPermissions
          Deprecated. All IChannel implementations should be migrated to portlets
 class GroupsManagerBlockEntitySelectPermissions
          Deprecated. All IChannel implementations should be migrated to portlets
 class GroupsManagerDefaultPermissions
          Deprecated. All IChannel implementations should be migrated to portlets
 

Fields in org.jasig.portal.channels.groupsmanager.permissions declared as IGroupsManagerPermissions
protected static IGroupsManagerPermissions GroupsManagerAdminPermissions._instance
          Deprecated.  
protected static IGroupsManagerPermissions GroupsManagerDefaultPermissions._instance
          Deprecated.  
protected  IGroupsManagerPermissions GroupsManagerBlockEntitySelectPermissions.permMgr
          Deprecated.  
 

Methods in org.jasig.portal.channels.groupsmanager.permissions that return IGroupsManagerPermissions
static IGroupsManagerPermissions GroupsManagerAdminPermissions.getInstance()
          Deprecated. Return the single instance of GroupsManagerAdminPermissions.
static IGroupsManagerPermissions GroupsManagerDefaultPermissions.getInstance()
          Deprecated. Return the single instance of GroupsManagerDefaultPermissions.
 

Constructors in org.jasig.portal.channels.groupsmanager.permissions with parameters of type IGroupsManagerPermissions
GroupsManagerBlockEntitySelectPermissions(IGroupsManagerPermissions pMgr)
          Deprecated. put your documentation comment here
 

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

Methods in org.jasig.portal.channels.groupsmanager.wrappers with parameters of type IGroupsManagerPermissions
 void GroupMemberWrapper.applyPermissions(Element rootElem, IGroupMember gm, IGroupsManagerPermissions gmp, IAuthorizationPrincipal ap)
          Deprecated. Adds permission attributes to the group member element.
 



Copyright © 2010 Jasig. All Rights Reserved.