| Package | Description |
|---|---|
| org.jboss.aerogear.android.impl.datamanager |
| Modifier and Type | Method and Description |
|---|---|
T |
EncryptedMemoryStore.read(Serializable id)
Reads a specific object/record from the underlying storage system.
|
T |
EncryptedSQLStore.read(Serializable id)
Reads a specific object/record from the underlying storage system.
|
Collection<T> |
EncryptedMemoryStore.readAll()
Reads all the data from the underlying storage system.
|
Collection<T> |
EncryptedSQLStore.readAll()
Reads all the data from the underlying storage system.
|
List<T> |
EncryptedMemoryStore.readWithFilter(ReadFilter filter)
Search for objects/records from the underlying storage system.
|
List<T> |
EncryptedSQLStore.readWithFilter(ReadFilter filter)
Search for objects/records from the underlying storage system.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.