public class AggregateMultiProjectTaskReportModel extends Object implements TaskReportModel
DEFAULT_GROUP| Constructor and Description |
|---|
AggregateMultiProjectTaskReportModel(boolean mergeTasksWithSameName) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(TaskReportModel project) |
void |
build() |
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 AggregateMultiProjectTaskReportModel(boolean mergeTasksWithSameName)
public void add(TaskReportModel project)
public void build()
public Set<String> getGroups()
TaskReportModelgetGroups in interface TaskReportModelpublic Set<TaskDetails> getTasksForGroup(String group)
TaskReportModelgetTasksForGroup in interface TaskReportModelCopyright © 2013. All rights reserved