Uses of Interface
org.jasig.portal.IServant

Packages that use IServant
org.jasig.portal.channels.groupsmanager   
org.jasig.portal.channels.permissionsmanager   
 

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

Classes in org.jasig.portal.channels.groupsmanager that implement IServant
 class CGroupsManagerServant
          Deprecated. All IChannel implementations should be migrated to portlets
 

Fields in org.jasig.portal.channels.groupsmanager declared as IServant
 IServant CGroupsManagerSessionData.servantChannel
          Deprecated.  
 

Methods in org.jasig.portal.channels.groupsmanager that return IServant
static IServant CGroupsManagerServantFactory.getGroupsServantforAddRemove(ChannelStaticData staticData, String groupKey)
          Deprecated. Returns a servant with the group corresponding to the provided key selected and locked for editing.
static IServant CGroupsManagerServantFactory.getGroupsServantforGroupMemberships(ChannelStaticData staticData, String message, IGroupMember member, boolean allowFinish)
          Deprecated. Returns a servant that is used to select IEntityGroups that the supplied GroupMember belongs to.
static IServant CGroupsManagerServantFactory.getGroupsServantforSelection(ChannelStaticData staticData, String message)
          Deprecated. Returns a servant that is used to select IGroupMembers.
static IServant CGroupsManagerServantFactory.getGroupsServantforSelection(ChannelStaticData staticData, String message, String type)
          Deprecated. Returns a servant that is used to select IGroupMembers.
static IServant CGroupsManagerServantFactory.getGroupsServantforSelection(ChannelStaticData staticData, String message, String type, boolean allowFinish, boolean allowEntitySelect)
          Deprecated. Returns a servant that is used to select IGroupMembers.
static IServant CGroupsManagerServantFactory.getGroupsServantforSelection(ChannelStaticData staticData, String message, String type, boolean allowFinish, boolean allowEntitySelect, IGroupMember[] members)
          Deprecated. Returns a servant that is used to select IGroupMembers.
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.
 

Uses of IServant in org.jasig.portal.channels.permissionsmanager
 

Classes in org.jasig.portal.channels.permissionsmanager that implement IServant
 class CPermissionsManagerServant
          Deprecated. All IChannel implementations should be migrated to portlets
 

Fields in org.jasig.portal.channels.permissionsmanager declared as IServant
 IServant PermissionsSessionData.servant
          Deprecated.  
 

Methods in org.jasig.portal.channels.permissionsmanager that return IServant
static IServant CPermissionsManagerServantFactory.getPermissionsServant(IPermissible owner, ChannelStaticData staticData, IAuthorizationPrincipal[] principals, String[] activities, String[] targets)
          Deprecated. put your documentation comment here
protected static IServant CPermissionsManagerServantFactory.getPermissionsServant(String name)
          Deprecated. put your documentation comment here
protected  IServant CPermissionsManagerServantFactory.getServant(String name)
          Deprecated. put your documentation comment here
 



Copyright © 2010 Jasig. All Rights Reserved.