AeroGear Android Store Library 3.0.2
A B C D E G I M N O R S U W 

A

addOnStoreCreatedListener(OnStoreCreatedListener) - Method in class org.jboss.aerogear.android.store.StoreConfiguration
 

B

buildStore(Class<TYPE>) - Method in class org.jboss.aerogear.android.store.memory.EncryptedMemoryStoreConfiguration
 
buildStore(Class<TYPE>) - Method in class org.jboss.aerogear.android.store.memory.MemoryStoreConfiguration
 
buildStore(Class<TYPE>) - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStoreConfiguration
 
buildStore(Class<TYPE>) - Method in class org.jboss.aerogear.android.store.sql.SQLStoreConfiguration
 
buildStore(Class<TYPE>) - Method in class org.jboss.aerogear.android.store.StoreConfiguration
 

C

close() - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStore
 
close() - Method in class org.jboss.aerogear.android.store.sql.SQLStore
 
config(String, Class<CFG>) - Static method in class org.jboss.aerogear.android.store.DataManager
 
CryptoEntityUtil<T> - Class in org.jboss.aerogear.android.store.util
 
CryptoEntityUtil(EncryptionService, byte[], Class<T>) - Constructor for class org.jboss.aerogear.android.store.util.CryptoEntityUtil
 
CryptoEntityUtil(EncryptionService, byte[], Class<T>, GsonBuilder) - Constructor for class org.jboss.aerogear.android.store.util.CryptoEntityUtil
 

D

DataManager - Class in org.jboss.aerogear.android.store
 
decrypt(byte[]) - Method in class org.jboss.aerogear.android.store.util.CryptoEntityUtil
 
DefaultIdGenerator - Class in org.jboss.aerogear.android.store.generator
Id Generate using a Universally Unique Identifier (UUID).
DefaultIdGenerator() - Constructor for class org.jboss.aerogear.android.store.generator.DefaultIdGenerator
 

E

encrypt(T) - Method in class org.jboss.aerogear.android.store.util.CryptoEntityUtil
 
EncryptedMemoryStore<T> - Class in org.jboss.aerogear.android.store.memory
 
EncryptedMemoryStore(Context, IdGenerator, String, Class<T>) - Constructor for class org.jboss.aerogear.android.store.memory.EncryptedMemoryStore
 
EncryptedMemoryStoreConfiguration - Class in org.jboss.aerogear.android.store.memory
 
EncryptedMemoryStoreConfiguration() - Constructor for class org.jboss.aerogear.android.store.memory.EncryptedMemoryStoreConfiguration
 
EncryptedMemoryStoreConfigurationProvider - Class in org.jboss.aerogear.android.store.memory
 
EncryptedMemoryStoreConfigurationProvider() - Constructor for class org.jboss.aerogear.android.store.memory.EncryptedMemoryStoreConfigurationProvider
 
EncryptedSQLStore<T> - Class in org.jboss.aerogear.android.store.sql
 
EncryptedSQLStore(Class<T>, Context, GsonBuilder, IdGenerator, String) - Constructor for class org.jboss.aerogear.android.store.sql.EncryptedSQLStore
 
EncryptedSQLStore(Class<T>, Context, GsonBuilder, IdGenerator, String, String) - Constructor for class org.jboss.aerogear.android.store.sql.EncryptedSQLStore
 
EncryptedSQLStoreConfiguration - Class in org.jboss.aerogear.android.store.sql
 
EncryptedSQLStoreConfiguration() - Constructor for class org.jboss.aerogear.android.store.sql.EncryptedSQLStoreConfiguration
 
EncryptedSQLStoreConfigurationProvider - Class in org.jboss.aerogear.android.store.sql
 
EncryptedSQLStoreConfigurationProvider() - Constructor for class org.jboss.aerogear.android.store.sql.EncryptedSQLStoreConfigurationProvider
 

G

generate() - Method in class org.jboss.aerogear.android.store.generator.DefaultIdGenerator
Generate new id
generate() - Method in interface org.jboss.aerogear.android.store.generator.IdGenerator
Generate new id
getName() - Method in class org.jboss.aerogear.android.store.StoreConfiguration
 
getOnStoreCreatedListeners() - Method in class org.jboss.aerogear.android.store.StoreConfiguration
 
getStore(String) - Static method in class org.jboss.aerogear.android.store.DataManager
 

I

IdGenerator - Interface in org.jboss.aerogear.android.store.generator
Id generator strategy to using on store
isEmpty() - Method in class org.jboss.aerogear.android.store.memory.EncryptedMemoryStore
Checks if the storage system contains no stored elements.
isEmpty() - Method in class org.jboss.aerogear.android.store.memory.MemoryStore
Checks if the storage system contains no stored elements.
isEmpty() - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStore
Checks if the storage system contains no stored elements.
isEmpty() - Method in class org.jboss.aerogear.android.store.sql.SQLStore
Checks if the storage system contains no stored elements.
isEmpty() - Method in interface org.jboss.aerogear.android.store.Store
Checks if the storage system contains no stored elements.

