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. todoItemsMethods 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 voidTodoList. 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 TodoItemTodosMgmtEJB. getTodoListItem(String listName, String itemName)TodoItemDtoMapper. map(TodoItemDTO dto)TodoItemTodosMgmtEJB. updateTodoListItem(TodoItem item)Methods in info.ejava.examples.jaxrs.todos.ejb with parameters of type TodoItem Modifier and Type Method Description voidTodosMgmtEJB. addTodoListItem(TodoList todoList, TodoItem item)voidTodosMgmtEJB. deleteTodoListItem(TodoItem item)TodoItemDTODtoMapper. map(TodoItem bo)TodoItemTodosMgmtEJB. updateTodoListItem(TodoItem item)
-