Uses of Class
info.ejava.examples.jaxrs.todos.dto.TodoListDTO
-
-
Uses of TodoListDTO in info.ejava.examples.jaxrs.todos.client
Methods in info.ejava.examples.jaxrs.todos.client with parameters of type TodoListDTO Modifier and Type Method Description javax.ws.rs.core.Response
TodosJaxRsClient. createTodoList(TodoListDTO todoList)
javax.ws.rs.core.Response
TodosJaxRsClientImpl. createTodoList(TodoListDTO todoList)
-
Uses of TodoListDTO in info.ejava.examples.jaxrs.todos.dto
Fields in info.ejava.examples.jaxrs.todos.dto with type parameters of type TodoListDTO Modifier and Type Field Description private List<TodoListDTO>
TodoListListDTO. todoLists
Methods in info.ejava.examples.jaxrs.todos.dto that return types with arguments of type TodoListDTO Modifier and Type Method Description List<TodoListDTO>
TodoListListDTO. getTodoLists()
Methods in info.ejava.examples.jaxrs.todos.dto with parameters of type TodoListDTO Modifier and Type Method Description void
TodoListListDTO. withTodoList(TodoListDTO todoList)
Method parameters in info.ejava.examples.jaxrs.todos.dto with type arguments of type TodoListDTO Modifier and Type Method Description void
TodoListListDTO. setTodoLists(List<TodoListDTO> todoLists)
Constructor parameters in info.ejava.examples.jaxrs.todos.dto with type arguments of type TodoListDTO Constructor Description TodoListListDTO(List<TodoListDTO> todoLists)
-
Uses of TodoListDTO in info.ejava.examples.jaxrs.todos.ejb
Methods in info.ejava.examples.jaxrs.todos.ejb that return TodoListDTO Modifier and Type Method Description TodoListDTO
TodosMgmtEJB. createTodoList(TodoListDTO todoList)
TodoListDTO
TodosMgmtRemote. createTodoList(TodoListDTO todoList)
TodoListDTO
TodosMgmtEJB. getTodoList(String listName)
TodoListDTO
TodosMgmtRemote. getTodoList(String listName)
TodoListDTO
DtoMapper. map(TodoList bo)
TodoListDTO
TodosMgmtEJB. renameTodoList(String oldName, String newName)
TodoListDTO
TodosMgmtRemote. renameTodoList(String oldName, String newName)
Methods in info.ejava.examples.jaxrs.todos.ejb with parameters of type TodoListDTO Modifier and Type Method Description TodoListDTO
TodosMgmtEJB. createTodoList(TodoListDTO todoList)
TodoListDTO
TodosMgmtRemote. createTodoList(TodoListDTO todoList)
TodoList
DtoMapper. map(TodoListDTO dto)
-
Uses of TodoListDTO in info.ejava.examples.jaxrs.todos.rs
Methods in info.ejava.examples.jaxrs.todos.rs with parameters of type TodoListDTO Modifier and Type Method Description javax.ws.rs.core.Response
TodoListsResource. createTodoList(TodoListDTO todoList)
-
Uses of TodoListDTO in info.ejava.examples.jaxrs.todos.ui
Methods in info.ejava.examples.jaxrs.todos.ui with parameters of type TodoListDTO Modifier and Type Method Description void
TodoListController.Action. execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem)
void
TodoListController.DeleteTodoItemAction. execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem)
void
TodoListController.DeleteTodoListAction. execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem)
void
TodoListController.SetPriorityAction. execute(HttpServletRequest req, HttpServletResponse resp, TodoListDTO todoList, TodoItemDTO todoItem)
-