Uses of Interface
org.jasig.portal.IServant

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

Uses of IServant in org.jasig.portal.channels
 

Fields in org.jasig.portal.channels declared as IServant
protected  IServant CChannelManager.categoryServant
           
protected  IServant CChannelManager.groupServant
           
 

Methods in org.jasig.portal.channels that return IServant
protected  IServant CChannelManager.getCategoryServant()
          Produces a category servant
protected  IServant CChannelManager.getGroupServant()
          Produces a group servant
 

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

Classes in org.jasig.portal.channels.groupsmanager that implement IServant
 class CGroupsManagerServant
          CGroupsManagerServant is an IServant subclass of CGroupsManager This will allow other channels to delegate to CGroupsManager at runtime
 

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

Methods in org.jasig.portal.channels.groupsmanager that return IServant
static IServant CGroupsManagerServantFactory.getGroupsServantforAddRemove(ChannelStaticData staticData, java.lang.String groupKey)
          Returns a servant with the group corresponding to the provided key selected and locked for editing.
static IServant CGroupsManagerServantFactory.getGroupsServantforGroupMemberships(ChannelStaticData staticData, java.lang.String message, IGroupMember member, boolean allowFinish)
          Returns a servant that is used to select IEntityGroups that the supplied GroupMember belongs to.
static IServant CGroupsManagerServantFactory.getGroupsServantforSelection(ChannelStaticData staticData, java.lang.String message)
          Returns a servant that is used to select IGroupMembers.
static IServant CGroupsManagerServantFactory.getGroupsServantforSelection(ChannelStaticData staticData, java.lang.String message, java.lang.String type)
          Returns a servant that is used to select IGroupMembers.
static IServant CGroupsManagerServantFactory.getGroupsServantforSelection(ChannelStaticData staticData, java.lang.String message, java.lang.String type, boolean allowFinish, boolean allowEntitySelect)
          Returns a servant that is used to select IGroupMembers.
static IServant CGroupsManagerServantFactory.getGroupsServantforSelection(ChannelStaticData staticData, java.lang.String message, java.lang.String type, boolean allowFinish, boolean allowEntitySelect, IGroupMember[] members)
          Returns a servant that is used to select IGroupMembers.
static IServant CGroupsManagerServantFactory.getGroupsServantforSelection(ChannelStaticData staticData, java.lang.String message, java.lang.String type, boolean allowFinish, boolean allowEntitySelect, IGroupMember[] members, IGroupsManagerPermissions permissions)
          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
          CPermissionsManagerServant is an IServant subclass of CPermissionsManager This will allow other channels to delegate to CPermissionsManager at runtime Master channels should instantiate this channel with the following staticData parameter preset: prmOwners = IPermissible[] owners where owners is an array with a single element being an instance of the master's representative IPermissible class.
 

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

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

Uses of IServant in org.jasig.portal.layout.alm.channels
 

Methods in org.jasig.portal.layout.alm.channels that return IServant
private  IServant CFragmentManager.getGroupServant()
          Produces a group servant