Packagecom.comtaste.pantaste.utilities
Classpublic class StoredSessionVO
Implementsflash.utils.IExternalizable

Mantains the application session data.

This VO store an application session data it store the following data associated to an users: - active pantaste - panels last state (minimizate,normal,maximized) - singlecontrols state, only for maximized panel - data time interval - global compliance/uncompliance active value



Public Properties
 PropertyDefined by
  containerConfiguration : Array
Array of configuration objects each relative to a DashContainer
StoredSessionVO
  storedAspects : Array
Array of DashPanelAspects to read the stored DashPanel's saved properties of the resuming session.
StoredSessionVO
Public Methods
 MethodDefined by
  
readExternal(input:IDataInput):void
Reads in an object from the IDataInput implementor
StoredSessionVO
  
writeExternal(output:IDataOutput):void
Writes out the object to the IDataOutput implementor
StoredSessionVO
Property detail
containerConfigurationproperty
public var containerConfiguration:Array

Array of configuration objects each relative to a DashContainer

storedAspectsproperty 
public var storedAspects:Array

Array of DashPanelAspects to read the stored DashPanel's saved properties of the resuming session.

Method detail
readExternal()method
public function readExternal(input:IDataInput):void

Reads in an object from the IDataInput implementor

Parameters
input:IDataInput — Implementor of the IDataInput interface to read data from.
writeExternal()method 
public function writeExternal(output:IDataOutput):void

Writes out the object to the IDataOutput implementor

Parameters
output:IDataOutput — Implementor of the IDataOutput interface to write data in