org.jasig.portal.channels.UserPreferences
Class GPreferencesState.GMoveToState

java.lang.Object
  extended by org.jasig.portal.channels.UserPreferences.BaseState
      extended by org.jasig.portal.channels.UserPreferences.GPreferencesState.GMoveToState
All Implemented Interfaces:
IChannel, IPrivileged, IPrivilegedChannel
Enclosing class:
GPreferencesState

protected class GPreferencesState.GMoveToState
extends BaseState


Field Summary
protected  GPreferencesState context
           
private  java.lang.String[] moveIDs
           
protected  ChannelRuntimeData runtimeData
           
 
Fields inherited from class org.jasig.portal.channels.UserPreferences.BaseState
internalState
 
Constructor Summary
GPreferencesState.GMoveToState(GPreferencesState context)
           
 
Method Summary
private  void prepareMove()
           
private  void prepareMoveTo()
           
 void renderXML(org.xml.sax.ContentHandler out)
          Ask channel to render its content.
 void setRuntimeData(ChannelRuntimeData rd)
          Passes ChannelRuntimeData to the channel.
 
Methods inherited from class org.jasig.portal.channels.UserPreferences.BaseState
getRuntimeProperties, receiveEvent, setContext, setPortalControlStructures, setState, setStaticData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

moveIDs

private java.lang.String[] moveIDs

runtimeData

protected ChannelRuntimeData runtimeData

context

protected GPreferencesState context
Constructor Detail

GPreferencesState.GMoveToState

public GPreferencesState.GMoveToState(GPreferencesState context)
Method Detail

setRuntimeData

public void setRuntimeData(ChannelRuntimeData rd)
                    throws PortalException
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
Overrides:
setRuntimeData in class BaseState
Parameters:
rd - channel runtime data
Throws:
PortalException
See Also:
ChannelRuntimeData

renderXML

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

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

prepareMove

private void prepareMove()

prepareMoveTo

private void prepareMoveTo()
                    throws PortalException
Throws:
PortalException