Uses of Class
info.ejava.examples.jaxrs.todos.bo.TodoList
-
Packages that use TodoList Package Description info.ejava.examples.jaxrs.todos.bo info.ejava.examples.jaxrs.todos.ejb -
-
Uses of TodoList in info.ejava.examples.jaxrs.todos.bo
Fields in info.ejava.examples.jaxrs.todos.bo declared as TodoList Modifier and Type Field Description private TodoList
TodoItem. todoList
Methods in info.ejava.examples.jaxrs.todos.bo that return TodoList Modifier and Type Method Description TodoList
TodoItem. getTodoList()
Methods in info.ejava.examples.jaxrs.todos.bo with parameters of type TodoList Modifier and Type Method Description void
TodoItem. setTodoList(TodoList todoList)
-
Uses of TodoList in info.ejava.examples.jaxrs.todos.ejb
Methods in info.ejava.examples.jaxrs.todos.ejb that return TodoList Modifier and Type Method Description TodoList
TodosMgmtEJB. createTodoList(TodoList todoList)
TodoList
TodosMgmtEJB. getTodoListLocal(String listName)
TodoList
DtoMapper. map(TodoListDTO dto)
Methods in info.ejava.examples.jaxrs.todos.ejb that return types with arguments of type TodoList Modifier and Type Method Description List<TodoList>
TodosMgmtEJB. getTodoListsLocal(int offset, int limit)
Methods in info.ejava.examples.jaxrs.todos.ejb with parameters of type TodoList Modifier and Type Method Description void
TodosMgmtEJB. addTodoListItem(TodoList todoList, TodoItem item)
TodoList
TodosMgmtEJB. createTodoList(TodoList todoList)
TodoListDTO
DtoMapper. map(TodoList bo)
Method parameters in info.ejava.examples.jaxrs.todos.ejb with type arguments of type TodoList Modifier and Type Method Description TodoListListDTO
DtoMapper. map(List<TodoList> bo)
-