uPortal 2.4.1
API Documentation

org.jasig.portal.channels.permissionsmanager
Class CPermissionsManager

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

public class CPermissionsManager
extends java.lang.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: 1.17.2.1 $
Author:
Alex Vigdor

Constructor Summary
CPermissionsManager()
          put your documentation comment here
 
Method Summary
 ChannelCacheKey generateKey()
          put your documentation comment here
 ChannelRuntimeProperties getRuntimeProperties()
          put your documentation comment here
 boolean isCacheValid(java.lang.Object validity)
          put your documentation comment here
 void receiveEvent(PortalEvent portalEvent)
          put your documentation comment here
 void renderXML(org.xml.sax.ContentHandler out)
          put your documentation comment here
 void setRuntimeData(ChannelRuntimeData rD)
          put your documentation comment here
 void setStaticData(ChannelStaticData sD)
          put your documentation comment here
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPermissionsManager

public CPermissionsManager()
put your documentation comment here

Method Detail

setRuntimeData

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

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

receiveEvent

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

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

getRuntimeProperties

public ChannelRuntimeProperties getRuntimeProperties()
put your documentation comment here

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

renderXML

public void renderXML(org.xml.sax.ContentHandler out)
put your documentation comment here

Specified by:
renderXML in interface IChannel
Parameters:
out -

setStaticData

public void setStaticData(ChannelStaticData sD)
put your documentation comment here

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

generateKey

public ChannelCacheKey generateKey()
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(java.lang.Object validity)
put your documentation comment here

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

uPortal 2.4.1
API Documentation