public class SingleProjectTaskReportModel extends Object implements TaskReportModel
DEFAULT_GROUP| Constructor and Description |
|---|
SingleProjectTaskReportModel(TaskDetailsFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
build(Collection<? extends Task> tasks) |
Set<String> |
getGroups()
Returns the task groups which make up this model, in the order that they should be displayed.
|
Set<TaskDetails> |
getTasksForGroup(String group)
Returns the tasks for the given group, in the order that they should be displayed.
|
public SingleProjectTaskReportModel(TaskDetailsFactory factory)
public void build(Collection<? extends Task> tasks)
public Set<String> getGroups()
TaskReportModelgetGroups in interface TaskReportModelpublic Set<TaskDetails> getTasksForGroup(String group)
TaskReportModelgetTasksForGroup in interface TaskReportModelCopyright © 2013. All rights reserved