◆ afterCompose()
void org.turro.erp.task.PendingTasksGrid.afterCompose |
( |
| ) |
|
◆ getHumanResource()
HumanResource org.turro.erp.task.PendingTasksGrid.getHumanResource |
( |
| ) |
|
◆ printWorksheet()
void org.turro.erp.task.PendingTasksGrid.printWorksheet |
( |
| ) |
|
Definition at line 53 of file PendingTasksGrid.java.
54 WorksheetReport wsr =
new WorksheetReport();
55 wsr.setOperator(humanResource);
56 wsr.setSendToParticipants(
false);
57 wsr.setWorkloads(tasks);
◆ refresh()
void org.turro.erp.task.PendingTasksGrid.refresh |
( |
| ) |
|
◆ sendWorksheet()
void org.turro.erp.task.PendingTasksGrid.sendWorksheet |
( |
| ) |
|
Definition at line 61 of file PendingTasksGrid.java.
62 WorksheetReport wsr =
new WorksheetReport();
63 wsr.setOperator(humanResource);
64 wsr.setSendToParticipants(
true);
65 wsr.setWorkloads(tasks);
◆ setHumanResource()
void org.turro.erp.task.PendingTasksGrid.setHumanResource |
( |
HumanResource |
humanResource | ) |
|
Definition at line 41 of file PendingTasksGrid.java.
42 this.humanResource = humanResource;
43 if(humanResource !=
null) {
44 setTasks(
new PendingTaskSet(humanResource));
void setTasks(PendingTaskSet tasks)
◆ setTasks()
void org.turro.erp.task.PendingTasksGrid.setTasks |
( |
PendingTaskSet |
tasks | ) |
|
The documentation for this class was generated from the following file: