org.jasig.portal.channels.permissionsmanager
Class CPermissionsManager

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

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class CPermissionsManager
extends Object
implements IChannel, ICacheable

CPermissionsManager allows graphical administration of permissions for all owners that have a representative implementation of IPermissible recorded in the table UPC_PERM_MGR

Version:
$Revision: 19776 $
Author:
Alex Vigdor

Field Summary
protected  PermissionsSessionData session
          Deprecated.  
protected  String sslLocation
          Deprecated.  
 
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
CPermissionsManager()
          Deprecated. put your documentation comment here
 
Method Summary
 ChannelCacheKey generateKey()
          Deprecated. put your documentation comment here
protected  void getGroupServantResults(PermissionsSessionData session)
          Deprecated.  
 ChannelRuntimeProperties getRuntimeProperties()
          Deprecated. put your documentation comment here
 boolean isCacheValid(Object validity)
          Deprecated. put your documentation comment here
protected  void populateMembers(ArrayList gmembers, IAuthorizationPrincipal[] aps)
          Deprecated.  
protected  void prepServant(PermissionsSessionData session)
          Deprecated.  
 void receiveEvent(PortalEvent portalEvent)
          Deprecated. put your documentation comment here
 void renderXML(ContentHandler out)
          Deprecated. put your documentation comment here
 void setRuntimeData(ChannelRuntimeData rD)
          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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

session

protected PermissionsSessionData session
Deprecated. 

sslLocation

protected final String sslLocation
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

CPermissionsManager

public CPermissionsManager()
Deprecated. 
put your documentation comment here

Method Detail

setRuntimeData

public void setRuntimeData(ChannelRuntimeData rD)
Deprecated. 
put your documentation comment here

Specified by:
setRuntimeData in interface IChannel
Parameters:
rD -
See Also:
ChannelRuntimeData

prepServant

protected void prepServant(PermissionsSessionData session)
Deprecated. 

populateMembers

protected void populateMembers(ArrayList gmembers,
                               IAuthorizationPrincipal[] aps)
Deprecated. 

getGroupServantResults

protected void getGroupServantResults(PermissionsSessionData session)
Deprecated. 

receiveEvent

public void receiveEvent(PortalEvent portalEvent)
Deprecated. 
put your documentation comment here

Specified by:
receiveEvent in interface IChannel
Parameters:
portalEvent -
See Also:
PortalEvent

getRuntimeProperties

public ChannelRuntimeProperties getRuntimeProperties()
Deprecated. 
put your documentation comment here

Specified by:
getRuntimeProperties in interface IChannel
Returns:
a new ChannelRuntimeProperties
See Also:
ChannelRuntimeProperties

renderXML

public void renderXML(ContentHandler out)
               throws PortalException
Deprecated. 
put your documentation comment here

Specified by:
renderXML in interface IChannel
Parameters:
out -
Throws:
PortalException

transform

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

Parameters:
xslt -
Throws:
PortalException

setStaticData

public void setStaticData(ChannelStaticData sD)
                   throws PortalException
Deprecated. 
put your documentation comment here

Specified by:
setStaticData in interface IChannel
Parameters:
sD -
Throws:
PortalException
See Also:
ChannelStaticData

generateKey

public ChannelCacheKey generateKey()
Deprecated. 
put your documentation comment here

Specified by:
generateKey in interface ICacheable
Returns:
a ChannelCacheKey used to lookup Channels from the cache

isCacheValid

public boolean isCacheValid(Object validity)
Deprecated. 
put your documentation comment here

Specified by:
isCacheValid in interface ICacheable
Parameters:
validity -
Returns:
true if cache is valid; false otherwise


Copyright © 2010 Jasig. All Rights Reserved.