Uses of Class
de.unikassel.android.sdcframework.util.facade.TimeProviderErrorStrategyDescription

Packages that use TimeProviderErrorStrategyDescription
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. 
de.unikassel.android.sdcframework.service Does contain the service management related classes. 
de.unikassel.android.sdcframework.util Does contain utility classes and interfaces. 
de.unikassel.android.sdcframework.util.facade Provides the interfaces for the util package. 
 

Uses of TimeProviderErrorStrategyDescription in de.unikassel.android.sdcframework.preferences
 

Fields in de.unikassel.android.sdcframework.preferences declared as TimeProviderErrorStrategyDescription
static TimeProviderErrorStrategyDescription TimeProviderPreferenceImpl.DEFAULT_ERR_STRATEGY
          The default for the error strategy.
private  TimeProviderErrorStrategyDescription TimeProviderConfigurationImpl.errorStrategy
          The time provider sync error strategy description.
 

Fields in de.unikassel.android.sdcframework.preferences with type parameters of type TimeProviderErrorStrategyDescription
private  SinglePreference<TimeProviderErrorStrategyDescription> TimeProviderPreferenceImpl.errorStrategyPreference
          The preference for the error strategy
 

Methods in de.unikassel.android.sdcframework.preferences that return TimeProviderErrorStrategyDescription
 TimeProviderErrorStrategyDescription TimeProviderConfigurationImpl.getErrorStrategyDescription()
           
 

Methods in de.unikassel.android.sdcframework.preferences that return types with arguments of type TimeProviderErrorStrategyDescription
 SinglePreference<TimeProviderErrorStrategyDescription> TimeProviderPreferenceImpl.getErrorStrategyPreference()
           
 

Methods in de.unikassel.android.sdcframework.preferences with parameters of type TimeProviderErrorStrategyDescription
 void TimeProviderConfigurationImpl.setErrorStrategyDescription(TimeProviderErrorStrategyDescription errorStrategy)
          Setter for the error strategy
 

Constructors in de.unikassel.android.sdcframework.preferences with parameters of type TimeProviderErrorStrategyDescription
TimeProviderConfigurationImpl(List<String> providers, TimeProviderErrorStrategyDescription errorStrategy)
          Constructor
 

Uses of TimeProviderErrorStrategyDescription in de.unikassel.android.sdcframework.preferences.facade
 

Methods in de.unikassel.android.sdcframework.preferences.facade that return TimeProviderErrorStrategyDescription
 TimeProviderErrorStrategyDescription TimeProviderConfiguration.getErrorStrategyDescription()
          Getter for the error strategy description
 

Methods in de.unikassel.android.sdcframework.preferences.facade that return types with arguments of type TimeProviderErrorStrategyDescription
 SinglePreference<TimeProviderErrorStrategyDescription> TimeProviderPreference.getErrorStrategyPreference()
          Getter for the error strategy preference.
 

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

Methods in de.unikassel.android.sdcframework.service with parameters of type TimeProviderErrorStrategyDescription
static TimeProviderErrorStrategy TimeProviderErrorStrategyBuilder.buildStrategy(TimeProviderErrorStrategyDescription type, ServiceManager manager)
          Does create a strategy instance by type qualifier.
 

Uses of TimeProviderErrorStrategyDescription in de.unikassel.android.sdcframework.util
 

Fields in de.unikassel.android.sdcframework.util declared as TimeProviderErrorStrategyDescription
private  TimeProviderErrorStrategyDescription AbstractTimeProviderErrorStrategy.description
          The unique description/identifier type of the strategy.
 

Methods in de.unikassel.android.sdcframework.util that return TimeProviderErrorStrategyDescription
 TimeProviderErrorStrategyDescription AbstractTimeProviderErrorStrategy.getDescription()
           
 

Constructors in de.unikassel.android.sdcframework.util with parameters of type TimeProviderErrorStrategyDescription
AbstractTimeProviderErrorStrategy(TimeProviderErrorStrategyDescription description)
          Constructor
 

Uses of TimeProviderErrorStrategyDescription in de.unikassel.android.sdcframework.util.facade
 

Methods in de.unikassel.android.sdcframework.util.facade that return TimeProviderErrorStrategyDescription
 TimeProviderErrorStrategyDescription TimeProviderErrorStrategy.getDescription()
          Getter for the unique identifier/description type
static TimeProviderErrorStrategyDescription TimeProviderErrorStrategyDescription.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TimeProviderErrorStrategyDescription[] TimeProviderErrorStrategyDescription.values()
          Returns an array containing the constants of this enum type, in the order they are declared.