org.jasig.portal.channels.permissionsmanager
Class CPermissionsManagerServant

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

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
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: 19776 $
Author:
Alex Vigdor

Field Summary
 
Fields inherited from class org.jasig.portal.channels.permissionsmanager.CPermissionsManager
session, sslLocation
 
Fields inherited from interface org.jasig.portal.ICacheable
CHANNEL_CACHE_KEY_INSTANCE_SCOPE, CHANNEL_CACHE_KEY_SCOPE_PARAM_NAME, CHANNEL_CACHE_KEY_SYSTEM_SCOPE
 
Constructor Summary
CPermissionsManagerServant()
          Deprecated. Creates new CPermissionsManagerServant
 
Method Summary
 Object[] getResults()
          Deprecated. put your documentation comment here Currently returns and empy array
 boolean isFinished()
          Deprecated. put your documentation comment here
 void setStaticData(ChannelStaticData sD)
          Deprecated. put your documentation comment here
protected  void transform(XSLT xslt)
          Deprecated. put your documentation comment here
 
Methods inherited from class org.jasig.portal.channels.permissionsmanager.CPermissionsManager
generateKey, getGroupServantResults, getRuntimeProperties, isCacheValid, populateMembers, prepServant, receiveEvent, renderXML, setRuntimeData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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()
Deprecated. 
Creates new CPermissionsManagerServant

Method Detail

transform

protected void transform(XSLT xslt)
Deprecated. 
put your documentation comment here

Overrides:
transform in class CPermissionsManager
Parameters:
xslt -

isFinished

public boolean isFinished()
Deprecated. 
put your documentation comment here

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

getResults

public Object[] getResults()
Deprecated. 
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)
                   throws PortalException
Deprecated. 
Description copied from class: CPermissionsManager
put your documentation comment here

Specified by:
setStaticData in interface IChannel
Overrides:
setStaticData in class CPermissionsManager
Parameters:
sD - channel static data
Throws:
PortalException
See Also:
ChannelStaticData


Copyright © 2010 Jasig. All Rights Reserved.