public interface TaskReportModel
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_GROUP |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final String DEFAULT_GROUP
Set<String> getGroups()
Set<TaskDetails> getTasksForGroup(String group)
Copyright © 2013. All rights reserved