| Issue 107: | Implement method findAll() in class by.vsu.mf.ammc.pm.service.main.project.management.TaskCategoryServiceImpl | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Add method readAll() into interface by.vsu.mf.ammc.pm.dao.abstraction.project.management.TasksCategoryDao and implement it in class by.vsu.mf.ammc.pm.dao.mysql.project.management.TasksCategoryDaoImpl. Implement method findAll() in class by.vsu.mf.ammc.pm.service.main.project.management.TaskCategoryServiceImpl. This method is to read all records from table `tasks_category` which has no parent category.
Jun 12, 2015
Project Member
#1
prostoge...@gmail.com
Owner:
Nix...@gmail.com
Jun 15, 2015
(No comment was entered for this change.)
Status:
Accepted
Jun 19, 2015
Added method readAll() into interface by.vsu.mf.ammc.pm.dao.abstraction.project.management.TasksCategoryDao and implemented in class by.vsu.mf.ammc.pm.dao.mysql.project.management.TasksCategoryDaoImpl. Implemented method findAll() in class by.vsu.mf.ammc.pm.service.main.project.management.TaskCategoryServiceImpl. This method read all records from table `tasks_category` which has no parent category.
Status:
Done
|