|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DBFullStrategyDescription | |
|---|---|
| de.unikassel.android.sdcframework.persistence.facade | Provides the interfaces for the persistence package. |
| de.unikassel.android.sdcframework.preferences | Provides the classes to manage preferences, service configurations values and defaults. |
| de.unikassel.android.sdcframework.preferences.facade | Provides the interfaces for the preference package. |
| Uses of DBFullStrategyDescription in de.unikassel.android.sdcframework.persistence.facade |
|---|
| Methods in de.unikassel.android.sdcframework.persistence.facade that return DBFullStrategyDescription | |
|---|---|
static DBFullStrategyDescription |
DBFullStrategyDescription.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DBFullStrategyDescription[] |
DBFullStrategyDescription.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of DBFullStrategyDescription in de.unikassel.android.sdcframework.preferences |
|---|
| Fields in de.unikassel.android.sdcframework.preferences declared as DBFullStrategyDescription | |
|---|---|
private DBFullStrategyDescription |
ServiceConfigurationImpl.dbFullStrategy
The configured @link database full
strategy . |
| Fields in de.unikassel.android.sdcframework.preferences with type parameters of type DBFullStrategyDescription | |
|---|---|
private SinglePreference<DBFullStrategyDescription> |
ServicePreferencesImpl.dbFullStrategyPreference
The database full strategy preference |
| Methods in de.unikassel.android.sdcframework.preferences that return DBFullStrategyDescription | |
|---|---|
DBFullStrategyDescription |
ServiceConfigurationImpl.getDBFullStrategy()
|
| Methods in de.unikassel.android.sdcframework.preferences that return types with arguments of type DBFullStrategyDescription | |
|---|---|
SinglePreference<DBFullStrategyDescription> |
ServicePreferencesImpl.getDbFullStrategyPreference()
|
| Methods in de.unikassel.android.sdcframework.preferences with parameters of type DBFullStrategyDescription | |
|---|---|
void |
ServiceConfigurationImpl.setDBFullStrategy(DBFullStrategyDescription dbFullStrategy)
|
| Uses of DBFullStrategyDescription in de.unikassel.android.sdcframework.preferences.facade |
|---|
| Methods in de.unikassel.android.sdcframework.preferences.facade that return DBFullStrategyDescription | |
|---|---|
DBFullStrategyDescription |
ServiceConfiguration.getDBFullStrategy()
Getter for the configured Database full strategy chain |
| Methods in de.unikassel.android.sdcframework.preferences.facade that return types with arguments of type DBFullStrategyDescription | |
|---|---|
SinglePreference<DBFullStrategyDescription> |
ServicePreferences.getDbFullStrategyPreference()
Getter for the preference for the database full strategy description |
| Methods in de.unikassel.android.sdcframework.preferences.facade with parameters of type DBFullStrategyDescription | |
|---|---|
void |
ServiceConfiguration.setDBFullStrategy(DBFullStrategyDescription dbFullStrategy)
Setter for the configured database full strategy chain |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||