Uses of Class
info.ejava.examples.jaxrs.todos.bo.TodoItem
-
Packages that use TodoItem Package Description info.ejava.examples.jaxrs.todos.bo info.ejava.examples.jaxrs.todos.ejb -
-
Uses of TodoItem in info.ejava.examples.jaxrs.todos.bo
Fields in info.ejava.examples.jaxrs.todos.bo with type parameters of type TodoItem Modifier and Type Field Description private List<TodoItem>
TodoList. todoItems
Methods in info.ejava.examples.jaxrs.todos.bo that return types with arguments of type TodoItem Modifier and Type Method Description List<TodoItem>
TodoList. getTodoItems()
Method parameters in info.ejava.examples.jaxrs.todos.bo with type arguments of type TodoItem Modifier and Type Method Description void
TodoList. setTodoItems(List<TodoItem> todoItems)
-
Uses of TodoItem in info.ejava.examples.jaxrs.todos.ejb
Methods in info.ejava.examples.jaxrs.todos.ejb that return TodoItem Modifier and Type Method Description TodoItem
TodosMgmtEJB. getTodoListItem(String listName, String itemName)
TodoItem
DtoMapper. map(TodoItemDTO dto)
TodoItem
TodosMgmtEJB. updateTodoListItem(TodoItem item)
Methods in info.ejava.examples.jaxrs.todos.ejb with parameters of type TodoItem Modifier and Type Method Description void
TodosMgmtEJB. addTodoListItem(TodoList todoList, TodoItem item)
void
TodosMgmtEJB. deleteTodoListItem(TodoItem item)
TodoItemDTO
DtoMapper. map(TodoItem bo)
TodoItem
TodosMgmtEJB. updateTodoListItem(TodoItem item)
-