A C D E F G H I L M N O P R S T U W X Y 
All Classes All Packages

U

update(Event) - Method in interface com.evanv.taskapp.db.EventDao
Update an event in the event_table.
update(Event) - Method in class com.evanv.taskapp.db.TaskAppRepository
Asynchronously updates an event in the event_table
update(Event) - Method in class com.evanv.taskapp.db.TaskAppViewModel
Asynchronously updates an event in the event_table
update(Task) - Method in class com.evanv.taskapp.db.TaskAppRepository
Asynchronously updates a task in the task_table
update(Task) - Method in class com.evanv.taskapp.db.TaskAppViewModel
Asynchronously updates a task in the task_table
update(Task) - Method in interface com.evanv.taskapp.db.TaskDao
Update a task in the task_table.
update(List<Task>, Date, List<List<Task>>, int[]) - Method in class com.evanv.taskapp.logic.Optimizer
Finds local minimum for time variance by attempting to A) move tasks into lesser scheduled days and B) swap with tasks to decrease variance.
updateEventAsyncTask(EventDao, Event) - Constructor for class com.evanv.taskapp.db.TaskAppRepository.updateEventAsyncTask
Initializes the thread with the event to be updated and the Dao to interface with
updateOverdueTasks(List<Integer>) - Method in class com.evanv.taskapp.logic.LogicSubsystem
Handle user input on overdue tasks - mark tasks as either completed, or to be completed today.
updateTaskAsyncTask(TaskDao, Task) - Constructor for class com.evanv.taskapp.db.TaskAppRepository.updateTaskAsyncTask
Initializes the thread with the task to be updated and the Dao to interface with
updateTasks(List<Task>) - Method in class com.evanv.taskapp.logic.LogicSubsystem
Update the task data structures based on Optimizer's output.
A C D E F G H I L M N O P R S T U W X Y 
All Classes All Packages