edu.jhu.cs.oose.group13.egtd.server.viewtask
Class ViewAllTask

java.lang.Object
  extended by edu.jhu.cs.oose.group13.egtd.server.viewtask.ViewTask
      extended by edu.jhu.cs.oose.group13.egtd.server.viewtask.ViewAllTask

public class ViewAllTask
extends ViewTask

View all tasks

Author:
zhihao

Constructor Summary
ViewAllTask()
           
 
Method Summary
protected  void pickAppropriateTask(java.util.List<Task> correctTasks, java.util.List<Task> allTasks)
          Compare date of the task
 
Methods inherited from class edu.jhu.cs.oose.group13.egtd.server.viewtask.ViewTask
viewTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewAllTask

public ViewAllTask()
Method Detail

pickAppropriateTask

protected void pickAppropriateTask(java.util.List<Task> correctTasks,
                                   java.util.List<Task> allTasks)
Compare date of the task

Specified by:
pickAppropriateTask in class ViewTask
Parameters:
correctTasks -
todayTasks -