|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.channels.permissionsmanager.CPermissionsManager
CPermissionsManager allows graphical administration of permissions for all owners that have a representative implementation of IPermissible recorded in the table UPC_PERM_MGR
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 |
public CPermissionsManager()
Method Detail |
public void setRuntimeData(ChannelRuntimeData rD)
setRuntimeData
in interface IChannel
rD
- ChannelRuntimeData
public void receiveEvent(PortalEvent portalEvent)
receiveEvent
in interface IChannel
portalEvent
- PortalEvent
public ChannelRuntimeProperties getRuntimeProperties()
getRuntimeProperties
in interface IChannel
ChannelRuntimeProperties
ChannelRuntimeProperties
public void renderXML(org.xml.sax.ContentHandler out)
renderXML
in interface IChannel
out
- public void setStaticData(ChannelStaticData sD)
setStaticData
in interface IChannel
sD
- ChannelStaticData
public ChannelCacheKey generateKey()
generateKey
in interface ICacheable
ChannelCacheKey
used to lookup Channels from the cachepublic boolean isCacheValid(java.lang.Object validity)
isCacheValid
in interface ICacheable
validity
-
true
if cache is valid; false
otherwise
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |