Package sk.iway.iwcm.components.todo
Class ToDoDB
ToDoDB.java
DAO class for manipulating with ToDoBean
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindFirstByToDoId
(int todoId) getToDo
(int userId) boolean
boolean
resolveToDo
(int todoId) static boolean
Methods inherited from class sk.iway.iwcm.database.JpaDB
and, delete, deleteByIds, filterBetween, filterBetween, filterBetween, filterEquals, filterEquals, filterEquals, filterIn, filterNotIn, filterNotNull, filterNull, filterSubstring, filterSubstringIgnoringCase, find, findBy, findBy, findByProperties, findFirst, findFirstByProperties, getAll, getById, getById, getCount, getResultList, getValues, of, or, save
-
Constructor Details
-
ToDoDB
public ToDoDB()
-
-
Method Details
-
saveToDo
-
findFirstByToDoId
-
resolveToDo
public boolean resolveToDo(int todoId) -
remove
-
getToDo
-