| Modifier and Type | Method and Description | 
|---|---|
List<TaskDto> | 
TaskRestService.queryTasks(TaskQueryDto query,
          Integer firstResult,
          Integer maxResults)
Expects the same parameters as  
TaskRestService#getTasks(UriInfo, Integer, Integer) (as
 JSON message body) and allows more than one variable check. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TaskRestService.createTask(TaskDto taskDto)  | 
| Modifier and Type | Method and Description | 
|---|---|
static TaskDto | 
TaskDto.fromEntity(Task task)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<TaskDto> | 
TaskRestServiceImpl.getJsonTasks(javax.ws.rs.core.UriInfo uriInfo,
            Integer firstResult,
            Integer maxResults)  | 
List<TaskDto> | 
TaskRestServiceImpl.queryTasks(TaskQueryDto queryDto,
          Integer firstResult,
          Integer maxResults)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TaskRestServiceImpl.createTask(TaskDto taskDto)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TaskResource.updateTask(TaskDto task)  | 
| Modifier and Type | Method and Description | 
|---|---|
TaskDto | 
TaskResourceImpl.getJsonTask()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TaskResourceImpl.updateTask(TaskDto taskDto)  | 
Copyright © 2019. All rights reserved.