org.jasig.portal
Class BaseChannelCacheEntry

java.lang.Object
  extended by org.jasig.portal.BaseChannelCacheEntry
All Implemented Interfaces:
CacheEntry
Direct Known Subclasses:
ChannelContentCacheEntry

Deprecated. IChannel rendering code will be replaced with portlet specific rendering code in a future release

@Deprecated
public abstract class BaseChannelCacheEntry
extends Object
implements CacheEntry


Constructor Summary
BaseChannelCacheEntry(String channelId)
          Deprecated.  
 
Method Summary
 String getChannelId()
          Deprecated.  
 
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.CacheEntry
getCacheType, replayCache
 

Constructor Detail

BaseChannelCacheEntry

public BaseChannelCacheEntry(String channelId)
Deprecated. 
Method Detail

getChannelId

public String getChannelId()
Deprecated. 


Copyright © 2010 Jasig. All Rights Reserved.