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.ResponseTodosJaxRsClient. createTodoList(TodoListDTO todoList)javax.ws.rs.core.ResponseTodosJaxRsClientImpl. 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. todoListsMethods 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 voidTodoListListDTO. withTodoList(TodoListDTO todoList)Method parameters in info.ejava.examples.jaxrs.todos.dto with type arguments of type TodoListDTO Modifier and Type Method Description voidTodoListListDTO. 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 TodoListDTOTodosMgmtEJB. createTodoList(TodoListDTO todoList)TodoListDTOTodosMgmtRemote. createTodoList(TodoListDTO todoList)TodoListDTOTodosMgmtEJB. getTodoList(String listName)TodoListDTOTodosMgmtRemote. getTodoList(String listName)TodoListDTODtoMapper. map(TodoList bo)TodoListDTOTodosMgmtEJB. renameTodoList(String oldName, String newName)TodoListDTOTodosMgmtRemote. renameTodoList(String oldName, String newName)Methods in info.ejava.examples.jaxrs.todos.ejb with parameters of type TodoListDTO Modifier and Type Method Description TodoListDTOTodosMgmtEJB. createTodoList(TodoListDTO todoList)TodoListDTOTodosMgmtRemote. createTodoList(TodoListDTO todoList)TodoListDtoMapper. 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.ResponseTodoListsResource. 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 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)
-