Uses of Class
de.unikassel.android.sdcframework.data.WeeklySchedule

Packages that use WeeklySchedule
de.unikassel.android.sdcframework.app.scheduler Provides the scheduler activity related types. 
de.unikassel.android.sdcframework.data Does contain the classes and interfaces covering the data sample part as well as the service configuration data classes. 
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 WeeklySchedule in de.unikassel.android.sdcframework.app.scheduler
 

Fields in de.unikassel.android.sdcframework.app.scheduler declared as WeeklySchedule
private  WeeklySchedule SDCFSchedulerActivity.schedule
          The schedule.
 

Methods in de.unikassel.android.sdcframework.app.scheduler that return WeeklySchedule
protected  WeeklySchedule SDCFSchedulerActivity.loadSchedule()
          Does load the schedule from the service preferences.
 

Methods in de.unikassel.android.sdcframework.app.scheduler with parameters of type WeeklySchedule
private  WeekdayScheduleEntry ScheduleService.getEntryFromIntent(Intent intent, WeeklySchedule schedule)
          Method to get a scheduled valid entry from an intent (valid according to the given schedule ).
private  ScheduleService.ScheduledAlarm ScheduleService.getNextAlarm(WeeklySchedule schedule, Calendar now, WeekdayScheduleEntry lastScheduledEntry)
          Method to calculate the next alarm based on time and a given schedule.
 void SDCFSchedulerActivity.setSchedule(WeeklySchedule newSchedule)
           
static boolean ScheduleValidator.validate(WeeklySchedule schedule)
          Method to validate a schedule.
 

Uses of WeeklySchedule in de.unikassel.android.sdcframework.data
 

Fields in de.unikassel.android.sdcframework.data declared as WeeklySchedule
private  WeeklySchedule SDCConfiguration.weeklySchedule
          The weekly time schedule for the service.
 

Methods in de.unikassel.android.sdcframework.data that return WeeklySchedule
 WeeklySchedule SDCConfiguration.getWeeklySchedule()
          Getter for the weekly schedule.
 

Methods in de.unikassel.android.sdcframework.data with parameters of type WeeklySchedule
 void SDCConfiguration.setWeeklySchedule(WeeklySchedule weeklySchedule)
          Setter for the weekly schedule.
 

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

Fields in de.unikassel.android.sdcframework.preferences declared as WeeklySchedule
private  WeeklySchedule ServiceConfigurationImpl.schedule
          The weekly schedule.
 

Fields in de.unikassel.android.sdcframework.preferences with type parameters of type WeeklySchedule
private  SinglePreference<WeeklySchedule> ServicePreferencesImpl.weeklySchedulePreference
          The preference for the wekly time schedule.
 

Methods in de.unikassel.android.sdcframework.preferences that return WeeklySchedule
 WeeklySchedule ServiceConfigurationImpl.getWeeklySchedule()
           
 

Methods in de.unikassel.android.sdcframework.preferences that return types with arguments of type WeeklySchedule
 SinglePreference<WeeklySchedule> ServicePreferencesImpl.getWeeklySchedulePreference()
           
 

Methods in de.unikassel.android.sdcframework.preferences with parameters of type WeeklySchedule
 void ServiceConfigurationImpl.setWeeklySchedule(WeeklySchedule schedule)
           
protected  void ApplicationPreferenceManagerImpl.updateSchedule(Context applicationContext, WeeklySchedule schedule)
          Internal update method for the weekly schedule
 

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

Methods in de.unikassel.android.sdcframework.preferences.facade that return WeeklySchedule
 WeeklySchedule ServiceConfiguration.getWeeklySchedule()
          Getter for the weekly runtime schedule.
 

Methods in de.unikassel.android.sdcframework.preferences.facade that return types with arguments of type WeeklySchedule
 SinglePreference<WeeklySchedule> ServicePreferences.getWeeklySchedulePreference()
          Getter for the preference the weekly schedule.
 

Methods in de.unikassel.android.sdcframework.preferences.facade with parameters of type WeeklySchedule
 void ServiceConfiguration.setWeeklySchedule(WeeklySchedule schedule)
          Setter for the weekly runtime schedule.