Refactor: use Spring's DomainClassConverter to retrieve objects
Use Spring's DomainClassConverter so we don't need to pass in runId and look it up using [Run/Project/Workgroup...]Service. Spring should automatically look it up using the [Run/Project/Workgroup...]Repository
*Service.retrieveById(Long)
runService.retrieveById(Long): 57 times, 26 files
workgroupService.retrieveById: 13 times, 8 files
groupService.retriev…
Use Spring's DomainClassConverter so we don't need to pass in runId and look it up using [Run/Project/Workgroup...]Service. Spring should automatically look it up using the [Run/Project/Workgroup...]Repository
*Service.retrieveById(Long)
runService.retrieveById(Long): 57 times, 26 files
workgroupService.retrieveById: 13 times, 8 files
groupService.retrieveById: 7 times, 5 files
userService.retrieveById: 7 times, 6 files
newItemService.retrieveById: 2 times, 1 file
Total: 86 times, 29 files
*Service.getById
projectService.getById(projectId): 31 times, 12 files
portalService.getById(): 9 times, 6 files
Total: 40 times, 16 files
There are no open issues in this milestone.
Add issues to milestones to help organize your work for a particular release or project.
Create new issueOr find and add issues with no milestone in this repo.