uPortal 2.4.1
API Documentation

org.jasig.portal.channels.permissionsmanager
Class CPermissionsManagerServant

java.lang.Object
  extended byorg.jasig.portal.channels.permissionsmanager.CPermissionsManager
      extended byorg.jasig.portal.channels.permissionsmanager.CPermissionsManagerServant
All Implemented Interfaces:
ICacheable, IChannel, IServant

public class CPermissionsManagerServant
extends CPermissionsManager
implements IServant

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. see org.jasig.portal.IPermissible for more information

Version:
$Revision: 1.7.2.1 $
Author:
Alex Vigdor

Constructor Summary
CPermissionsManagerServant()
          Creates new CPermissionsManagerServant
 
Method Summary
 java.lang.Object[] getResults()
          put your documentation comment here Currently returns and empy array
 boolean isFinished()
          put your documentation comment here
 void setStaticData(ChannelStaticData sD)
          Passes ChannelStaticData to the channel.
 
Methods inherited from class org.jasig.portal.channels.permissionsmanager.CPermissionsManager
generateKey, getRuntimeProperties, isCacheValid, receiveEvent, renderXML, setRuntimeData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jasig.portal.IChannel
getRuntimeProperties, receiveEvent, renderXML, setRuntimeData
 

Constructor Detail

CPermissionsManagerServant

public CPermissionsManagerServant()
Creates new CPermissionsManagerServant

Method Detail

isFinished

public boolean isFinished()
put your documentation comment here

Specified by:
isFinished in interface IServant
Returns:
true if finished; false otherwise

getResults

public java.lang.Object[] getResults()
put your documentation comment here Currently returns and empy array

Specified by:
getResults in interface IServant
Returns:
the results

setStaticData

public void setStaticData(ChannelStaticData sD)
Description copied from interface: IChannel
Passes ChannelStaticData to the channel. This is done during channel instantiation time. see org.jasig.portal.ChannelStaticData

Specified by:
setStaticData in interface IChannel
Overrides:
setStaticData in class CPermissionsManager
Parameters:
sD -

uPortal 2.4.1
API Documentation