public class DefaultGroupTaskReportModel extends Object implements TaskReportModel
| Modifier and Type | Field and Description |
|---|---|
static String |
OTHER_GROUP |
DEFAULT_GROUP| Constructor and Description |
|---|
DefaultGroupTaskReportModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
build(TaskReportModel model) |
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 static final String OTHER_GROUP
public void build(TaskReportModel model)
public Set<String> getGroups()
TaskReportModelgetGroups in interface TaskReportModelpublic Set<TaskDetails> getTasksForGroup(String group)
TaskReportModelgetTasksForGroup in interface TaskReportModelCopyright © 2013. All rights reserved