AeroGear Android Libary 1.0.0.M1

Uses of Interface
org.jboss.aerogear.android.datamanager.StoreType

Packages that use StoreType
org.jboss.aerogear.android   
org.jboss.aerogear.android.datamanager   
org.jboss.aerogear.android.impl.datamanager   
 

Uses of StoreType in org.jboss.aerogear.android
 

Methods in org.jboss.aerogear.android with parameters of type StoreType
 Store DataManager.store(String storeName, StoreType type)
          Creates a new Store implementation.
 

Uses of StoreType in org.jboss.aerogear.android.datamanager
 

Methods in org.jboss.aerogear.android.datamanager that return StoreType
 StoreType Store.getType()
          Returns the type of the underlying 'store implementation'
 

Methods in org.jboss.aerogear.android.datamanager with parameters of type StoreType
 Store StoreFactory.createStore(StoreType type, IdGenerator idGenerator)
           
 

Uses of StoreType in org.jboss.aerogear.android.impl.datamanager
 

Classes in org.jboss.aerogear.android.impl.datamanager that implement StoreType
 class StoreTypes
          Types of store
 

Methods in org.jboss.aerogear.android.impl.datamanager that return StoreType
 StoreType MemoryStorage.getType()
          Returns the type of the underlying 'store implementation'
 

Methods in org.jboss.aerogear.android.impl.datamanager with parameters of type StoreType
 Store DefaultStoreFactory.createStore(StoreType type, IdGenerator idGenerator)
           
 


AeroGear Android Libary 1.0.0.M1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.