org.jasig.portal.channels.DLMUserPreferences
Class TabColumnPrefsState.DefaultState

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

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
protected class TabColumnPrefsState.DefaultState
extends Object

A sub-state of TabColumnPrefsState for visualizing the user layout in tab-column form.


Field Summary
protected  TabColumnPrefsState context
          Deprecated.  
protected  IPrivilegedChannel internalState
          Deprecated.  
 
Constructor Summary
TabColumnPrefsState.DefaultState(TabColumnPrefsState 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

context

protected TabColumnPrefsState context
Deprecated. 

internalState

protected IPrivilegedChannel internalState
Deprecated. 
Constructor Detail

TabColumnPrefsState.DefaultState

public TabColumnPrefsState.DefaultState(TabColumnPrefsState context)
Deprecated. 
Method Detail

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

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

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

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

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.