| Modifier and Type | Field and Description |
|---|---|
private TaskDetailRoot |
TaskDetailListAdapter.mTaskData |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskDetailListAdapter.setTaskItem(TaskDetailRoot taskDetailRoot) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskDetailListContract.Model.setTaskItem(TaskDetailRoot taskDetailRoot) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskDataRepository.requestGetTaskDetail(android.content.Context context,
int task_id,
int project_id,
HanwhaNetworkCallback<TaskDetailRoot> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskDataSource.requestGetTaskDetail(android.content.Context context,
int task_id,
int project_id,
HanwhaNetworkCallback<TaskDetailRoot> callback)
TASK 조회(상세조회)
|
| Modifier and Type | Field and Description |
|---|---|
private TaskDetailRoot |
TaskDetailPresenter.mRoot |