Uses of Interface
de.unikassel.android.sdcframework.persistence.facade.PersistentStorageManager

Packages that use PersistentStorageManager
de.unikassel.android.sdcframework.persistence The classes providing the service for persistent storage of samples on the device. 
de.unikassel.android.sdcframework.service Does contain the service management related classes. 
 

Uses of PersistentStorageManager in de.unikassel.android.sdcframework.persistence
 

Classes in de.unikassel.android.sdcframework.persistence that implement PersistentStorageManager
 class PersistentStorageManagerImpl
          The persistent storage manager does provide the persistent storage feature for the framework.
 

Methods in de.unikassel.android.sdcframework.persistence with parameters of type PersistentStorageManager
 boolean DeleteSamplesStrategy.process(PersistentStorageManager storageManager)
           
 boolean StopServiceStrategy.process(PersistentStorageManager storageManager)
           
 boolean WaitStrategy.process(PersistentStorageManager storageManager)
           
protected  boolean AbstractDatabaseFullStrategy.process(PersistentStorageManager storageManager)
           
 boolean NotificationStrategy.process(PersistentStorageManager storageManager)
           
 

Uses of PersistentStorageManager in de.unikassel.android.sdcframework.service
 

Fields in de.unikassel.android.sdcframework.service declared as PersistentStorageManager
private  PersistentStorageManager ServiceManagerImpl.storageManager
          The persistent storage manager.
 

Methods in de.unikassel.android.sdcframework.service that return PersistentStorageManager
private  PersistentStorageManager ServiceManagerImpl.getStorageManager()
          Getter for the storageManager
 

Methods in de.unikassel.android.sdcframework.service with parameters of type PersistentStorageManager
private  void ServiceManagerImpl.setStorageManager(PersistentStorageManager storageManager)
          Setter for the storageManager