org.jasig.portal.channels.DLMUserPreferences
Class TabColumnPrefsState

java.lang.Object
  extended by org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState
All Implemented Interfaces:
IChannel, IPrivileged, IPrivilegedChannel

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class TabColumnPrefsState
extends Object

This user preferences component is for use with layouts based on the tab-column structure.

Version:
$Revision: 19776 $
Author:
Ken Weiner, kweiner@interactivebusiness.com

Nested Class Summary
protected  class TabColumnPrefsState.DefaultState
          Deprecated. All IChannel implementations should be migrated to portlets
protected  class TabColumnPrefsState.NewChannelState
          Deprecated. All IChannel implementations should be migrated to portlets
protected  class TabColumnPrefsState.ParametersState
          Deprecated. All IChannel implementations should be migrated to portlets
protected  class TabColumnPrefsState.ResetLayoutState
          Deprecated. All IChannel implementations should be migrated to portlets
protected  class TabColumnPrefsState.SelectSkinsState
          Deprecated. All IChannel implementations should be migrated to portlets
 
Field Summary
protected static String BLANK_TAB_NAME
          Deprecated.  
protected  CUserPreferences context
          Deprecated.  
protected  IPrivilegedChannel internalState
          Deprecated.  
protected  ChannelRuntimeData runtimeData
          Deprecated.  
protected static String SKIN_LIST_FILE
          Deprecated.  
protected  ChannelStaticData staticData
          Deprecated.  
 
Constructor Summary
TabColumnPrefsState()
          Deprecated.  
TabColumnPrefsState(CUserPreferences context)
          Deprecated.  
 
Method Summary
 ChannelRuntimeProperties getRuntimeProperties()
          Deprecated. Acquires ChannelRuntimeProperites from the channel.
 void receiveEvent(PortalEvent ev)
          Deprecated. Passes an outside event to a channel.
 void renderXML(ContentHandler out)
          Deprecated. Ask channel to render its content.
 void setContext(CUserPreferences context)
          Deprecated.  
 void setPortalControlStructures(PortalControlStructures pcs)
          Deprecated. Passes portal control structure to the channel.
 void setRuntimeData(ChannelRuntimeData rd)
          Deprecated. Passes ChannelRuntimeData to the channel.
 void setState(IPrivilegedChannel state)
          Deprecated.  
 void setStaticData(ChannelStaticData sd)
          Deprecated. Passes ChannelStaticData to the channel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

staticData

protected ChannelStaticData staticData
Deprecated. 

runtimeData

protected ChannelRuntimeData runtimeData
Deprecated. 

BLANK_TAB_NAME

protected static String BLANK_TAB_NAME
Deprecated. 

SKIN_LIST_FILE

protected static String SKIN_LIST_FILE
Deprecated. 

context

protected CUserPreferences context
Deprecated. 

internalState

protected IPrivilegedChannel internalState
Deprecated. 
Constructor Detail

TabColumnPrefsState

public TabColumnPrefsState()
                    throws PortalException
Deprecated. 
Throws:
PortalException

TabColumnPrefsState

public TabColumnPrefsState(CUserPreferences context)
                    throws PortalException
Deprecated. 
Throws:
PortalException
Method Detail

setStaticData

public void setStaticData(ChannelStaticData sd)
                   throws PortalException
Deprecated. 
Description copied from interface: IChannel
Passes ChannelStaticData to the channel. This is done during channel instantiation time. see org.jasig.portal.ChannelStaticData

Specified by:
setStaticData in interface IChannel
Parameters:
sd - channel static data
Throws:
PortalException
See Also:
ChannelStaticData

setRuntimeData

public void setRuntimeData(ChannelRuntimeData rd)
                    throws PortalException
Deprecated. 
Description copied from interface: IChannel
Passes ChannelRuntimeData to the channel. This function is called prior to the renderXML() call.

Specified by:
setRuntimeData in interface IChannel
Parameters:
rd - channel runtime data
Throws:
PortalException
See Also:
ChannelRuntimeData

setPortalControlStructures

public void setPortalControlStructures(PortalControlStructures pcs)
                                throws PortalException
Deprecated. 
Description copied from interface: IPrivileged
Passes portal control structure to the channel.

Specified by:
setPortalControlStructures in interface IPrivileged
Throws:
PortalException
See Also:
PortalControlStructures

renderXML

public void renderXML(ContentHandler out)
               throws PortalException
Deprecated. 
Description copied from interface: IChannel
Ask channel to render its content.

Specified by:
renderXML in interface IChannel
Parameters:
out - the SAX ContentHandler to output content to
Throws:
PortalException

receiveEvent

public void receiveEvent(PortalEvent ev)
Deprecated. 
Description copied from interface: IChannel
Passes an outside event to a channel. Events should normally come from the LayoutBean.

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

getRuntimeProperties

public ChannelRuntimeProperties getRuntimeProperties()
Deprecated. 
Description copied from interface: IChannel
Acquires ChannelRuntimeProperites from the channel. This function may be called by the portal framework throughout the session.

Specified by:
getRuntimeProperties in interface IChannel
See Also:
ChannelRuntimeProperties

setState

public void setState(IPrivilegedChannel state)
Deprecated. 

setContext

public void setContext(CUserPreferences context)
Deprecated. 


Copyright © 2010 Jasig. All Rights Reserved.