Public Member Functions | |
TaskListBean () | |
void | setDatabase (DBAccess database) |
void | setUserId (String user_id) |
void | setTaskId (String task_id) |
List | getUserTasks () |
List | getAllTasks () |
|
Default constructor. Mandatory in a JavaBean. |
|
Gets all tasks for all users.
|
|
Gets tasks for a certain user.
|
|
Setter for the DBAO.
|
|
Setter for the task id number, used in marking a task as done.
|
|
Setter for the user id number, used in getting a specified users tasks.
|