M

MemoryStore<T> - Class in org.jboss.aerogear.android.store.memory
Memory implementation of Store Store.
MemoryStore(IdGenerator) - Constructor for class org.jboss.aerogear.android.store.memory.MemoryStore
 
MemoryStoreConfiguration - Class in org.jboss.aerogear.android.store.memory
 
MemoryStoreConfiguration() - Constructor for class org.jboss.aerogear.android.store.memory.MemoryStoreConfiguration
 
MemoryStoreConfigurationProvider - Class in org.jboss.aerogear.android.store.memory
 
MemoryStoreConfigurationProvider() - Constructor for class org.jboss.aerogear.android.store.memory.MemoryStoreConfigurationProvider
 

N

newConfiguration() - Method in class org.jboss.aerogear.android.store.memory.EncryptedMemoryStoreConfigurationProvider
 
newConfiguration() - Method in class org.jboss.aerogear.android.store.memory.MemoryStoreConfigurationProvider
 
newConfiguration() - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStoreConfigurationProvider
 
newConfiguration() - Method in class org.jboss.aerogear.android.store.sql.SQLStoreConfigurationProvider
 

O

onCreate(SQLiteDatabase) - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStore
 
onCreate(SQLiteDatabase) - Method in class org.jboss.aerogear.android.store.sql.SQLStore
onOpen(SQLiteDatabase) - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStore
 
onStoreCreated(StoreConfiguration<?>, Store<?>) - Method in interface org.jboss.aerogear.android.store.OnStoreCreatedListener
 
OnStoreCreatedListener - Interface in org.jboss.aerogear.android.store
 
onUpgrade(SQLiteDatabase, int, int) - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStore
 
onUpgrade(SQLiteDatabase, int, int) - Method in class org.jboss.aerogear.android.store.sql.SQLStore
open(Callback<EncryptedSQLStore<T>>) - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStore
 
open(Callback<SQLStore<T>>) - Method in class org.jboss.aerogear.android.store.sql.SQLStore
 
openSync() - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStore
 
openSync() - Method in class org.jboss.aerogear.android.store.sql.SQLStore
 
org.jboss.aerogear.android.store - package org.jboss.aerogear.android.store
 
org.jboss.aerogear.android.store.generator - package org.jboss.aerogear.android.store.generator
 
org.jboss.aerogear.android.store.memory - package org.jboss.aerogear.android.store.memory
 
org.jboss.aerogear.android.store.sql - package org.jboss.aerogear.android.store.sql
 
org.jboss.aerogear.android.store.util - package org.jboss.aerogear.android.store.util
 

R

read(Serializable) - Method in class org.jboss.aerogear.android.store.memory.EncryptedMemoryStore
Reads a specific object/record from the underlying storage system.
read(Serializable) - Method in class org.jboss.aerogear.android.store.memory.MemoryStore
Reads a specific object/record from the underlying storage system.
read(Serializable) - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStore
Reads a specific object/record from the underlying storage system.
read(Serializable) - Method in class org.jboss.aerogear.android.store.sql.SQLStore
Reads a specific object/record from the underlying storage system.
read(Serializable) - Method in interface org.jboss.aerogear.android.store.Store
Reads a specific object/record from the underlying storage system.
readAll() - Method in class org.jboss.aerogear.android.store.memory.EncryptedMemoryStore
Reads all the data from the underlying storage system.
readAll() - Method in class org.jboss.aerogear.android.store.memory.MemoryStore
Reads all the data from the underlying storage system.
readAll() - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStore
Reads all the data from the underlying storage system.
readAll() - Method in class org.jboss.aerogear.android.store.sql.SQLStore
Reads all the data from the underlying storage system.
readAll() - Method in interface org.jboss.aerogear.android.store.Store
Reads all the data from the underlying storage system.
readWithFilter(ReadFilter) - Method in class org.jboss.aerogear.android.store.memory.EncryptedMemoryStore
Search for objects/records from the underlying storage system.
readWithFilter(ReadFilter) - Method in class org.jboss.aerogear.android.store.memory.MemoryStore
Search for objects/records from the underlying storage system.
readWithFilter(ReadFilter) - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStore
Search for objects/records from the underlying storage system.
readWithFilter(ReadFilter) - Method in class org.jboss.aerogear.android.store.sql.SQLStore
Search for objects/records from the underlying storage system.
readWithFilter(ReadFilter) - Method in interface org.jboss.aerogear.android.store.Store
Search for objects/records from the underlying storage system.
registerConfigurationProvider(Class<CONFIGURATION>, ConfigurationProvider<CONFIGURATION>) - Static method in class org.jboss.aerogear.android.store.DataManager
 
remove(Serializable) - Method in class org.jboss.aerogear.android.store.memory.EncryptedMemoryStore
Removes a specific object/record from the underlying storage system.
remove(Serializable) - Method in class org.jboss.aerogear.android.store.memory.MemoryStore
Removes a specific object/record from the underlying storage system.
remove(Serializable) - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStore
Removes a specific object/record from the underlying storage system.
remove(Serializable) - Method in class org.jboss.aerogear.android.store.sql.SQLStore
Removes a specific object/record from the underlying storage system.
remove(Serializable) - Method in interface org.jboss.aerogear.android.store.Store
Removes a specific object/record from the underlying storage system.
reset() - Method in class org.jboss.aerogear.android.store.memory.EncryptedMemoryStore
Resets the entire storage system.
reset() - Method in class org.jboss.aerogear.android.store.memory.MemoryStore
Resets the entire storage system.
reset() - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStore
Resets the entire storage system.
reset() - Method in class org.jboss.aerogear.android.store.sql.SQLStore
Resets the entire storage system.
reset() - Method in interface org.jboss.aerogear.android.store.Store
Resets the entire storage system.

S

save(T) - Method in class org.jboss.aerogear.android.store.memory.EncryptedMemoryStore
Saves the given object in the underlying storage system.
save(Collection<T>) - Method in class org.jboss.aerogear.android.store.memory.EncryptedMemoryStore
Saves the given objects in the underlying storage system.
save(T) - Method in class org.jboss.aerogear.android.store.memory.MemoryStore
 
save(Collection<T>) - Method in class org.jboss.aerogear.android.store.memory.MemoryStore
 
save(T) - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStore
Saves the given object in the underlying storage system.
save(Collection<T>) - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStore
Saves the given objects in the underlying storage system.
save(T) - Method in class org.jboss.aerogear.android.store.sql.SQLStore
Saves the given object in the underlying storage system.
save(Collection<T>) - Method in class org.jboss.aerogear.android.store.sql.SQLStore
Saves the given objects in the underlying storage system.
save(T) - Method in interface org.jboss.aerogear.android.store.Store
Saves the given object in the underlying storage system.
save(Collection<T>) - Method in interface org.jboss.aerogear.android.store.Store
Saves the given objects in the underlying storage system.
setName(String) - Method in class org.jboss.aerogear.android.store.StoreConfiguration
 
setOnStoreCreatedListeners(Collection<OnStoreCreatedListener>) - Method in class org.jboss.aerogear.android.store.StoreConfiguration
 
SQLStore<T> - Class in org.jboss.aerogear.android.store.sql
 
SQLStore(Class<T>, Context) - Constructor for class org.jboss.aerogear.android.store.sql.SQLStore
 
SQLStore(Class<T>, Context, GsonBuilder, IdGenerator) - Constructor for class org.jboss.aerogear.android.store.sql.SQLStore
 
SQLStore(Class<T>, Context, GsonBuilder, IdGenerator, String) - Constructor for class org.jboss.aerogear.android.store.sql.SQLStore
 
SQLStoreConfiguration - Class in org.jboss.aerogear.android.store.sql
 
SQLStoreConfiguration() - Constructor for class org.jboss.aerogear.android.store.sql.SQLStoreConfiguration
 
SQLStoreConfigurationProvider - Class in org.jboss.aerogear.android.store.sql
 
SQLStoreConfigurationProvider() - Constructor for class org.jboss.aerogear.android.store.sql.SQLStoreConfigurationProvider
 
Store<T> - Interface in org.jboss.aerogear.android.store
Represents an abstraction layer for a storage system.
store(Class<TYPE>) - Method in class org.jboss.aerogear.android.store.StoreConfiguration
 
StoreConfiguration<CONFIGURATION extends StoreConfiguration<CONFIGURATION>> - Class in org.jboss.aerogear.android.store
 
StoreConfiguration() - Constructor for class org.jboss.aerogear.android.store.StoreConfiguration
 

U

usingPassphrase(String) - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStoreConfiguration
 
usingPassword(String) - Method in class org.jboss.aerogear.android.store.memory.EncryptedMemoryStoreConfiguration
 

W

withContext(Context) - Method in class org.jboss.aerogear.android.store.memory.EncryptedMemoryStoreConfiguration
 
withContext(Context) - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStoreConfiguration
 
withContext(Context) - Method in class org.jboss.aerogear.android.store.sql.SQLStoreConfiguration
 
withGsonBuilder(GsonBuilder) - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStoreConfiguration
 
withGsonBuilder(GsonBuilder) - Method in class org.jboss.aerogear.android.store.sql.SQLStoreConfiguration
 
withIdGenerator(IdGenerator) - Method in class org.jboss.aerogear.android.store.memory.EncryptedMemoryStoreConfiguration
 
withIdGenerator(IdGenerator) - Method in class org.jboss.aerogear.android.store.memory.MemoryStoreConfiguration
 
withIdGenerator(IdGenerator) - Method in class org.jboss.aerogear.android.store.sql.EncryptedSQLStoreConfiguration
 
withIdGenerator(IdGenerator) - Method in class org.jboss.aerogear.android.store.sql.SQLStoreConfiguration
 
A B C D E G I M N O R S U W 
AeroGear Android Store Library 3.0.2

Copyright © 2016 JBoss by Red Hat. All rights reserved.