Paquete | spark.managers |
Interfaz | public interface IPersistenceManager |
Implementadores | PersistenceManager |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | AIR 2.5 |
Elementos de API relacionados
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Clears all the data that is being stored by the persistence
manager. | IPersistenceManager | ||
Returns the value of a property stored in the persistence manager. | IPersistenceManager | ||
Initializes the persistence manager. | IPersistenceManager | ||
Flushes the data being managed by the persistence manager to
disk, or to another external storage file. | IPersistenceManager | ||
Stores a value in the persistence manager. | IPersistenceManager |
Información sobre métodos
clear | () | método |
public function clear():void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | AIR 2.5 |
Clears all the data that is being stored by the persistence manager.
getProperty | () | método |
public function getProperty(key:String):Object
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | AIR 2.5 |
Returns the value of a property stored in the persistence manager. Properties are saved as key:value pairs.
Parámetros
key:String — The property key.
|
Object — The value of a property stored in the persistence manager.
|
load | () | método |
save | () | método |
public function save():Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | AIR 2.5 |
Flushes the data being managed by the persistence manager to disk, or to another external storage file.
Valor devueltoBoolean — true if the operation is successful.
|
setProperty | () | método |
public function setProperty(key:String, value:Object):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | AIR 2.5 |
Stores a value in the persistence manager. Properties are saved as key:value pairs.
Parámetros
key:String — The key to use to store the value.
| |
value:Object — The value object to store.
|
Tue Jun 12 2018, 02:12 PM Z