Uses of Class
info.ejava.examples.jaxrs.todos.dto.TodoItemDTO
-
-
Uses of TodoItemDTO in info.ejava.examples.jaxrs.todos.client
Methods in info.ejava.examples.jaxrs.todos.client with parameters of type TodoItemDTO Modifier and Type Method Description javax.ws.rs.core.ResponseTodosJaxRsClient. addTodoItem(String listName, TodoItemDTO item)javax.ws.rs.core.ResponseTodosJaxRsClientImpl. addTodoItem(String listName, TodoItemDTO item)javax.ws.rs.core.ResponseTodosJaxRsClient. updateTodoItem(String listName, TodoItemDTO item)javax.ws.rs.core.ResponseTodosJaxRsClientImpl. updateTodoItem(String listName, TodoItemDTO item) -
Uses of TodoItemDTO in info.ejava.examples.jaxrs.todos.dto
Fields in info.ejava.examples.jaxrs.todos.dto with type parameters of type TodoItemDTO Modifier and Type Field Description private List<TodoItemDTO>TodoListDTO. todoItemsMethods in info.ejava.examples.jaxrs.todos.dto that return TodoItemDTO Modifier and Type Method Description TodoItemDTOTodoListDTO. getListItem(String itemName)Methods in info.ejava.examples.jaxrs.todos.dto that return types with arguments of type TodoItemDTO Modifier and Type Method Description List<TodoItemDTO>TodoListDTO. getTodoItems()Methods in info.ejava.examples.jaxrs.todos.dto with parameters of type TodoItemDTO Modifier and Type Method Description voidTodoListDTO. withTodoItem(TodoItemDTO todoItem)Method parameters in info.ejava.examples.jaxrs.todos.dto with type arguments of type TodoItemDTO Modifier and Type Method Description voidTodoListDTO. setTodoItems(List<TodoItemDTO> todoItems) -
Uses of TodoItemDTO in info.ejava.examples.jaxrs.todos.ejb
Methods in info.ejava.examples.jaxrs.todos.ejb that return TodoItemDTO Modifier and Type Method Description TodoItemDTODtoMapper. map(TodoItem bo)TodoItemDTOTodosMgmtEJB. updateTodoListItem(String listName, String itemName, TodoItemDTO item)TodoItemDTOTodosMgmtRemote. updateTodoListItem(String listName, String itemName, TodoItemDTO item)Methods in info.ejava.examples.jaxrs.todos.ejb with parameters of type TodoItemDTO Modifier and Type Method Description voidTodosMgmtEJB. addTodoListItem(String listName, TodoItemDTO item)voidTodosMgmtRemote. addTodoListItem(String listName, TodoItemDTO item)TodoItemDtoMapper. map(TodoItemDTO dto)TodoItemDTOTodosMgmtEJB. updateTodoListItem(String listName, String itemName, TodoItemDTO item)TodoItemDTOTodosMgmtRemote. updateTodoListItem(String listName, String itemName, TodoItemDTO item) -
Uses of TodoItemDTO in info.ejava.examples.jaxrs.todos.rs
Methods in info.ejava.examples.jaxrs.todos.rs with parameters of type TodoItemDTO Modifier and Type Method Description javax.ws.rs.core.ResponseTodoListsResource. addTodoItem(String listName, TodoItemDTO item)javax.ws.rs.core.ResponseTodoListsResource. updateTodoItem(String listName, String itemName, TodoItemDTO item) -
Uses of TodoItemDTO in info.ejava.examples.jaxrs.todos.ui
Methods in info.ejava.examples.jaxrs.todos.ui with parameters of type TodoItemDTO Modifier and Type Method Description voidTodoListController.Action. execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem)voidTodoListController.DeleteTodoItemAction. execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem)voidTodoListController.DeleteTodoListAction. execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem)voidTodoListController.SetPriorityAction. execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem)
-